edit draft
authoreyim <eyim@mozilla.com>
Fri, 27 May 2016 10:05:32 -0400
changeset 372122 708a8b9375041b49b2273ed066036941b2a0411e
parent 371381 b99e7fee7c8d778e7e6100387f53f4bf6f6f902c
child 522101 7f10fa0a3cf1d45c8fe1f6df0089da73754cb5bb
push id19443
push userbmo:eyim@mozilla.com
push dateFri, 27 May 2016 14:07:23 +0000
milestone49.0a1
edit MozReview-Commit-ID: G2urDJCjBz1
widget/moz.build
--- a/widget/moz.build
+++ b/widget/moz.build
@@ -137,17 +137,16 @@ UNIFIED_SOURCES += [
     'CompositorWidgetProxy.cpp',
     'ContentCache.cpp',
     'GfxDriverInfo.cpp',
     'GfxInfoBase.cpp',
     'GfxInfoCollector.cpp',
     'GfxInfoWebGL.cpp',
     'InputData.cpp',
     'nsBaseAppShell.cpp',
-    'nsBaseDragService.cpp',
     'nsBaseScreen.cpp',
     'nsClipboardHelper.cpp',
     'nsClipboardProxy.cpp',
     'nsColorPickerProxy.cpp',
     'nsContentProcessWidgetFactory.cpp',
     'nsDragServiceProxy.cpp',
     'nsFilePickerProxy.cpp',
     'nsHTMLFormatConverter.cpp',
@@ -178,16 +177,17 @@ if CONFIG['MOZ_XUL'] and CONFIG['NS_PRIN
         'nsDeviceContextSpecProxy.cpp',
         'nsPrintOptionsImpl.cpp',
         'nsPrintSession.cpp',
     ]
 
 # nsBaseWidget.cpp needs to be built separately because of name clashes in the OS X headers
 SOURCES += [
     'nsBaseWidget.cpp',
+    'nsBaseDragService.cpp'
 ]
 
 if CONFIG['MOZ_INSTRUMENT_EVENT_LOOP']:
     EXPORTS.mozilla += [
         'WidgetTraceEvent.h',
     ]
 
 EXPORTS.ipc = ['nsGUIEventIPC.h']