Bug 929905 - Consolidate sources in moz.build. r=gps

This commit is contained in:
Mike Hommey 2013-10-25 08:23:05 +09:00
parent e3011cd1ab
commit 1d566f7586
508 changed files with 1005 additions and 1045 deletions

View File

@ -11,7 +11,7 @@ EXPORTS.mozilla.a11y += [
'HyperTextAccessibleWrap.h',
]
CPP_SOURCES += [
SOURCES += [
'AccessibleWrap.cpp',
'ApplicationAccessibleWrap.cpp',
'AtkSocketAccessible.cpp',

View File

@ -30,7 +30,7 @@ if CONFIG['MOZ_DEBUG']:
'Logging.h',
]
CPP_SOURCES += [
SOURCES += [
'AccCollector.cpp',
'AccEvent.cpp',
'AccGroupInfo.cpp',
@ -58,7 +58,7 @@ CPP_SOURCES += [
]
if a11y_log:
CPP_SOURCES += [
SOURCES += [
'Logging.cpp',
]

View File

@ -12,7 +12,7 @@ EXPORTS.mozilla.a11y += [
'HyperTextAccessible.h',
]
CPP_SOURCES += [
SOURCES += [
'Accessible.cpp',
'ApplicationAccessible.cpp',
'ARIAGridAccessible.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'accessibility'
CPP_SOURCES += [
SOURCES += [
'HTMLCanvasAccessible.cpp',
'HTMLElementAccessibles.cpp',
'HTMLFormControlAccessible.cpp',

View File

@ -17,7 +17,7 @@ EXPORTS.mozilla.a11y += [
LIBRARY_NAME = 'accessibility_toolkit_s'
CMMSRCS += [
SOURCES += [
'AccessibleWrap.mm',
'DocAccessibleWrap.mm',
'MacUtils.mm',

View File

@ -11,7 +11,7 @@ EXPORTS.mozilla.a11y += [
'HyperTextAccessibleWrap.h',
]
CPP_SOURCES += [
SOURCES += [
'AccessibleWrap.cpp',
'Platform.cpp',
]

View File

@ -17,7 +17,7 @@ EXPORTS += [
'ia2AccessibleValue.h',
]
CPP_SOURCES += [
SOURCES += [
'ia2Accessible.cpp',
'ia2AccessibleAction.cpp',
'ia2AccessibleComponent.cpp',

View File

@ -16,7 +16,7 @@ EXPORTS.mozilla.a11y += [
'HyperTextAccessibleWrap.h',
]
CPP_SOURCES += [
SOURCES += [
'AccessibleWrap.cpp',
'ApplicationAccessibleWrap.cpp',
'ARIAGridAccessibleWrap.cpp',
@ -36,7 +36,7 @@ CPP_SOURCES += [
]
if CONFIG['MOZ_XUL']:
CPP_SOURCES += [
SOURCES += [
'XULListboxAccessibleWrap.cpp',
'XULMenuAccessibleWrap.cpp',
'XULTreeGridAccessibleWrap.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'accessibility'
CPP_SOURCES += [
SOURCES += [
'sdnAccessible.cpp',
'sdnDocAccessible.cpp',
'sdnTextAccessible.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'accessibility'
CPP_SOURCES += [
SOURCES += [
'uiaRawElmProvider.cpp',
]

View File

@ -6,7 +6,7 @@
MODULE = 'accessibility'
CPP_SOURCES += [
SOURCES += [
'nsAccessibleRelation.cpp',
'xpcAccessibleTable.cpp',
'xpcAccessibleTableCell.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'accessibility'
CPP_SOURCES += [
SOURCES += [
'XULAlertAccessible.cpp',
'XULColorPickerAccessible.cpp',
'XULComboboxAccessible.cpp',

View File

@ -9,6 +9,6 @@ if not CONFIG['LIBXUL_SDK']:
PROGRAM = CONFIG['MOZ_APP_NAME'] + "-bin"
else:
PROGRAM = CONFIG['MOZ_APP_NAME']
CPP_SOURCES += [
SOURCES += [
'nsBrowserApp.cpp',
]

View File

@ -7,6 +7,6 @@
PROGRAM = CONFIG['MOZ_APP_NAME']
if CONFIG['OS_ARCH'] == 'WINNT':
CPP_SOURCES += [
SOURCES += [
'run-b2g.cpp',
]

View File

@ -8,6 +8,6 @@ DIRS += ['profile/extensions']
PROGRAM = CONFIG['MOZ_APP_NAME']
CPP_SOURCES += [
SOURCES += [
'nsBrowserApp.cpp',
]

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.browser += [
'AboutRedirector.h',
]
CPP_SOURCES += [
SOURCES += [
'AboutRedirector.cpp',
]

View File

@ -10,7 +10,7 @@ EXPORTS += [
'nsBrowserCompsCID.h',
]
CPP_SOURCES += [
SOURCES += [
'nsModule.cpp',
]

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.browser += [
'DirectoryProvider.h',
]
CPP_SOURCES += [
SOURCES += [
'DirectoryProvider.cpp',
]

View File

@ -6,7 +6,7 @@
MODULE = 'browser_feeds'
CPP_SOURCES += [
SOURCES += [
'nsFeedSniffer.cpp',
]

View File

@ -7,7 +7,7 @@
MODULE = 'migration'
if CONFIG['OS_ARCH'] == 'WINNT':
CPP_SOURCES += [
SOURCES += [
'nsIEHistoryEnumerator.cpp',
]

View File

@ -7,19 +7,19 @@
MODULE = 'shellservice'
if CONFIG['OS_ARCH'] == 'WINNT':
CPP_SOURCES += [
SOURCES += [
'nsWindowsShellService.cpp',
]
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
CPP_SOURCES += [
SOURCES += [
'nsMacShellService.cpp',
]
elif CONFIG['MOZ_WIDGET_GTK']:
CPP_SOURCES += [
SOURCES += [
'nsGNOMEShellService.cpp',
]
if CPP_SOURCES:
if SOURCES:
LIBRARY_NAME = 'shellservice_s'
EXTRA_COMPONENTS += [

View File

@ -6,7 +6,7 @@
PROGRAM = 'CommandExecuteHandler'
CPP_SOURCES += [
SOURCES += [
'CEHHelper.cpp',
'CommandExecuteHandler.cpp',
]

View File

@ -6,7 +6,7 @@
PROGRAM = 'linktool'
CPP_SOURCES += [
SOURCES += [
'linktool.cpp',
]

View File

@ -6,7 +6,7 @@
PROGRAM = 'metrotestharness'
CPP_SOURCES += [
SOURCES += [
'metrotestharness.cpp',
]

View File

@ -7,17 +7,17 @@
NO_DIST_INSTALL = True
DIRS += ['inject']
CSRCS += [
SOURCES += [
'test-array.c',
'test-ctors.c',
]
if not CONFIG['CROSS_COMPILE']:
CSRCS += [
SOURCES += [
'dummy.c',
]
HOST_CPPSRCS += [
HOST_SOURCES += [
'elf.cpp',
'elfhack.cpp',
]

View File

@ -8,11 +8,11 @@ MODULE = 'build'
if CONFIG['MOZ_LIBSTDCXX_TARGET_VERSION']:
LIBRARY_NAME = 'stdc++compat'
CPP_SOURCES += ['stdc++compat.cpp']
SOURCES += ['stdc++compat.cpp']
if CONFIG['MOZ_LIBSTDCXX_HOST_VERSION']:
HOST_LIBRARY_NAME = 'host_stdc++compat'
HOST_CPPSRCS += [
HOST_SOURCES += [
'stdc++compat.cpp',
]

View File

@ -4,7 +4,7 @@
# 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/.
CPP_SOURCES += [
SOURCES += [
'crashinjectdll.cpp',
]

View File

@ -11,6 +11,6 @@ TEST_DIRS += ['crashinjectdll']
if CONFIG['ENABLE_TESTS']:
PROGRAM = 'crashinject'
CPP_SOURCES += [
SOURCES += [
'crashinject.cpp',
]

View File

@ -4,7 +4,7 @@
# 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/.
CPP_SOURCES += [
SOURCES += [
'vmwarerecordinghelper.cpp',
]

View File

@ -6,7 +6,7 @@
MODULE = 'caps'
CPP_SOURCES += [
SOURCES += [
'nsJSPrincipals.cpp',
'nsNullPrincipal.cpp',
'nsNullPrincipalURI.cpp',

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.chrome += [
'RegistryMessageUtils.h',
]
CPP_SOURCES += [
SOURCES += [
'nsChromeProtocolHandler.cpp',
'nsChromeRegistry.cpp',
'nsChromeRegistryChrome.cpp',

View File

@ -16,7 +16,7 @@ CONFIGURE_SUBST_FILES += [
]
if CONFIG['HOST_OS_ARCH'] != 'WINNT':
HOST_CSRCS += [
HOST_SOURCES += [
'nsinstall.c',
'pathsub.c',
]

View File

@ -40,14 +40,14 @@ if CONFIG['MOZ_WEBRTC']:
'nsDOMDataChannel.h',
'nsDOMDataChannelDeclarations.h',
]
CPP_SOURCES += [
SOURCES += [
'nsDOMDataChannel.cpp',
]
# Are we targeting x86-32 or x86-64? If so, we want to include SSE2 code for
# nsTextFragment.cpp
if CONFIG['INTEL_ARCHITECTURE']:
CPP_SOURCES += [
SOURCES += [
'nsTextFragmentSSE2.cpp',
]
@ -66,7 +66,7 @@ EXPORTS.mozilla.dom += [
'TreeWalker.h',
]
CPP_SOURCES += [
SOURCES += [
'Attr.cpp',
'ChildIterator.cpp',
'Comment.cpp',

View File

@ -15,7 +15,7 @@ EXPORTS.mozilla.dom += [
'TextMetrics.h',
]
CPP_SOURCES += [
SOURCES += [
'CanvasImageCache.cpp',
'CanvasRenderingContext2D.cpp',
'CanvasUtils.cpp',
@ -26,7 +26,7 @@ CPP_SOURCES += [
]
if CONFIG['MOZ_WEBGL']:
CPP_SOURCES += [
SOURCES += [
'WebGL1Context.cpp',
'WebGL2Context.cpp',
'WebGLActiveInfo.cpp',
@ -73,7 +73,7 @@ if CONFIG['MOZ_WEBGL']:
'WebGLVertexArray.cpp',
]
else:
CPP_SOURCES += [
SOURCES += [
'WebGLContextNotSupported.cpp',
]

View File

@ -22,7 +22,7 @@ EXPORTS.mozilla.dom += [
if CONFIG['MOZ_WEBSPEECH']:
EXPORTS.mozilla.dom += ['SpeechRecognitionError.h']
CPP_SOURCES += [
SOURCES += [
'DOMWheelEvent.cpp',
'EventTarget.cpp',
'nsAsyncDOMEvent.cpp',
@ -65,7 +65,7 @@ CPP_SOURCES += [
]
if CONFIG['MOZ_WEBSPEECH']:
CPP_SOURCES += ['SpeechRecognitionError.cpp']
SOURCES += ['SpeechRecognitionError.cpp']
FAIL_ON_WARNINGS = True

View File

@ -77,7 +77,7 @@ EXPORTS.mozilla.dom += [
'ValidityState.h',
]
CPP_SOURCES += [
SOURCES += [
'HTMLAnchorElement.cpp',
'HTMLAreaElement.cpp',
'HTMLAudioElement.cpp',

View File

@ -15,7 +15,7 @@ EXPORTS.mozilla.dom += [
'ImageDocument.h',
]
CPP_SOURCES += [
SOURCES += [
'HTMLAllCollection.cpp',
'ImageDocument.cpp',
'MediaDocument.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'content'
CPP_SOURCES += [
SOURCES += [
'nsMathMLElement.cpp',
'nsMathMLElementFactory.cpp',
]

View File

@ -11,7 +11,7 @@ EXPORTS += [
'AppleMP3Reader.h',
]
CPP_SOURCES += [
SOURCES += [
'AppleDecoder.cpp',
'AppleMP3Reader.cpp',
]

View File

@ -13,7 +13,7 @@ EXPORTS += [
'DASHRepReader.h',
]
CPP_SOURCES += [
SOURCES += [
'DASHDecoder.cpp',
'DASHReader.cpp',
'DASHRepDecoder.cpp',

View File

@ -14,7 +14,7 @@ EXPORTS += [
'DirectShowUtils.h',
]
CPP_SOURCES += [
SOURCES += [
'AudioSinkFilter.cpp',
'AudioSinkInputPin.cpp',
'DirectShowDecoder.cpp',
@ -27,7 +27,7 @@ CPP_SOURCES += [
# If WebRTC isn't being built, we need to compile the DirectShow base classes so that
# they're available at link time.
if not CONFIG['MOZ_WEBRTC']:
CPP_SOURCES += [ '%s/%s' % (TOPSRCDIR, p) for p in [
SOURCES += [ '%s/%s' % (TOPSRCDIR, p) for p in [
'media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseFilter.cpp',
'media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseInputPin.cpp',
'media/webrtc/trunk/webrtc/modules/video_capture/windows/BasePin.cpp',

View File

@ -12,14 +12,14 @@ EXPORTS += [
'TrackEncoder.h',
]
CPP_SOURCES += [
SOURCES += [
'MediaEncoder.cpp',
'TrackEncoder.cpp',
]
if CONFIG['MOZ_OPUS']:
EXPORTS += ['OpusTrackEncoder.h']
CPP_SOURCES += ['OpusTrackEncoder.cpp']
SOURCES += ['OpusTrackEncoder.cpp']
LIBRARY_NAME = 'gkconencoder_s'

View File

@ -13,7 +13,7 @@ EXPORTS += [
'GStreamerReader.h',
]
CPP_SOURCES += [
SOURCES += [
'GStreamerDecoder.cpp',
'GStreamerFormatHelper.cpp',
'GStreamerLoader.cpp',

View File

@ -20,7 +20,7 @@ EXPORTS.mozilla.dom += [
'SourceBufferList.h',
]
CPP_SOURCES += [
SOURCES += [
'MediaSource.cpp',
'MediaSourceDecoder.cpp',
'SourceBuffer.cpp',

View File

@ -106,7 +106,7 @@ EXPORTS.mozilla.dom += [
'VideoStreamTrack.h',
]
CPP_SOURCES += [
SOURCES += [
'AudioAvailableEventManager.cpp',
'AudioChannelFormat.cpp',
'AudioNodeEngine.cpp',
@ -149,7 +149,7 @@ CPP_SOURCES += [
FAIL_ON_WARNINGS = True
if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
CPP_SOURCES += [
SOURCES += [
'AudioNodeEngineNEON.cpp',
]

View File

@ -13,7 +13,7 @@ EXPORTS += [
'OggWriter.h',
]
CPP_SOURCES += [
SOURCES += [
'OggCodecState.cpp',
'OggDecoder.cpp',
'OggReader.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'content'
CPP_SOURCES += [
SOURCES += [
'IMediaResourceManagerClient.cpp',
'IMediaResourceManagerDeathNotifier.cpp',
'IMediaResourceManagerService.cpp',

View File

@ -11,7 +11,7 @@ EXPORTS += [
'MediaOmxReader.h',
]
CPP_SOURCES += [
SOURCES += [
'MediaOmxDecoder.cpp',
'MediaOmxReader.cpp',
'OMXCodecProxy.cpp',
@ -23,7 +23,7 @@ if CONFIG['MOZ_RTSP']:
'RtspOmxDecoder.h',
'RtspOmxReader.h',
]
CPP_SOURCES += [
SOURCES += [
'RtspOmxDecoder.cpp',
'RtspOmxReader.cpp',
]

View File

@ -14,7 +14,7 @@ EXPORTS += [
'MPAPI.h',
]
CPP_SOURCES += [
SOURCES += [
'MediaPluginDecoder.cpp',
'MediaPluginHost.cpp',
'MediaPluginReader.cpp',

View File

@ -12,7 +12,7 @@ EXPORTS += [
'RawStructs.h',
]
CPP_SOURCES += [
SOURCES += [
'RawDecoder.cpp',
'RawReader.cpp',
]

View File

@ -11,7 +11,7 @@ EXPORTS += [
'WaveReader.h',
]
CPP_SOURCES += [
SOURCES += [
'WaveDecoder.cpp',
'WaveReader.cpp',
]

View File

@ -6,7 +6,7 @@
MODULE = 'content'
CPP_SOURCES += [
SOURCES += [
'Biquad.cpp',
'DirectConvolver.cpp',
'DynamicsCompressor.cpp',

View File

@ -50,7 +50,7 @@ EXPORTS.mozilla.dom += [
'WaveShaperNode.h',
]
CPP_SOURCES += [
SOURCES += [
'AnalyserNode.cpp',
'AudioBuffer.cpp',
'AudioBufferSourceNode.cpp',

View File

@ -11,7 +11,7 @@ EXPORTS += [
'WebMReader.h',
]
CPP_SOURCES += [
SOURCES += [
'WebMBufferedParser.cpp',
'WebMDecoder.cpp',
'WebMReader.cpp',

View File

@ -15,7 +15,7 @@ EXPORTS += [
if CONFIG['MOZ_WEBRTC']:
EXPORTS += ['MediaEngineWebRTC.h']
CPP_SOURCES += [
SOURCES += [
'MediaEngineTabVideoSource.cpp',
'MediaEngineWebRTC.cpp',
'MediaEngineWebRTCAudio.cpp',
@ -25,7 +25,7 @@ XPIDL_SOURCES += [
'nsITabSource.idl'
]
CPP_SOURCES += [
SOURCES += [
'MediaEngineDefault.cpp',
]

View File

@ -25,7 +25,7 @@ EXPORTS.mozilla.dom += [
'test/FakeSpeechRecognitionService.h',
]
CPP_SOURCES += [
SOURCES += [
'EnableWebSpeechRecognitionCheck.cpp',
'endpointer.cc',
'energy_endpointer.cc',

View File

@ -27,7 +27,7 @@ if CONFIG['MOZ_WEBSPEECH']:
'SpeechSynthesisVoice.h',
]
CPP_SOURCES += [
SOURCES += [
'EnableSpeechSynthesisCheck.cpp',
'ipc/SpeechSynthesisChild.cpp',
'ipc/SpeechSynthesisParent.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'synthpico'
CPP_SOURCES += [
SOURCES += [
'nsPicoService.cpp',
'PicoModule.cpp'
]

View File

@ -12,7 +12,7 @@ EXPORTS += [
'WMFReader.h',
]
CPP_SOURCES += [
SOURCES += [
'DXVA2Manager.cpp',
'WMFByteStream.cpp',
'WMFDecoder.cpp',

View File

@ -34,7 +34,7 @@ EXPORTS += [
'nsSMILValue.h',
]
CPP_SOURCES += [
SOURCES += [
'nsDOMTimeEvent.cpp',
'nsSMILAnimationController.cpp',
'nsSMILAnimationFunction.cpp',

View File

@ -99,7 +99,7 @@ EXPORTS.mozilla.dom += [
'SVGZoomEvent.h',
]
CPP_SOURCES += [
SOURCES += [
'DOMSVGAnimatedLengthList.cpp',
'DOMSVGAnimatedNumberList.cpp',
'DOMSVGLength.cpp',

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
'SVGDocument.h',
]
CPP_SOURCES += [
SOURCES += [
'SVGDocument.cpp',
]

View File

@ -16,7 +16,7 @@ EXPORTS.mozilla.dom += [
'XBLChildrenElement.h',
]
CPP_SOURCES += [
SOURCES += [
'nsBindingManager.cpp',
'nsXBLBinding.cpp',
'nsXBLContentSink.cpp',

View File

@ -13,7 +13,7 @@ EXPORTS.mozilla.dom += [
'XMLStylesheetProcessingInstruction.h',
]
CPP_SOURCES += [
SOURCES += [
'CDATASection.cpp',
'nsXMLElement.cpp',
'ProcessingInstruction.cpp',

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
'XMLDocument.h',
]
CPP_SOURCES += [
SOURCES += [
'nsXMLContentSink.cpp',
'nsXMLFragmentContentSink.cpp',
'nsXMLPrettyPrinter.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'transformiix'
CPP_SOURCES += [
SOURCES += [
'txDouble.cpp',
'txExpandedNameMap.cpp',
'txList.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'transformiix'
CPP_SOURCES += [
SOURCES += [
'txXMLParser.cpp',
'txXMLUtils.cpp',
]

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
'XPathEvaluator.h',
]
CPP_SOURCES += [
SOURCES += [
'nsXPathExpression.cpp',
'nsXPathNSResolver.cpp',
'nsXPathResult.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'transformiix'
CPP_SOURCES += [
SOURCES += [
'txBufferingHandler.cpp',
'txCurrentFunctionCall.cpp',
'txDocumentFunctionCall.cpp',

View File

@ -10,7 +10,7 @@ if CONFIG['MOZ_XUL']:
LIBXUL_LIBRARY = True
MSVC_ENABLE_PGO = True
CPP_SOURCES += [
SOURCES += [
'nsXULContextMenuBuilder.cpp',
'nsXULElement.cpp',
'nsXULPopupListener.cpp',

View File

@ -6,12 +6,12 @@
MODULE = 'xuldoc'
CPP_SOURCES += [
SOURCES += [
'nsXULControllers.cpp',
]
if CONFIG['MOZ_XUL']:
CPP_SOURCES += [
SOURCES += [
'nsXULCommandDispatcher.cpp',
'nsXULContentSink.cpp',
'nsXULPrototypeCache.cpp',

View File

@ -6,7 +6,7 @@
MODULE = 'xultmpl'
CPP_SOURCES += [
SOURCES += [
'nsContentSupportMap.cpp',
'nsContentTestNode.cpp',
'nsInstantiationNode.cpp',

View File

@ -12,7 +12,7 @@ EXPORTS += [
LIBRARY_NAME = 'mozsqlite3'
CSRCS += [
SOURCES += [
'sqlite3.c',
]

View File

@ -47,7 +47,7 @@ EXPORTS.mozilla += [
'LoadContext.h',
]
CPP_SOURCES += [
SOURCES += [
'LoadContext.cpp',
'nsAboutRedirector.cpp',
'nsDefaultURIFixup.cpp',

View File

@ -10,7 +10,7 @@ EXPORTS += [
'nsDocShellCID.h',
]
CPP_SOURCES += [
SOURCES += [
'nsDocShellModule.cpp',
]

View File

@ -10,7 +10,7 @@ EXPORTS += [
'nsSHEntryShared.h',
]
CPP_SOURCES += [
SOURCES += [
'nsSHEntry.cpp',
'nsSHEntryShared.cpp',
'nsSHistory.cpp',

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
'Activity.h',
]
CPP_SOURCES += [
SOURCES += [
'Activity.cpp',
]

View File

@ -19,7 +19,7 @@ EXPORTS.mozilla.dom.alarm += [
'AlarmHalService.h',
]
CPP_SOURCES += [
SOURCES += [
'AlarmHalService.cpp',
]

View File

@ -8,7 +8,7 @@ EXPORTS.mozilla.dom += [
'InterAppComm.h',
]
CPP_SOURCES += [
SOURCES += [
'InterAppComm.cpp',
]

View File

@ -21,7 +21,7 @@ EXPORTS += [
'AudioChannelServiceChild.h',
]
CPP_SOURCES += [
SOURCES += [
'AudioChannelAgent.cpp',
'AudioChannelService.cpp',
'AudioChannelServiceChild.cpp',

View File

@ -63,7 +63,7 @@ EXPORTS.mozilla.dom += [
'URL.h',
]
CPP_SOURCES += [
SOURCES += [
'BarProps.cpp',
'CompositionStringSynthesizer.cpp',
'Crypto.cpp',

View File

@ -11,7 +11,7 @@ EXPORTS.mozilla.dom.battery += [
'Types.h',
]
CPP_SOURCES += [
SOURCES += [
'BatteryManager.cpp',
]

View File

@ -25,7 +25,7 @@ if CONFIG['MOZ_B2G_BT']:
'nsIDOMBluetoothStatusChangedEvent.idl',
]
CPP_SOURCES += [
SOURCES += [
'BluetoothA2dpManager.cpp',
'BluetoothAdapter.cpp',
'BluetoothDevice.cpp',
@ -48,23 +48,23 @@ if CONFIG['MOZ_B2G_BT']:
]
if CONFIG['MOZ_B2G_RIL']:
CPP_SOURCES += [
SOURCES += [
'BluetoothRilListener.cpp',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
if CONFIG['MOZ_B2G_BT_BLUEZ']:
CPP_SOURCES += [
SOURCES += [
'gonk/BluetoothGonkService.cpp',
'linux/BluetoothDBusService.cpp',
]
if CONFIG['MOZ_B2G_BT_BLUEDROID']:
CPP_SOURCES += [
SOURCES += [
'BluetoothServiceBluedroid.cpp',
]
else:
if CONFIG['MOZ_ENABLE_DBUS']:
CPP_SOURCES += [
SOURCES += [
'linux/BluetoothDBusService.cpp',
]

View File

@ -14,7 +14,7 @@ EXPORTS.mozilla += [
'BrowserElementParent.h',
]
CPP_SOURCES += [
SOURCES += [
'BrowserElementParent.cpp',
]

View File

@ -22,7 +22,7 @@ EXPORTS += [
'GonkCameraControl.h',
]
CPP_SOURCES += [
SOURCES += [
'CameraControlImpl.cpp',
'CameraPreviewMediaStream.cpp',
'CameraRecorderProfiles.cpp',
@ -33,7 +33,7 @@ CPP_SOURCES += [
]
if CONFIG['MOZ_B2G_CAMERA']:
CPP_SOURCES += [
SOURCES += [
'GonkCameraControl.cpp',
'GonkCameraHwMgr.cpp',
'GonkCameraManager.cpp',
@ -42,7 +42,7 @@ if CONFIG['MOZ_B2G_CAMERA']:
'GonkRecorderProfiles.cpp',
]
else:
CPP_SOURCES += [
SOURCES += [
'FallbackCameraControl.cpp',
'FallbackCameraManager.cpp',
]

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
'CellBroadcast.h',
]
CPP_SOURCES += [
SOURCES += [
'CellBroadcast.cpp',
]

View File

@ -20,7 +20,7 @@ EXPORTS.mozilla.dom.devicestorage += [
'DeviceStorageRequestParent.h',
]
CPP_SOURCES += [
SOURCES += [
'DeviceStorageRequestChild.cpp',
'DeviceStorageRequestParent.cpp',
'nsDeviceStorage.cpp',

View File

@ -14,7 +14,7 @@ EXPORTS.mozilla.dom += [
'TextEncoder.h',
]
CPP_SOURCES += [
SOURCES += [
'EncodingUtils.cpp',
'TextDecoder.cpp',
'TextEncoder.cpp',

View File

@ -35,7 +35,7 @@ EXPORTS.mozilla.dom.file += [
'LockedFile.h',
]
CPP_SOURCES += [
SOURCES += [
'ArchiveEvent.cpp',
'ArchiveReader.cpp',
'ArchiveRequest.cpp',

View File

@ -11,7 +11,7 @@ EXPORTS.mozilla.dom += [
'FMRadioRequestParent.h',
]
CPP_SOURCES += [
SOURCES += [
'FMRadioChild.cpp',
'FMRadioParent.cpp',
'FMRadioRequestChild.cpp',

View File

@ -17,7 +17,7 @@ if CONFIG['MOZ_B2G_FM']:
'FMRadioService.h',
]
CPP_SOURCES += [
SOURCES += [
'FMRadio.cpp',
'FMRadioService.cpp',
]

View File

@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
'GamepadService.h',
]
CPP_SOURCES = [
SOURCES = [
'Gamepad.cpp',
'GamepadButton.cpp',
'GamepadService.cpp',

View File

@ -9,7 +9,7 @@ EXPORTS.mozilla.dom += [
'StkCommandEvent.h',
]
CPP_SOURCES += [
SOURCES += [
'IccManager.cpp',
'StkCommandEvent.cpp',
]

View File

@ -13,7 +13,7 @@ EXPORTS.mozilla.dom.indexedDB += [
# Need to enable these tests sometime soon.
#XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
CPP_SOURCES += [
SOURCES += [
'IndexedDBChild.cpp',
'IndexedDBParent.cpp',
]

View File

@ -37,7 +37,7 @@ EXPORTS.mozilla.dom.indexedDB += [
'KeyPath.h',
]
CPP_SOURCES += [
SOURCES += [
'AsyncConnectionHelper.cpp',
'CheckPermissionsHelper.cpp',
'Client.cpp',

View File

@ -39,7 +39,7 @@ EXPORTS.mozilla += [
'ProcessPriorityManager.h',
]
CPP_SOURCES += [
SOURCES += [
'AppProcessChecker.cpp',
'Blob.cpp',
'ContentChild.cpp',

View File

@ -10,7 +10,7 @@ XPIDL_SOURCES += [
MODULE = 'peerconnection'
CPP_SOURCES += [
SOURCES += [
'MediaModule.cpp',
]

View File

@ -27,7 +27,7 @@ EXPORTS.mozilla += [
'MediaManager.h',
]
CPP_SOURCES += [
SOURCES += [
'GetUserMediaRequest.cpp',
'MediaManager.cpp',
]
@ -41,7 +41,7 @@ if CONFIG['MOZ_B2G']:
EXPORTS.mozilla += [
'MediaPermissionGonk.h',
]
CPP_SOURCES += [
SOURCES += [
'MediaPermissionGonk.cpp',
]

View File

@ -14,7 +14,7 @@ EXPORTS.mozilla.dom.mobilemessage += [
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
CPP_SOURCES += [
SOURCES += [
'android/MmsService.cpp',
'android/MobileMessageDatabaseService.cpp',
'android/SmsService.cpp',
@ -32,11 +32,11 @@ elif CONFIG['MOZ_B2G_RIL']:
'gonk/MobileMessageDatabaseService.js',
'gonk/MobileMessageDatabaseService.manifest',
]
CPP_SOURCES += [
SOURCES += [
'gonk/SmsService.cpp',
]
else:
CPP_SOURCES += [
SOURCES += [
'fallback/MmsService.cpp',
'fallback/MobileMessageDatabaseService.cpp',
'fallback/SmsService.cpp',
@ -50,7 +50,7 @@ EXPORTS.mozilla.dom += [
'SmsSegmentInfo.h',
]
CPP_SOURCES += [
SOURCES += [
'Constants.cpp',
'ipc/SmsChild.cpp',
'ipc/SmsIPCService.cpp',

View File

@ -13,7 +13,7 @@ EXPORTS.mozilla.dom.network += [
'Types.h',
]
CPP_SOURCES += [
SOURCES += [
'Connection.cpp',
'TCPServerSocketChild.cpp',
'TCPServerSocketParent.cpp',
@ -22,7 +22,7 @@ CPP_SOURCES += [
]
if CONFIG['MOZ_B2G_RIL']:
CPP_SOURCES += [
SOURCES += [
'MobileConnection.cpp',
]
EXTRA_JS_MODULES = [

Some files were not shown because too many files have changed in this diff Show More