mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 929905 - Consolidate sources in moz.build. r=gps
This commit is contained in:
parent
e3011cd1ab
commit
1d566f7586
@ -11,7 +11,7 @@ EXPORTS.mozilla.a11y += [
|
||||
'HyperTextAccessibleWrap.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AccessibleWrap.cpp',
|
||||
'ApplicationAccessibleWrap.cpp',
|
||||
'AtkSocketAccessible.cpp',
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -12,7 +12,7 @@ EXPORTS.mozilla.a11y += [
|
||||
'HyperTextAccessible.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'Accessible.cpp',
|
||||
'ApplicationAccessible.cpp',
|
||||
'ARIAGridAccessible.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'accessibility'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'HTMLCanvasAccessible.cpp',
|
||||
'HTMLElementAccessibles.cpp',
|
||||
'HTMLFormControlAccessible.cpp',
|
||||
|
@ -17,7 +17,7 @@ EXPORTS.mozilla.a11y += [
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_s'
|
||||
|
||||
CMMSRCS += [
|
||||
SOURCES += [
|
||||
'AccessibleWrap.mm',
|
||||
'DocAccessibleWrap.mm',
|
||||
'MacUtils.mm',
|
||||
|
@ -11,7 +11,7 @@ EXPORTS.mozilla.a11y += [
|
||||
'HyperTextAccessibleWrap.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AccessibleWrap.cpp',
|
||||
'Platform.cpp',
|
||||
]
|
||||
|
@ -17,7 +17,7 @@ EXPORTS += [
|
||||
'ia2AccessibleValue.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'ia2Accessible.cpp',
|
||||
'ia2AccessibleAction.cpp',
|
||||
'ia2AccessibleComponent.cpp',
|
||||
|
@ -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',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'accessibility'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'sdnAccessible.cpp',
|
||||
'sdnDocAccessible.cpp',
|
||||
'sdnTextAccessible.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'accessibility'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'uiaRawElmProvider.cpp',
|
||||
]
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'accessibility'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsAccessibleRelation.cpp',
|
||||
'xpcAccessibleTable.cpp',
|
||||
'xpcAccessibleTableCell.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'accessibility'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'XULAlertAccessible.cpp',
|
||||
'XULColorPickerAccessible.cpp',
|
||||
'XULComboboxAccessible.cpp',
|
||||
|
@ -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',
|
||||
]
|
||||
|
@ -7,6 +7,6 @@
|
||||
PROGRAM = CONFIG['MOZ_APP_NAME']
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'run-b2g.cpp',
|
||||
]
|
||||
|
@ -8,6 +8,6 @@ DIRS += ['profile/extensions']
|
||||
|
||||
PROGRAM = CONFIG['MOZ_APP_NAME']
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsBrowserApp.cpp',
|
||||
]
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.browser += [
|
||||
'AboutRedirector.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AboutRedirector.cpp',
|
||||
]
|
||||
|
||||
|
@ -10,7 +10,7 @@ EXPORTS += [
|
||||
'nsBrowserCompsCID.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsModule.cpp',
|
||||
]
|
||||
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.browser += [
|
||||
'DirectoryProvider.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'DirectoryProvider.cpp',
|
||||
]
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'browser_feeds'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsFeedSniffer.cpp',
|
||||
]
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
MODULE = 'migration'
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsIEHistoryEnumerator.cpp',
|
||||
]
|
||||
|
||||
|
@ -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 += [
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PROGRAM = 'CommandExecuteHandler'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'CEHHelper.cpp',
|
||||
'CommandExecuteHandler.cpp',
|
||||
]
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PROGRAM = 'linktool'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'linktool.cpp',
|
||||
]
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PROGRAM = 'metrotestharness'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'metrotestharness.cpp',
|
||||
]
|
||||
|
||||
|
@ -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',
|
||||
]
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -11,6 +11,6 @@ TEST_DIRS += ['crashinjectdll']
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
PROGRAM = 'crashinject'
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'crashinject.cpp',
|
||||
]
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'caps'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsJSPrincipals.cpp',
|
||||
'nsNullPrincipal.cpp',
|
||||
'nsNullPrincipalURI.cpp',
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.chrome += [
|
||||
'RegistryMessageUtils.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsChromeProtocolHandler.cpp',
|
||||
'nsChromeRegistry.cpp',
|
||||
'nsChromeRegistryChrome.cpp',
|
||||
|
@ -16,7 +16,7 @@ CONFIGURE_SUBST_FILES += [
|
||||
]
|
||||
|
||||
if CONFIG['HOST_OS_ARCH'] != 'WINNT':
|
||||
HOST_CSRCS += [
|
||||
HOST_SOURCES += [
|
||||
'nsinstall.c',
|
||||
'pathsub.c',
|
||||
]
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -77,7 +77,7 @@ EXPORTS.mozilla.dom += [
|
||||
'ValidityState.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'HTMLAnchorElement.cpp',
|
||||
'HTMLAreaElement.cpp',
|
||||
'HTMLAudioElement.cpp',
|
||||
|
@ -15,7 +15,7 @@ EXPORTS.mozilla.dom += [
|
||||
'ImageDocument.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'HTMLAllCollection.cpp',
|
||||
'ImageDocument.cpp',
|
||||
'MediaDocument.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'content'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsMathMLElement.cpp',
|
||||
'nsMathMLElementFactory.cpp',
|
||||
]
|
||||
|
@ -11,7 +11,7 @@ EXPORTS += [
|
||||
'AppleMP3Reader.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AppleDecoder.cpp',
|
||||
'AppleMP3Reader.cpp',
|
||||
]
|
||||
|
@ -13,7 +13,7 @@ EXPORTS += [
|
||||
'DASHRepReader.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'DASHDecoder.cpp',
|
||||
'DASHReader.cpp',
|
||||
'DASHRepDecoder.cpp',
|
||||
|
@ -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',
|
||||
|
@ -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'
|
||||
|
||||
|
@ -13,7 +13,7 @@ EXPORTS += [
|
||||
'GStreamerReader.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'GStreamerDecoder.cpp',
|
||||
'GStreamerFormatHelper.cpp',
|
||||
'GStreamerLoader.cpp',
|
||||
|
@ -20,7 +20,7 @@ EXPORTS.mozilla.dom += [
|
||||
'SourceBufferList.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'MediaSource.cpp',
|
||||
'MediaSourceDecoder.cpp',
|
||||
'SourceBuffer.cpp',
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -13,7 +13,7 @@ EXPORTS += [
|
||||
'OggWriter.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'OggCodecState.cpp',
|
||||
'OggDecoder.cpp',
|
||||
'OggReader.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'content'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'IMediaResourceManagerClient.cpp',
|
||||
'IMediaResourceManagerDeathNotifier.cpp',
|
||||
'IMediaResourceManagerService.cpp',
|
||||
|
@ -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',
|
||||
]
|
||||
|
@ -14,7 +14,7 @@ EXPORTS += [
|
||||
'MPAPI.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'MediaPluginDecoder.cpp',
|
||||
'MediaPluginHost.cpp',
|
||||
'MediaPluginReader.cpp',
|
||||
|
@ -12,7 +12,7 @@ EXPORTS += [
|
||||
'RawStructs.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'RawDecoder.cpp',
|
||||
'RawReader.cpp',
|
||||
]
|
||||
|
@ -11,7 +11,7 @@ EXPORTS += [
|
||||
'WaveReader.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'WaveDecoder.cpp',
|
||||
'WaveReader.cpp',
|
||||
]
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'content'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'Biquad.cpp',
|
||||
'DirectConvolver.cpp',
|
||||
'DynamicsCompressor.cpp',
|
||||
|
@ -50,7 +50,7 @@ EXPORTS.mozilla.dom += [
|
||||
'WaveShaperNode.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AnalyserNode.cpp',
|
||||
'AudioBuffer.cpp',
|
||||
'AudioBufferSourceNode.cpp',
|
||||
|
@ -11,7 +11,7 @@ EXPORTS += [
|
||||
'WebMReader.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'WebMBufferedParser.cpp',
|
||||
'WebMDecoder.cpp',
|
||||
'WebMReader.cpp',
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -25,7 +25,7 @@ EXPORTS.mozilla.dom += [
|
||||
'test/FakeSpeechRecognitionService.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'EnableWebSpeechRecognitionCheck.cpp',
|
||||
'endpointer.cc',
|
||||
'energy_endpointer.cc',
|
||||
|
@ -27,7 +27,7 @@ if CONFIG['MOZ_WEBSPEECH']:
|
||||
'SpeechSynthesisVoice.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'EnableSpeechSynthesisCheck.cpp',
|
||||
'ipc/SpeechSynthesisChild.cpp',
|
||||
'ipc/SpeechSynthesisParent.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'synthpico'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsPicoService.cpp',
|
||||
'PicoModule.cpp'
|
||||
]
|
||||
|
@ -12,7 +12,7 @@ EXPORTS += [
|
||||
'WMFReader.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'DXVA2Manager.cpp',
|
||||
'WMFByteStream.cpp',
|
||||
'WMFDecoder.cpp',
|
||||
|
@ -34,7 +34,7 @@ EXPORTS += [
|
||||
'nsSMILValue.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsDOMTimeEvent.cpp',
|
||||
'nsSMILAnimationController.cpp',
|
||||
'nsSMILAnimationFunction.cpp',
|
||||
|
@ -99,7 +99,7 @@ EXPORTS.mozilla.dom += [
|
||||
'SVGZoomEvent.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'DOMSVGAnimatedLengthList.cpp',
|
||||
'DOMSVGAnimatedNumberList.cpp',
|
||||
'DOMSVGLength.cpp',
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
|
||||
'SVGDocument.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'SVGDocument.cpp',
|
||||
]
|
||||
|
||||
|
@ -16,7 +16,7 @@ EXPORTS.mozilla.dom += [
|
||||
'XBLChildrenElement.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsBindingManager.cpp',
|
||||
'nsXBLBinding.cpp',
|
||||
'nsXBLContentSink.cpp',
|
||||
|
@ -13,7 +13,7 @@ EXPORTS.mozilla.dom += [
|
||||
'XMLStylesheetProcessingInstruction.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'CDATASection.cpp',
|
||||
'nsXMLElement.cpp',
|
||||
'ProcessingInstruction.cpp',
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
|
||||
'XMLDocument.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsXMLContentSink.cpp',
|
||||
'nsXMLFragmentContentSink.cpp',
|
||||
'nsXMLPrettyPrinter.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'transformiix'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'txDouble.cpp',
|
||||
'txExpandedNameMap.cpp',
|
||||
'txList.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'transformiix'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'txXMLParser.cpp',
|
||||
'txXMLUtils.cpp',
|
||||
]
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
|
||||
'XPathEvaluator.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsXPathExpression.cpp',
|
||||
'nsXPathNSResolver.cpp',
|
||||
'nsXPathResult.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'transformiix'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'txBufferingHandler.cpp',
|
||||
'txCurrentFunctionCall.cpp',
|
||||
'txDocumentFunctionCall.cpp',
|
||||
|
@ -10,7 +10,7 @@ if CONFIG['MOZ_XUL']:
|
||||
LIBXUL_LIBRARY = True
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsXULContextMenuBuilder.cpp',
|
||||
'nsXULElement.cpp',
|
||||
'nsXULPopupListener.cpp',
|
||||
|
@ -6,12 +6,12 @@
|
||||
|
||||
MODULE = 'xuldoc'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsXULControllers.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_XUL']:
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsXULCommandDispatcher.cpp',
|
||||
'nsXULContentSink.cpp',
|
||||
'nsXULPrototypeCache.cpp',
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'xultmpl'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsContentSupportMap.cpp',
|
||||
'nsContentTestNode.cpp',
|
||||
'nsInstantiationNode.cpp',
|
||||
|
@ -12,7 +12,7 @@ EXPORTS += [
|
||||
|
||||
LIBRARY_NAME = 'mozsqlite3'
|
||||
|
||||
CSRCS += [
|
||||
SOURCES += [
|
||||
'sqlite3.c',
|
||||
]
|
||||
|
||||
|
@ -47,7 +47,7 @@ EXPORTS.mozilla += [
|
||||
'LoadContext.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'LoadContext.cpp',
|
||||
'nsAboutRedirector.cpp',
|
||||
'nsDefaultURIFixup.cpp',
|
||||
|
@ -10,7 +10,7 @@ EXPORTS += [
|
||||
'nsDocShellCID.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsDocShellModule.cpp',
|
||||
]
|
||||
|
||||
|
@ -10,7 +10,7 @@ EXPORTS += [
|
||||
'nsSHEntryShared.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsSHEntry.cpp',
|
||||
'nsSHEntryShared.cpp',
|
||||
'nsSHistory.cpp',
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
|
||||
'Activity.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'Activity.cpp',
|
||||
]
|
||||
|
||||
|
@ -19,7 +19,7 @@ EXPORTS.mozilla.dom.alarm += [
|
||||
'AlarmHalService.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AlarmHalService.cpp',
|
||||
]
|
||||
|
||||
|
@ -8,7 +8,7 @@ EXPORTS.mozilla.dom += [
|
||||
'InterAppComm.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'InterAppComm.cpp',
|
||||
]
|
||||
|
||||
|
@ -21,7 +21,7 @@ EXPORTS += [
|
||||
'AudioChannelServiceChild.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AudioChannelAgent.cpp',
|
||||
'AudioChannelService.cpp',
|
||||
'AudioChannelServiceChild.cpp',
|
||||
|
@ -63,7 +63,7 @@ EXPORTS.mozilla.dom += [
|
||||
'URL.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'BarProps.cpp',
|
||||
'CompositionStringSynthesizer.cpp',
|
||||
'Crypto.cpp',
|
||||
|
@ -11,7 +11,7 @@ EXPORTS.mozilla.dom.battery += [
|
||||
'Types.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'BatteryManager.cpp',
|
||||
]
|
||||
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -14,7 +14,7 @@ EXPORTS.mozilla += [
|
||||
'BrowserElementParent.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'BrowserElementParent.cpp',
|
||||
]
|
||||
|
||||
|
@ -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',
|
||||
]
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
|
||||
'CellBroadcast.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'CellBroadcast.cpp',
|
||||
]
|
||||
|
||||
|
@ -20,7 +20,7 @@ EXPORTS.mozilla.dom.devicestorage += [
|
||||
'DeviceStorageRequestParent.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'DeviceStorageRequestChild.cpp',
|
||||
'DeviceStorageRequestParent.cpp',
|
||||
'nsDeviceStorage.cpp',
|
||||
|
@ -14,7 +14,7 @@ EXPORTS.mozilla.dom += [
|
||||
'TextEncoder.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'EncodingUtils.cpp',
|
||||
'TextDecoder.cpp',
|
||||
'TextEncoder.cpp',
|
||||
|
@ -35,7 +35,7 @@ EXPORTS.mozilla.dom.file += [
|
||||
'LockedFile.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'ArchiveEvent.cpp',
|
||||
'ArchiveReader.cpp',
|
||||
'ArchiveRequest.cpp',
|
||||
|
@ -11,7 +11,7 @@ EXPORTS.mozilla.dom += [
|
||||
'FMRadioRequestParent.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'FMRadioChild.cpp',
|
||||
'FMRadioParent.cpp',
|
||||
'FMRadioRequestChild.cpp',
|
||||
|
@ -17,7 +17,7 @@ if CONFIG['MOZ_B2G_FM']:
|
||||
'FMRadioService.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'FMRadio.cpp',
|
||||
'FMRadioService.cpp',
|
||||
]
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.mozilla.dom += [
|
||||
'GamepadService.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES = [
|
||||
SOURCES = [
|
||||
'Gamepad.cpp',
|
||||
'GamepadButton.cpp',
|
||||
'GamepadService.cpp',
|
||||
|
@ -9,7 +9,7 @@ EXPORTS.mozilla.dom += [
|
||||
'StkCommandEvent.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'IccManager.cpp',
|
||||
'StkCommandEvent.cpp',
|
||||
]
|
||||
|
@ -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',
|
||||
]
|
||||
|
@ -37,7 +37,7 @@ EXPORTS.mozilla.dom.indexedDB += [
|
||||
'KeyPath.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AsyncConnectionHelper.cpp',
|
||||
'CheckPermissionsHelper.cpp',
|
||||
'Client.cpp',
|
||||
|
@ -39,7 +39,7 @@ EXPORTS.mozilla += [
|
||||
'ProcessPriorityManager.h',
|
||||
]
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'AppProcessChecker.cpp',
|
||||
'Blob.cpp',
|
||||
'ContentChild.cpp',
|
||||
|
@ -10,7 +10,7 @@ XPIDL_SOURCES += [
|
||||
|
||||
MODULE = 'peerconnection'
|
||||
|
||||
CPP_SOURCES += [
|
||||
SOURCES += [
|
||||
'MediaModule.cpp',
|
||||
]
|
||||
|
||||
|
@ -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',
|
||||
]
|
||||
|
||||
|
@ -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',
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user