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', 'HyperTextAccessibleWrap.h',
] ]
CPP_SOURCES += [ SOURCES += [
'AccessibleWrap.cpp', 'AccessibleWrap.cpp',
'ApplicationAccessibleWrap.cpp', 'ApplicationAccessibleWrap.cpp',
'AtkSocketAccessible.cpp', 'AtkSocketAccessible.cpp',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
CPP_SOURCES += [ SOURCES += [
'crashinjectdll.cpp', 'crashinjectdll.cpp',
] ]

View File

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

View File

@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
CPP_SOURCES += [ SOURCES += [
'vmwarerecordinghelper.cpp', 'vmwarerecordinghelper.cpp',
] ]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -14,7 +14,7 @@ EXPORTS += [
'DirectShowUtils.h', 'DirectShowUtils.h',
] ]
CPP_SOURCES += [ SOURCES += [
'AudioSinkFilter.cpp', 'AudioSinkFilter.cpp',
'AudioSinkInputPin.cpp', 'AudioSinkInputPin.cpp',
'DirectShowDecoder.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 # If WebRTC isn't being built, we need to compile the DirectShow base classes so that
# they're available at link time. # they're available at link time.
if not CONFIG['MOZ_WEBRTC']: 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/BaseFilter.cpp',
'media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseInputPin.cpp', 'media/webrtc/trunk/webrtc/modules/video_capture/windows/BaseInputPin.cpp',
'media/webrtc/trunk/webrtc/modules/video_capture/windows/BasePin.cpp', 'media/webrtc/trunk/webrtc/modules/video_capture/windows/BasePin.cpp',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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