2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 13:20:02 -08:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2013-03-12 10:17:46 -07:00
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsPIWidgetCocoa.idl',
|
|
|
|
]
|
|
|
|
|
2013-03-11 22:00:00 -07:00
|
|
|
XPIDL_MODULE = 'widget_cocoa'
|
|
|
|
|
2013-04-16 12:24:43 -07:00
|
|
|
EXPORTS += [
|
|
|
|
'mozView.h',
|
|
|
|
'nsChangeObserver.h',
|
|
|
|
'nsCocoaFeatures.h',
|
|
|
|
'nsCocoaUtils.h',
|
|
|
|
]
|
|
|
|
|
2013-06-17 12:21:01 -07:00
|
|
|
LIBRARY_NAME = 'widget_mac'
|
|
|
|
|
2013-11-16 23:27:11 -08:00
|
|
|
UNIFIED_SOURCES += [
|
2013-09-05 23:40:41 -07:00
|
|
|
'GfxInfo.mm',
|
|
|
|
'NativeKeyBindings.mm',
|
|
|
|
'nsAppShell.mm',
|
|
|
|
'nsBidiKeyboard.mm',
|
|
|
|
'nsCocoaFeatures.mm',
|
|
|
|
'nsCocoaUtils.mm',
|
|
|
|
'nsCocoaWindow.mm',
|
|
|
|
'nsColorPicker.mm',
|
|
|
|
'nsCursorManager.mm',
|
|
|
|
'nsDeviceContextSpecX.mm',
|
|
|
|
'nsFilePicker.mm',
|
|
|
|
'nsIdleServiceX.mm',
|
|
|
|
'nsLookAndFeel.mm',
|
|
|
|
'nsMacCursor.mm',
|
|
|
|
'nsMacDockSupport.mm',
|
|
|
|
'nsMacWebAppUtils.mm',
|
|
|
|
'nsMenuBarX.mm',
|
|
|
|
'nsMenuGroupOwnerX.mm',
|
|
|
|
'nsMenuItemIconX.mm',
|
|
|
|
'nsMenuItemX.mm',
|
|
|
|
'nsMenuUtilsX.mm',
|
|
|
|
'nsMenuX.mm',
|
|
|
|
'nsNativeThemeCocoa.mm',
|
|
|
|
'nsPrintDialogX.mm',
|
|
|
|
'nsPrintOptionsX.mm',
|
|
|
|
'nsPrintSettingsX.mm',
|
|
|
|
'nsScreenCocoa.mm',
|
|
|
|
'nsScreenManagerCocoa.mm',
|
|
|
|
'nsSound.mm',
|
|
|
|
'nsStandaloneNativeMenu.mm',
|
|
|
|
'nsToolkit.mm',
|
|
|
|
'nsWidgetFactory.mm',
|
|
|
|
'nsWindowMap.mm',
|
2013-12-05 15:05:10 -08:00
|
|
|
'OSXNotificationCenter.mm',
|
2013-10-23 16:05:43 -07:00
|
|
|
'WidgetTraceEvent.mm',
|
2013-09-05 23:40:41 -07:00
|
|
|
]
|
|
|
|
|
2013-11-23 08:21:33 -08:00
|
|
|
# These files cannot be built in unified mode because they force NSPR logging.
|
|
|
|
SOURCES += [
|
|
|
|
'nsChildView.mm',
|
|
|
|
'nsClipboard.mm',
|
|
|
|
'nsDragService.mm',
|
|
|
|
'TextInputHandler.mm',
|
|
|
|
]
|
|
|
|
|
2013-09-05 23:40:41 -07:00
|
|
|
if CONFIG['TARGET_CPU'] == 'x86_64':
|
2013-11-16 23:27:11 -08:00
|
|
|
UNIFIED_SOURCES += [
|
2013-09-05 23:40:41 -07:00
|
|
|
'ComplexTextInputPanel.mm',
|
|
|
|
]
|
2013-10-03 00:11:13 -07:00
|
|
|
|
2014-01-23 06:31:12 -08:00
|
|
|
include('/ipc/chromium/chromium-config.mozbuild')
|
|
|
|
|
2013-11-18 18:47:14 -08:00
|
|
|
FINAL_LIBRARY = 'xul'
|
2013-11-28 06:17:25 -08:00
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'../shared',
|
|
|
|
'../xpwidgets',
|
|
|
|
'/layout/forms',
|
|
|
|
'/layout/generic',
|
2013-12-03 17:06:16 -08:00
|
|
|
'/layout/xul',
|
2013-11-28 06:17:25 -08:00
|
|
|
]
|
|
|
|
|
2013-11-05 10:37:54 -08:00
|
|
|
RESOURCE_FILES.cursors += [
|
|
|
|
'cursors/arrowN.png',
|
|
|
|
'cursors/arrowN@2x.png',
|
|
|
|
'cursors/arrowS.png',
|
|
|
|
'cursors/arrowS@2x.png',
|
|
|
|
'cursors/cell.png',
|
|
|
|
'cursors/cell@2x.png',
|
|
|
|
'cursors/colResize.png',
|
|
|
|
'cursors/colResize@2x.png',
|
|
|
|
'cursors/help.png',
|
|
|
|
'cursors/help@2x.png',
|
|
|
|
'cursors/move.png',
|
|
|
|
'cursors/move@2x.png',
|
|
|
|
'cursors/rowResize.png',
|
|
|
|
'cursors/rowResize@2x.png',
|
|
|
|
'cursors/sizeNE.png',
|
|
|
|
'cursors/sizeNE@2x.png',
|
|
|
|
'cursors/sizeNESW.png',
|
|
|
|
'cursors/sizeNESW@2x.png',
|
|
|
|
'cursors/sizeNS.png',
|
|
|
|
'cursors/sizeNS@2x.png',
|
|
|
|
'cursors/sizeNW.png',
|
|
|
|
'cursors/sizeNW@2x.png',
|
|
|
|
'cursors/sizeNWSE.png',
|
|
|
|
'cursors/sizeNWSE@2x.png',
|
|
|
|
'cursors/sizeSE.png',
|
|
|
|
'cursors/sizeSE@2x.png',
|
|
|
|
'cursors/sizeSW.png',
|
|
|
|
'cursors/sizeSW@2x.png',
|
|
|
|
'cursors/vtIBeam.png',
|
|
|
|
'cursors/vtIBeam@2x.png',
|
|
|
|
'cursors/zoomIn.png',
|
|
|
|
'cursors/zoomIn@2x.png',
|
|
|
|
'cursors/zoomOut.png',
|
|
|
|
'cursors/zoomOut@2x.png',
|
|
|
|
]
|
|
|
|
|
|
|
|
# These resources go in $(DIST)/bin/res/MainMenu.nib, but we can't use a magic
|
|
|
|
# RESOURCE_FILES.MainMenu.nib attribute, since that would put the files in
|
|
|
|
# $(DIST)/bin/res/MainMenu/nib. Instead, we call __setattr__ directly to create
|
|
|
|
# an attribute with the correct name.
|
|
|
|
RESOURCE_FILES.__setattr__('MainMenu.nib', [
|
|
|
|
'resources/MainMenu.nib/classes.nib',
|
|
|
|
'resources/MainMenu.nib/info.nib',
|
|
|
|
'resources/MainMenu.nib/keyedobjects.nib',
|
|
|
|
])
|
|
|
|
|