summaryrefslogtreecommitdiff
path: root/toolkit/xre/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/xre/moz.build')
-rw-r--r--toolkit/xre/moz.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolkit/xre/moz.build b/toolkit/xre/moz.build
index 4072fe134f..b717e971c3 100644
--- a/toolkit/xre/moz.build
+++ b/toolkit/xre/moz.build
@@ -19,15 +19,6 @@ if CONFIG['MOZ_INSTRUMENT_EVENT_LOOP']:
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
UNIFIED_SOURCES += ['nsNativeAppSupportWin.cpp']
-elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
- UNIFIED_SOURCES += [
- 'MacApplicationDelegate.mm',
- 'MacAutoreleasePool.mm',
- 'MacLaunchHelper.mm',
- 'nsCommandLineServiceMac.cpp',
- 'nsNativeAppSupportCocoa.mm',
- 'updaterfileutils_osx.mm',
- ]
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'uikit':
UNIFIED_SOURCES += [
'nsNativeAppSupportDefault.cpp',
@@ -121,12 +112,6 @@ LOCAL_INCLUDES += [
'/xpcom/build',
]
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
- LOCAL_INCLUDES += [
- '/widget',
- '/widget/cocoa',
- ]
-
if CONFIG['MOZ_ENABLE_XREMOTE']:
LOCAL_INCLUDES += [
'/widget/xremoteclient',