author | Mike Hommey <mh+mozilla@glandium.org> |
Tue, 19 Nov 2013 11:47:39 +0900 | |
changeset 156201 | 05e66d941de21f4edbb22801c740878474d23b72 |
parent 156200 | 5190dda148374cffb8e2052efb4c0e8f600b877a |
child 156202 | 9266f5d70bb9904b3acbdc95dafe96702159544a |
push id | 25670 |
push user | mh@glandium.org |
push date | Tue, 19 Nov 2013 02:51:47 +0000 |
treeherder | mozilla-central@e4b59fdbc9c2 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mshal |
bugs | 939044 |
milestone | 28.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/accessible/moz.build +++ b/accessible/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['public', 'src'] TEST_DIRS += ['tests'] -MODULE = 'accessibility' -
--- a/accessible/public/ia2/moz.build +++ b/accessible/public/ia2/moz.build @@ -1,9 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' LIBRARY_NAME = 'IA2Marshal'
--- a/accessible/public/msaa/moz.build +++ b/accessible/public/msaa/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - LIBRARY_NAME = 'AccessibleMarshal' GENERATED_SOURCES += [ 'dlldata.c', 'ISimpleDOMDocument_i.c', 'ISimpleDOMDocument_p.c', 'ISimpleDOMNode_i.c', 'ISimpleDOMNode_p.c',
--- a/accessible/src/atk/moz.build +++ b/accessible/src/atk/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - EXPORTS.mozilla.a11y += [ 'AccessibleWrap.h', 'HyperTextAccessibleWrap.h', ] SOURCES += [ 'AccessibleWrap.cpp', 'ApplicationAccessibleWrap.cpp',
--- a/accessible/src/base/moz.build +++ b/accessible/src/base/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. include('../shared.mozbuild') -MODULE = 'accessibility' - EXPORTS += [ 'AccEvent.h', 'nsAccessibilityService.h' ] EXPORTS.mozilla.a11y += [ 'AccTypes.h', 'DocManager.h',
--- a/accessible/src/generic/moz.build +++ b/accessible/src/generic/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - EXPORTS.mozilla.a11y += [ 'Accessible.h', 'DocAccessible.h', 'HyperTextAccessible.h', ] UNIFIED_SOURCES += [ 'Accessible.cpp',
--- a/accessible/src/html/moz.build +++ b/accessible/src/html/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - UNIFIED_SOURCES += [ 'HTMLCanvasAccessible.cpp', 'HTMLElementAccessibles.cpp', 'HTMLFormControlAccessible.cpp', 'HTMLImageMapAccessible.cpp', 'HTMLLinkAccessible.cpp', 'HTMLListAccessible.cpp', 'HTMLSelectAccessible.cpp',
--- a/accessible/src/mac/moz.build +++ b/accessible/src/mac/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - EXPORTS += [ 'mozAccessibleProtocol.h', ] EXPORTS.mozilla.a11y += [ 'AccessibleWrap.h', 'HyperTextAccessibleWrap.h', ]
--- a/accessible/src/other/moz.build +++ b/accessible/src/other/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - EXPORTS.mozilla.a11y += [ 'AccessibleWrap.h', 'HyperTextAccessibleWrap.h', ] SOURCES += [ 'AccessibleWrap.cpp', 'Platform.cpp',
--- a/accessible/src/windows/ia2/moz.build +++ b/accessible/src/windows/ia2/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - EXPORTS += [ 'ia2Accessible.h', 'ia2AccessibleAction.h', 'ia2AccessibleComponent.h', 'ia2AccessibleEditableText.h', 'ia2AccessibleHyperlink.h', 'ia2AccessibleHypertext.h', 'ia2AccessibleText.h',
--- a/accessible/src/windows/msaa/moz.build +++ b/accessible/src/windows/msaa/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - EXPORTS += [ 'IUnknownImpl.h', ] EXPORTS.mozilla.a11y += [ 'AccessibleWrap.h', 'Compatibility.h', 'HyperTextAccessibleWrap.h',
--- a/accessible/src/windows/sdn/moz.build +++ b/accessible/src/windows/sdn/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - SOURCES += [ 'sdnAccessible.cpp', 'sdnDocAccessible.cpp', 'sdnTextAccessible.cpp', ] LIBXUL_LIBRARY = True
--- a/accessible/src/windows/uia/moz.build +++ b/accessible/src/windows/uia/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - SOURCES += [ 'uiaRawElmProvider.cpp', ] LIBXUL_LIBRARY = True LOCAL_INCLUDES += [ '../../base',
--- a/accessible/src/xpcom/moz.build +++ b/accessible/src/xpcom/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - EXPORTS += [ 'xpcAccessibleHyperText.h', 'xpcAccessibleSelectable.h', ] UNIFIED_SOURCES += [ 'nsAccessibleRelation.cpp', 'xpcAccessibleHyperText.cpp',
--- a/accessible/src/xul/moz.build +++ b/accessible/src/xul/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'accessibility' - UNIFIED_SOURCES += [ 'XULAlertAccessible.cpp', 'XULColorPickerAccessible.cpp', 'XULComboboxAccessible.cpp', 'XULElementAccessibles.cpp', 'XULFormControlAccessible.cpp', 'XULListboxAccessible.cpp', 'XULMenuAccessible.cpp',
--- a/accessible/tests/moz.build +++ b/accessible/tests/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['mochitest'] -MODULE = 'test_accessibility' -
--- a/b2g/components/moz.build +++ b/b2g/components/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'B2GComponents' - EXTRA_COMPONENTS += [ 'ActivitiesGlue.js', 'AlertsService.js', 'B2GAboutRedirector.js', 'ContentHandler.js', 'ContentPermissionPrompt.js', 'FilePicker.js', 'HelperAppDialog.js',
--- a/b2g/components/test/moz.build +++ b/b2g/components/test/moz.build @@ -1,9 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'B2GComponents' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/browser/components/about/moz.build +++ b/browser/components/about/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'browserabout' - EXPORTS.mozilla.browser += [ 'AboutRedirector.h', ] SOURCES += [ 'AboutRedirector.cpp', ]
--- a/browser/components/build/moz.build +++ b/browser/components/build/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'browsercomps' - EXPORTS += [ 'nsBrowserCompsCID.h', ] SOURCES += [ 'nsModule.cpp', ]
--- a/browser/components/dirprovider/moz.build +++ b/browser/components/dirprovider/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'browserdir' - EXPORTS.mozilla.browser += [ 'DirectoryProvider.h', ] SOURCES += [ 'DirectoryProvider.cpp', ]
--- a/browser/components/feeds/src/moz.build +++ b/browser/components/feeds/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'browser_feeds' - SOURCES += [ 'nsFeedSniffer.cpp', ] EXTRA_COMPONENTS += [ 'BrowserFeeds.manifest', 'FeedConverter.js', 'WebContentConverter.js',
--- a/browser/components/migration/src/moz.build +++ b/browser/components/migration/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'migration' - if CONFIG['OS_ARCH'] == 'WINNT': SOURCES += [ 'nsIEHistoryEnumerator.cpp', ] EXTRA_COMPONENTS += [ 'FirefoxProfileMigrator.js', 'ProfileMigrator.js',
--- a/browser/components/moz.build +++ b/browser/components/moz.build @@ -26,18 +26,16 @@ DIRS += ['build'] XPIDL_SOURCES += [ 'nsIBrowserGlue.idl', 'nsIBrowserHandler.idl', ] XPIDL_MODULE = 'browsercompsbase' -MODULE = 'browsercomps' - EXTRA_COMPONENTS += [ 'BrowserComponents.manifest', ] EXTRA_PP_COMPONENTS += [ 'nsBrowserContentHandler.js', 'nsBrowserGlue.js', ]
--- a/browser/components/shell/src/moz.build +++ b/browser/components/shell/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'shellservice' - if CONFIG['OS_ARCH'] == 'WINNT': SOURCES += [ 'nsWindowsShellService.cpp', ] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': SOURCES += [ 'nsMacShellService.cpp', ]
--- a/browser/fuel/src/moz.build +++ b/browser/fuel/src/moz.build @@ -1,15 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'fuel' - EXTRA_COMPONENTS += [ 'fuelApplication.manifest', ] EXTRA_PP_COMPONENTS += [ 'fuelApplication.js', ]
--- a/browser/metro/shell/moz.build +++ b/browser/metro/shell/moz.build @@ -6,10 +6,8 @@ DIRS += [ 'commandexecutehandler', 'linktool', ] TEST_DIRS += ['testing'] -MODULE = 'metro' -
--- a/build/mobile/robocop/moz.build +++ b/build/mobile/robocop/moz.build @@ -1,11 +1,9 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'robocop' - ANDROID_RESFILES = [ 'res/values/strings.xml', ]
--- a/build/mobile/sutagent/android/fencp/moz.build +++ b/build/mobile/sutagent/android/fencp/moz.build @@ -1,15 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'FenCP' - ANDROID_RESFILES = [ 'res/drawable-hdpi/icon.png', 'res/drawable-ldpi/icon.png', 'res/drawable-mdpi/icon.png', 'res/layout/main.xml', 'res/values/strings.xml', ]
--- a/build/mobile/sutagent/android/ffxcp/moz.build +++ b/build/mobile/sutagent/android/ffxcp/moz.build @@ -1,15 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'FfxCP' - ANDROID_RESFILES = [ 'res/drawable-hdpi/icon.png', 'res/drawable-ldpi/icon.png', 'res/drawable-mdpi/icon.png', 'res/layout/main.xml', 'res/values/strings.xml', ]
--- a/build/mobile/sutagent/android/moz.build +++ b/build/mobile/sutagent/android/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'sutAgentAndroid' - ANDROID_RESFILES = [ 'res/drawable/ateamlogo.png', 'res/drawable/ic_stat_first.png', 'res/drawable/ic_stat_neterror.png', 'res/drawable/ic_stat_warning.png', 'res/drawable/icon.png', 'res/layout/main.xml', 'res/values/strings.xml',
--- a/build/mobile/sutagent/android/watcher/moz.build +++ b/build/mobile/sutagent/android/watcher/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'Watcher' - ANDROID_RESFILES = [ 'res/drawable-hdpi/ateamlogo.png', 'res/drawable-hdpi/icon.png', 'res/drawable-ldpi/ateamlogo.png', 'res/drawable-ldpi/icon.png', 'res/drawable-mdpi/ateamlogo.png', 'res/drawable-mdpi/icon.png', 'res/layout/main.xml',
--- a/build/moz.build +++ b/build/moz.build @@ -17,10 +17,8 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'andr TEST_DIRS += [ 'mobile/sutagent/android', 'mobile/sutagent/android/watcher', 'mobile/sutagent/android/ffxcp', 'mobile/sutagent/android/fencp', 'mobile/robocop', ] -MODULE = 'build' -
--- a/build/unix/moz.build +++ b/build/unix/moz.build @@ -7,10 +7,8 @@ if CONFIG['MOZ_LIBSTDCXX_TARGET_VERSION'] or CONFIG['MOZ_LIBSTDCXX_HOST_VERSION']: DIRS += ['stdc++compat'] if CONFIG['USE_ELF_HACK']: DIRS += ['elfhack'] TEST_DIRS += ['test'] -MODULE = 'build' -
--- a/build/unix/stdc++compat/moz.build +++ b/build/unix/stdc++compat/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'build' - if CONFIG['MOZ_LIBSTDCXX_TARGET_VERSION']: LIBRARY_NAME = 'stdc++compat' SOURCES += ['stdc++compat.cpp'] if CONFIG['MOZ_LIBSTDCXX_HOST_VERSION']: HOST_LIBRARY_NAME = 'host_stdc++compat' HOST_SOURCES += [ 'stdc++compat.cpp',
--- a/caps/include/moz.build +++ b/caps/include/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'caps' - EXPORTS += [ 'nsJSPrincipals.h', ]
--- a/caps/moz.build +++ b/caps/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['idl', 'include', 'src'] TEST_DIRS += ['tests/mochitest'] -MODULE = 'caps' -
--- a/caps/src/moz.build +++ b/caps/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'caps' - SOURCES += [ 'DomainPolicy.cpp', 'nsJSPrincipals.cpp', 'nsNullPrincipal.cpp', 'nsNullPrincipalURI.cpp', 'nsPrincipal.cpp', 'nsScriptSecurityManager.cpp', 'nsSecurityManagerFactory.cpp',
--- a/chrome/src/moz.build +++ b/chrome/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'chrome' - EXPORTS.mozilla.chrome += [ 'RegistryMessageUtils.h', ] SOURCES += [ 'nsChromeProtocolHandler.cpp', 'nsChromeRegistry.cpp', 'nsChromeRegistryChrome.cpp',
--- a/chrome/test/moz.build +++ b/chrome/test/moz.build @@ -1,13 +1,11 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_chrome' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] # FIXME/bug 575918: out-of-process xpcshell is broken on OS X if CONFIG['OS_ARCH'] != 'Darwin': XPCSHELL_TESTS_MANIFESTS += ['unit_ipc/xpcshell.ini']
--- a/content/base/public/moz.build +++ b/content/base/public/moz.build @@ -26,18 +26,16 @@ XPIDL_SOURCES += [ 'nsISelectionDisplay.idl', 'nsISelectionListener.idl', 'nsISelectionPrivate.idl', 'nsIXMLHttpRequest.idl', ] XPIDL_MODULE = 'content_base' -MODULE = 'content' - EXPORTS += [ 'HTMLSplitOnSpacesTokenizer.h', 'mozFlushType.h', 'nsCaseTreatment.h', 'nsContentCID.h', 'nsContentCreatorFunctions.h', 'nsContentPolicyUtils.h', 'nsContentTypeParser.h',
--- a/content/base/src/moz.build +++ b/content/base/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'mozAutoDocUpdate.h', 'nsAtomListUtils.h', 'nsAttrAndChildArray.h', 'nsAttrName.h', 'nsAttrValue.h', 'nsAttrValueInlines.h', 'nsContentList.h',
--- a/content/base/test/moz.build +++ b/content/base/test/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. TEST_TOOL_DIRS += [ 'chrome', 'csp', 'websocket_hybi', ] -MODULE = 'content' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] # FIXME/bug 575918: out-of-process xpcshell is broken on OS X if CONFIG['OS_ARCH'] != 'Darwin': XPCSHELL_TESTS_MANIFESTS += ['unit_ipc/xpcshell.ini'] CPP_UNIT_TESTS += [ 'TestGetURL.cpp',
--- a/content/canvas/public/moz.build +++ b/content/canvas/public/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsICanvasGLPrivate.idl', ] XPIDL_MODULE = 'content_canvas' -MODULE = 'content' - EXPORTS += [ 'nsICanvasElementExternal.h', 'nsICanvasRenderingContextInternal.h', ] EXPORTS.mozilla.ipc += [ 'DocumentRendererChild.h', 'DocumentRendererNativeIDChild.h',
--- a/content/canvas/src/moz.build +++ b/content/canvas/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS.mozilla.dom += [ 'CanvasGradient.h', 'CanvasPattern.h', 'CanvasRenderingContext2D.h', 'CanvasUtils.h', 'ImageData.h', 'TextMetrics.h', ]
--- a/content/events/public/moz.build +++ b/content/events/public/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIEventListenerService.idl', ] XPIDL_MODULE = 'content_events' -MODULE = 'content' - EXPORTS += [ 'nsAsyncDOMEvent.h', 'nsDOMKeyNameList.h', 'nsEventDispatcher.h', 'nsEventNameList.h', 'nsEventStates.h', 'nsIPrivateTextEvent.h', 'nsIPrivateTextRange.h',
--- a/content/events/src/moz.build +++ b/content/events/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'nsDOMEvent.h', 'nsDOMEventTargetHelper.h', 'nsDOMTouchEvent.h', 'nsDOMUIEvent.h', 'nsEventListenerManager.h', 'nsEventStateManager.h', ]
--- a/content/html/content/public/moz.build +++ b/content/html/content/public/moz.build @@ -8,18 +8,16 @@ XPIDL_SOURCES += [ 'nsIFormSubmitObserver.idl', 'nsIHTMLMenu.idl', 'nsIMenuBuilder.idl', 'nsIPhonetic.idl', ] XPIDL_MODULE = 'content_html' -MODULE = 'content' - EXPORTS += [ 'nsFormSubmission.h', 'nsIConstraintValidation.h', 'nsIForm.h', 'nsIFormControl.h', 'nsIFormProcessor.h', 'nsIHTMLCollection.h', 'nsIRadioGroupContainer.h',
--- a/content/html/content/src/moz.build +++ b/content/html/content/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'HTMLPropertiesCollection.h', 'nsGenericHTMLElement.h', 'nsHTMLDNSPrefetch.h', ] EXPORTS.mozilla.dom += [ 'HTMLAnchorElement.h',
--- a/content/html/document/public/moz.build +++ b/content/html/document/public/moz.build @@ -5,10 +5,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIImageDocument.idl', ] XPIDL_MODULE = 'content_htmldoc' -MODULE = 'content' -
--- a/content/html/document/src/moz.build +++ b/content/html/document/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'nsIHTMLDocument.h', ] EXPORTS.mozilla.dom += [ 'HTMLAllCollection.h', 'ImageDocument.h', ]
--- a/content/mathml/content/src/moz.build +++ b/content/mathml/content/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - SOURCES += [ 'nsMathMLElement.cpp', 'nsMathMLElementFactory.cpp', ] FAIL_ON_WARNINGS = True LIBXUL_LIBRARY = True
--- a/content/media/apple/moz.build +++ b/content/media/apple/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'AppleDecoder.h', 'AppleMP3Reader.h', ] UNIFIED_SOURCES += [ 'AppleDecoder.cpp', 'AppleMP3Reader.cpp',
--- a/content/media/directshow/moz.build +++ b/content/media/directshow/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'AudioSinkFilter.h', 'AudioSinkInputPin.h', 'DirectShowDecoder.h', 'DirectShowReader.h', 'DirectShowUtils.h', ]
--- a/content/media/encoder/moz.build +++ b/content/media/encoder/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'ContainerWriter.h', 'EncodedFrameContainer.h', 'MediaEncoder.h', 'TrackEncoder.h', 'TrackMetadataBase.h', ]
--- a/content/media/gstreamer/moz.build +++ b/content/media/gstreamer/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'GStreamerDecoder.h', 'GStreamerFormatHelper.h', 'GStreamerLoader.h', 'GStreamerReader.h', ] SOURCES += [
--- a/content/media/mediasource/moz.build +++ b/content/media/mediasource/moz.build @@ -2,18 +2,16 @@ # 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/. PARALLEL_DIRS += [ 'test' ] -MODULE = 'content' - EXPORTS += [ 'AsyncEventRunner.h', 'MediaSourceDecoder.h', ] EXPORTS.mozilla.dom += [ 'MediaSource.h', 'SourceBuffer.h',
--- a/content/media/moz.build +++ b/content/media/moz.build @@ -43,18 +43,16 @@ PARALLEL_DIRS += ['webrtc'] if CONFIG['MOZ_OMX_DECODER']: PARALLEL_DIRS += ['omx'] PARALLEL_DIRS += ['omx/mediaresourcemanager'] PARALLEL_DIRS += ['webspeech'] TEST_DIRS += ['test'] -MODULE = 'content' - EXPORTS += [ 'AbstractMediaDecoder.h', 'AudioAvailableEventManager.h', 'AudioChannelFormat.h', 'AudioEventTimeline.h', 'AudioNodeEngine.h', 'AudioNodeExternalInputStream.h', 'AudioNodeStream.h',
--- a/content/media/ogg/moz.build +++ b/content/media/ogg/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'OggCodecState.h', 'OggDecoder.h', 'OggReader.h', 'OggWriter.h', ] UNIFIED_SOURCES += [
--- a/content/media/omx/mediaresourcemanager/moz.build +++ b/content/media/omx/mediaresourcemanager/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - SOURCES += [ 'IMediaResourceManagerClient.cpp', 'IMediaResourceManagerDeathNotifier.cpp', 'IMediaResourceManagerService.cpp', 'MediaResourceManagerClient.cpp', 'MediaResourceManagerService.cpp', ]
--- a/content/media/omx/moz.build +++ b/content/media/omx/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'MediaOmxDecoder.h', 'MediaOmxReader.h', ] SOURCES += [ 'MediaOmxDecoder.cpp', 'MediaOmxReader.cpp',
--- a/content/media/plugins/moz.build +++ b/content/media/plugins/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'MediaPluginDecoder.h', 'MediaPluginHost.h', 'MediaPluginReader.h', 'MediaResourceServer.h', 'MPAPI.h', ]
--- a/content/media/raw/moz.build +++ b/content/media/raw/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'RawDecoder.h', 'RawReader.h', 'RawStructs.h', ] UNIFIED_SOURCES += [ 'RawDecoder.cpp',
--- a/content/media/wave/moz.build +++ b/content/media/wave/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'WaveDecoder.h', 'WaveReader.h', ] UNIFIED_SOURCES += [ 'WaveDecoder.cpp', 'WaveReader.cpp',
--- a/content/media/webaudio/blink/moz.build +++ b/content/media/webaudio/blink/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - SOURCES += [ 'Biquad.cpp', 'DirectConvolver.cpp', 'DynamicsCompressor.cpp', 'DynamicsCompressorKernel.cpp', 'FFTConvolver.cpp', 'HRTFDatabase.cpp', 'HRTFDatabaseLoader.cpp',
--- a/content/media/webaudio/moz.build +++ b/content/media/webaudio/moz.build @@ -3,18 +3,16 @@ # 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/. PARALLEL_DIRS += ['blink', 'test'] TEST_TOOL_DIRS += ['compiledtest'] -MODULE = 'content' - EXPORTS += [ 'AudioParamTimeline.h', 'MediaBufferDecoder.h', 'ThreeDPoint.h', 'WebAudioUtils.h', ] EXPORTS.mozilla += [
--- a/content/media/webm/moz.build +++ b/content/media/webm/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'WebMDecoder.h', 'WebMReader.h', ] UNIFIED_SOURCES += [ 'WebMBufferedParser.cpp', 'WebMDecoder.cpp',
--- a/content/media/webrtc/moz.build +++ b/content/media/webrtc/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. XPIDL_MODULE = 'content_webrtc' -MODULE = 'content' - EXPORTS += [ 'MediaEngine.h', 'MediaEngineDefault.h', ] if CONFIG['MOZ_WEBRTC']: EXPORTS += ['LoadMonitor.h', 'MediaEngineWebRTC.h'] UNIFIED_SOURCES += [
--- a/content/media/webspeech/recognition/moz.build +++ b/content/media/webspeech/recognition/moz.build @@ -1,15 +1,13 @@ # 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/. -MODULE = 'content' - XPIDL_MODULE = 'dom_webspeechrecognition' XPIDL_SOURCES = [ 'nsIDOMSpeechRecognitionEvent.idl', 'nsISpeechRecognitionService.idl' ] TEST_DIRS += ['test']
--- a/content/media/webspeech/synth/moz.build +++ b/content/media/webspeech/synth/moz.build @@ -1,15 +1,14 @@ # 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/. if CONFIG['MOZ_WEBSPEECH']: - MODULE = 'content' TEST_DIRS += ['test', 'ipc/test'] XPIDL_MODULE = 'dom_webspeechsynth' XPIDL_SOURCES += [ 'nsIDOMSpeechSynthesisEvent.idl', 'nsISpeechService.idl',
--- a/content/media/webspeech/synth/pico/moz.build +++ b/content/media/webspeech/synth/pico/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'synthpico' - SOURCES += [ 'nsPicoService.cpp', 'PicoModule.cpp' ] LIBRARY_NAME = 'synthpico' LIBXUL_LIBRARY = True FAIL_ON_WARNINGS = True
--- a/content/media/webvtt/moz.build +++ b/content/media/webvtt/moz.build @@ -4,18 +4,16 @@ # 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/. XPIDL_SOURCES += [ 'nsIWebVTTListener.idl', 'nsIWebVTTParserWrapper.idl', ] -MODULE = 'webvtt' - XPIDL_MODULE = 'webvtt' EXTRA_COMPONENTS += [ 'WebVTT.manifest', 'WebVTTParserWrapper.js', ] EXTRA_JS_MODULES += [
--- a/content/media/wmf/moz.build +++ b/content/media/wmf/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'WMF.h', 'WMFDecoder.h', 'WMFReader.h', 'WMFUtils.h', ] SOURCES += [
--- a/content/moz.build +++ b/content/moz.build @@ -16,10 +16,8 @@ PARALLEL_DIRS += [ 'xml', 'xul', 'xbl', 'xslt', ] TEST_TOOL_DIRS += ['test'] -MODULE = 'content' -
--- a/content/smil/moz.build +++ b/content/smil/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_TOOL_DIRS += ['test'] -MODULE = 'content' - EXPORTS += [ 'nsDOMTimeEvent.h', 'nsISMILAttr.h', 'nsISMILType.h', 'nsSMILAnimationController.h', 'nsSMILAnimationFunction.h', 'nsSMILCompositorTable.h', 'nsSMILCSSProperty.h',
--- a/content/svg/content/src/moz.build +++ b/content/svg/content/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'nsSVGClass.h', 'nsSVGElement.h', 'nsSVGFeatures.h', 'SVGAttrValueWrapper.h', 'SVGPreserveAspectRatio.h', 'SVGStringList.h', ]
--- a/content/svg/document/src/moz.build +++ b/content/svg/document/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS.mozilla.dom += [ 'SVGDocument.h', ] SOURCES += [ 'SVGDocument.cpp', ]
--- a/content/test/moz.build +++ b/content/test/moz.build @@ -1,9 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_content' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/content/xbl/src/moz.build +++ b/content/xbl/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'nsBindingManager.h', 'nsXBLBinding.h', 'nsXBLService.h', ] EXPORTS.mozilla.dom += [ 'XBLChildrenElement.h',
--- a/content/xml/content/src/moz.build +++ b/content/xml/content/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS.mozilla.dom += [ 'CDATASection.h', 'nsXMLElement.h', 'ProcessingInstruction.h', 'XMLStylesheetProcessingInstruction.h', ] SOURCES += [
--- a/content/xml/document/public/moz.build +++ b/content/xml/document/public/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS += [ 'nsIXMLContentSink.h', ]
--- a/content/xml/document/src/moz.build +++ b/content/xml/document/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'content' - EXPORTS.mozilla.dom += [ 'XMLDocument.h', ] SOURCES += [ 'nsXMLContentSink.cpp', 'nsXMLFragmentContentSink.cpp', 'nsXMLPrettyPrinter.cpp',
--- a/content/xslt/public/moz.build +++ b/content/xslt/public/moz.build @@ -11,14 +11,12 @@ XPIDL_SOURCES += [ 'txIEXSLTRegExFunctions.idl', 'txIFunctionEvaluationContext.idl', 'txINodeSet.idl', 'txIXPathObject.idl', ] XPIDL_MODULE = 'content_xslt' -MODULE = 'content' - EXPORTS += [ 'nsIDocumentTransformer.h', ]
--- a/content/xslt/src/base/moz.build +++ b/content/xslt/src/base/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'transformiix' - SOURCES += [ 'txDouble.cpp', 'txExpandedNameMap.cpp', 'txList.cpp', 'txNamespaceMap.cpp', 'txURIUtils.cpp', ]
--- a/content/xslt/src/xml/moz.build +++ b/content/xslt/src/xml/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'transformiix' - SOURCES += [ 'txXMLParser.cpp', 'txXMLUtils.cpp', ] LIBRARY_NAME = 'txxml_s' FAIL_ON_WARNINGS = True
--- a/content/xslt/src/xpath/moz.build +++ b/content/xslt/src/xpath/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'transformiix' - EXPORTS.mozilla.dom += [ 'XPathEvaluator.h', ] SOURCES += [ 'nsXPathExpression.cpp', 'nsXPathNSResolver.cpp', 'nsXPathResult.cpp',
--- a/content/xslt/src/xslt/moz.build +++ b/content/xslt/src/xslt/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'transformiix' - SOURCES += [ 'txBufferingHandler.cpp', 'txCurrentFunctionCall.cpp', 'txDocumentFunctionCall.cpp', 'txExecutionState.cpp', 'txEXSLTFunctions.cpp', 'txFormatNumberFunctionCall.cpp', 'txGenerateIdFunctionCall.cpp',
--- a/content/xul/content/moz.build +++ b/content/xul/content/moz.build @@ -2,10 +2,8 @@ # 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/. PARALLEL_DIRS += ['public', 'src'] TEST_DIRS += ['test'] -MODULE = 'xul' -
--- a/content/xul/content/src/moz.build +++ b/content/xul/content/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'xul' - if CONFIG['MOZ_XUL']: LIBXUL_LIBRARY = True MSVC_ENABLE_PGO = True SOURCES += [ 'nsXULContextMenuBuilder.cpp', 'nsXULElement.cpp', 'nsXULPopupListener.cpp',
--- a/content/xul/document/moz.build +++ b/content/xul/document/moz.build @@ -2,10 +2,8 @@ # 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/. PARALLEL_DIRS += ['public', 'src'] DIRS += ['test'] -MODULE = 'xuldoc' -
--- a/content/xul/document/src/moz.build +++ b/content/xul/document/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'xuldoc' - SOURCES += [ 'nsXULControllers.cpp', ] if CONFIG['MOZ_XUL']: SOURCES += [ 'nsXULCommandDispatcher.cpp', 'nsXULContentSink.cpp',
--- a/content/xul/templates/moz.build +++ b/content/xul/templates/moz.build @@ -2,10 +2,8 @@ # 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/. PARALLEL_DIRS += ['public', 'src'] TEST_TOOL_DIRS += ['tests/chrome'] -MODULE = 'xultmpl' -
--- a/content/xul/templates/src/moz.build +++ b/content/xul/templates/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'xultmpl' - SOURCES += [ 'nsContentSupportMap.cpp', 'nsContentTestNode.cpp', 'nsInstantiationNode.cpp', 'nsRDFBinding.cpp', 'nsRDFConInstanceTestNode.cpp', 'nsRDFConMemberTestNode.cpp', 'nsRDFPropertyTestNode.cpp',
--- a/db/sqlite3/src/moz.build +++ b/db/sqlite3/src/moz.build @@ -1,15 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. - -MODULE = 'sqlite3' NO_VISIBILITY_FLAGS = True EXPORTS += [ 'sqlite3.h', ] LIBRARY_NAME = 'mozsqlite3'
--- a/docshell/build/moz.build +++ b/docshell/build/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'docshell' - EXPORTS += [ 'nsDocShellCID.h', ] SOURCES += [ 'nsDocShellModule.cpp', ]
--- a/docshell/moz.build +++ b/docshell/moz.build @@ -8,10 +8,8 @@ DIRS += [ 'base', 'shistory', 'build', 'resources/content', ] TEST_DIRS += ['test'] -MODULE = 'docshell' -
--- a/docshell/shistory/moz.build +++ b/docshell/shistory/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['public', 'src'] -MODULE = 'shistory' -
--- a/docshell/shistory/src/moz.build +++ b/docshell/shistory/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'shistory' - EXPORTS += [ 'nsSHEntryShared.h', ] SOURCES += [ 'nsSHEntry.cpp', 'nsSHEntryShared.cpp', 'nsSHistory.cpp',
--- a/docshell/test/moz.build +++ b/docshell/test/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['chrome', 'navigation', 'browser'] -MODULE = 'test_docshell' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] # FIXME/bug 575918: out-of-process xpcshell is broken on OS X if CONFIG['OS_ARCH'] != 'Darwin': XPCSHELL_TESTS_MANIFESTS += ['unit_ipc/xpcshell.ini'] MOCHITEST_MANIFESTS += ['mochitest.ini']
--- a/docshell/test/navigation/moz.build +++ b/docshell/test/navigation/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_docshell' - MOCHITEST_MANIFESTS += ['mochitest.ini'] BROWSER_CHROME_MANIFESTS += ['browser.ini']
--- a/dom/activities/src/moz.build +++ b/dom/activities/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'Activity.h', ] SOURCES += [ 'Activity.cpp', ]
--- a/dom/alarm/moz.build +++ b/dom/alarm/moz.build @@ -8,18 +8,16 @@ TEST_DIRS += ['test'] XPIDL_SOURCES += [ 'nsIAlarmHalService.idl', 'nsIDOMAlarmsManager.idl', ] XPIDL_MODULE = 'dom_alarm' -MODULE = 'dom' - EXPORTS.mozilla.dom.alarm += [ 'AlarmHalService.h', ] SOURCES += [ 'AlarmHalService.cpp', ]
--- a/dom/audiochannel/moz.build +++ b/dom/audiochannel/moz.build @@ -7,18 +7,16 @@ TEST_TOOL_DIRS += ['tests'] XPIDL_SOURCES += [ 'nsIAudioChannelAgent.idl', ] XPIDL_MODULE = 'dom_audiochannel' -MODULE = 'dom' - EXPORTS += [ 'AudioChannelAgent.h', 'AudioChannelCommon.h', 'AudioChannelService.h', 'AudioChannelServiceChild.h', ] SOURCES += [
--- a/dom/audiochannel/tests/moz.build +++ b/dom/audiochannel/tests/moz.build @@ -1,14 +1,12 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - CPP_UNIT_TESTS += [ 'TestAudioChannelService.cpp', ] FAIL_ON_WARNINGS = True
--- a/dom/bindings/moz.build +++ b/dom/bindings/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - EXPORTS.mozilla += [ 'ErrorResult.h', ] EXPORTS.mozilla.dom += [ 'AtomList.h', 'BindingDeclarations.h', 'BindingUtils.h',
--- a/dom/bindings/test/moz.build +++ b/dom/bindings/test/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - LIBXUL_LIBRARY = True # Do NOT export this library. We don't actually want our test code # being added to libxul or anything. LIBRARY_NAME = 'dombindings_test_s' MOCHITEST_MANIFESTS += ['mochitest.ini']
--- a/dom/bluetooth/moz.build +++ b/dom/bluetooth/moz.build @@ -3,17 +3,16 @@ # 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/. if CONFIG['MOZ_B2G_BT']: PARALLEL_DIRS += ['interfaces'] LIBXUL_LIBRARY = True - MODULE = 'dom' LIBRARY_NAME = 'dombluetooth_s' SOURCES += [ 'BluetoothA2dpManager.cpp', 'BluetoothAdapter.cpp', 'BluetoothDevice.cpp', 'BluetoothHidManager.cpp', 'BluetoothManager.cpp',
--- a/dom/browser-element/moz.build +++ b/dom/browser-element/moz.build @@ -3,18 +3,16 @@ # 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/. TEST_DIRS += ['mochitest'] XPIDL_MODULE = 'dom_browserelement' -MODULE = 'dom' - EXPORTS.mozilla += [ 'BrowserElementParent.h', ] SOURCES += [ 'BrowserElementParent.cpp', ]
--- a/dom/camera/moz.build +++ b/dom/camera/moz.build @@ -8,18 +8,16 @@ XPIDL_SOURCES += [ 'nsIDOMCameraManager.idl', ] if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': TEST_DIRS += ['test'] XPIDL_MODULE = 'dom_camera' -MODULE = 'dom' - EXPORTS += [ 'CameraCommon.h', 'CameraPreviewMediaStream.h', 'DOMCameraManager.h', 'GonkCameraControl.h', ] SOURCES += [
--- a/dom/datastore/moz.build +++ b/dom/datastore/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIDataStoreService.idl', ] XPIDL_MODULE = 'dom_datastore' -MODULE = 'dom' - EXTRA_COMPONENTS += [ 'DataStore.manifest', 'DataStoreService.js', ] EXTRA_JS_MODULES += [ 'DataStore.jsm', 'DataStoreChangeNotifier.jsm',
--- a/dom/devicestorage/moz.build +++ b/dom/devicestorage/moz.build @@ -3,18 +3,16 @@ # 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/. TEST_DIRS += ['test', 'ipc'] XPIDL_MODULE = 'dom_devicestorage' -MODULE = 'dom' - EXPORTS += [ 'DeviceStorage.h', 'nsDeviceStorage.h', ] EXPORTS.mozilla.dom.devicestorage += [ 'DeviceStorageRequestChild.h', 'DeviceStorageRequestParent.h',
--- a/dom/encoding/moz.build +++ b/dom/encoding/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'EncodingUtils.h', 'FallbackEncoding.h', 'TextDecoder.h', 'TextEncoder.h', ] SOURCES += [
--- a/dom/file/moz.build +++ b/dom/file/moz.build @@ -8,18 +8,16 @@ TEST_DIRS += ['test'] XPIDL_SOURCES += [ 'nsIDOMFileHandle.idl', 'nsIDOMLockedFile.idl', ] XPIDL_MODULE = 'dom_file' -MODULE = 'dom' - EXPORTS += [ 'nsIFileStorage.h', ] EXPORTS.mozilla.dom.file += [ 'ArchiveEvent.h', 'ArchiveReader.h', 'ArchiveRequest.h',
--- a/dom/fmradio/moz.build +++ b/dom/fmradio/moz.build @@ -4,18 +4,16 @@ # 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/. if CONFIG['MOZ_B2G_FM']: DIRS += [ 'ipc', ] - MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'FMRadio.h', 'FMRadioCommon.h', 'FMRadioService.h', ] SOURCES += [ 'FMRadio.cpp',
--- a/dom/icc/tests/moz.build +++ b/dom/icc/tests/moz.build @@ -1,8 +1,6 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_dom_icc' -
--- a/dom/indexedDB/ipc/moz.build +++ b/dom/indexedDB/ipc/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - EXPORTS.mozilla.dom.indexedDB += [ 'SerializationHelpers.h', ] # Need to enable these tests sometime soon. #XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] SOURCES += [
--- a/dom/indexedDB/moz.build +++ b/dom/indexedDB/moz.build @@ -8,18 +8,16 @@ DIRS += ['ipc'] TEST_DIRS += ['test'] XPIDL_SOURCES += [ 'nsIIndexedDatabaseManager.idl', ] XPIDL_MODULE = 'dom_indexeddb' -MODULE = 'dom' - EXPORTS.mozilla.dom.indexedDB += [ 'Client.h', 'DatabaseInfo.h', 'FileInfo.h', 'FileManager.h', 'IDBCursor.h', 'IDBDatabase.h', 'IDBEvents.h',
--- a/dom/inputmethod/moz.build +++ b/dom/inputmethod/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIB2GKeyboard.idl', ] XPIDL_MODULE = 'dom_inputmethod' -MODULE = 'dom' - EXTRA_COMPONENTS += [ 'InputMethod.manifest', 'MozKeyboard.js', ] EXTRA_JS_MODULES += [ 'Keyboard.jsm', ]
--- a/dom/interfaces/apps/moz.build +++ b/dom/interfaces/apps/moz.build @@ -11,10 +11,8 @@ XPIDL_SOURCES += [ 'nsIDOMApplicationRegistry.idl', 'nsIDOMApplicationRegistry2.idl', 'nsIDOMMozApplicationEvent.idl', 'nsIInterAppCommService.idl', ] XPIDL_MODULE = 'dom_apps' -MODULE = 'dom' -
--- a/dom/interfaces/base/moz.build +++ b/dom/interfaces/base/moz.build @@ -55,10 +55,8 @@ if CONFIG['MOZ_B2G']: if CONFIG['MOZ_WEBSPEECH']: XPIDL_SOURCES += [ 'nsISpeechSynthesisGetter.idl' ] XPIDL_MODULE = 'dom_base' -MODULE = 'dom' -
--- a/dom/interfaces/canvas/moz.build +++ b/dom/interfaces/canvas/moz.build @@ -6,10 +6,8 @@ XPIDL_SOURCES += [ 'nsIDOMCanvasRenderingContext2D.idl', 'nsIDOMWebGLRenderingContext.idl', ] XPIDL_MODULE = 'dom_canvas' -MODULE = 'dom' -
--- a/dom/interfaces/core/moz.build +++ b/dom/interfaces/core/moz.build @@ -24,10 +24,8 @@ XPIDL_SOURCES += [ 'nsIDOMText.idl', 'nsIDOMUserDataHandler.idl', 'nsIDOMXMLDocument.idl', 'nsIInlineEventHandlers.idl', ] XPIDL_MODULE = 'dom_core' -MODULE = 'dom' -
--- a/dom/interfaces/css/moz.build +++ b/dom/interfaces/css/moz.build @@ -28,10 +28,8 @@ XPIDL_SOURCES += [ 'nsIDOMElementCSSInlineStyle.idl', 'nsIDOMMozCSSKeyframeRule.idl', 'nsIDOMMozCSSKeyframesRule.idl', 'nsIDOMRect.idl', ] XPIDL_MODULE = 'dom_css' -MODULE = 'dom' -
--- a/dom/interfaces/devicestorage/moz.build +++ b/dom/interfaces/devicestorage/moz.build @@ -5,10 +5,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIDOMDeviceStorage.idl', 'nsIDOMDeviceStorageChangeEvent.idl', ] XPIDL_MODULE = 'dom_devicestorage' - -MODULE = 'dom'
--- a/dom/interfaces/events/moz.build +++ b/dom/interfaces/events/moz.build @@ -47,10 +47,8 @@ XPIDL_SOURCES += [ 'nsIDOMTouchEvent.idl', 'nsIDOMTransitionEvent.idl', 'nsIDOMUIEvent.idl', 'nsIDOMWheelEvent.idl', ] XPIDL_MODULE = 'dom_events' -MODULE = 'dom' -
--- a/dom/interfaces/geolocation/moz.build +++ b/dom/interfaces/geolocation/moz.build @@ -10,10 +10,8 @@ XPIDL_SOURCES += [ 'nsIDOMGeoPositionCallback.idl', 'nsIDOMGeoPositionCoords.idl', 'nsIDOMGeoPositionError.idl', 'nsIDOMGeoPositionErrorCallback.idl', ] XPIDL_MODULE = 'dom_geolocation' -MODULE = 'dom' -
--- a/dom/interfaces/html/moz.build +++ b/dom/interfaces/html/moz.build @@ -63,10 +63,8 @@ XPIDL_SOURCES += [ 'nsIDOMMozBrowserFrame.idl', 'nsIDOMTimeRanges.idl', 'nsIDOMValidityState.idl', 'nsIMozBrowserFrame.idl', ] XPIDL_MODULE = 'dom_html' -MODULE = 'dom' -
--- a/dom/interfaces/json/moz.build +++ b/dom/interfaces/json/moz.build @@ -5,10 +5,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIJSON.idl', ] XPIDL_MODULE = 'dom_json' -MODULE = 'dom' -
--- a/dom/interfaces/notification/moz.build +++ b/dom/interfaces/notification/moz.build @@ -6,10 +6,8 @@ XPIDL_SOURCES += [ 'nsIDOMDesktopNotification.idl', 'nsINotificationStorage.idl', ] XPIDL_MODULE = 'dom_notification' -MODULE = 'dom' -
--- a/dom/interfaces/offline/moz.build +++ b/dom/interfaces/offline/moz.build @@ -6,10 +6,8 @@ XPIDL_SOURCES += [ 'nsIDOMLoadStatus.idl', 'nsIDOMOfflineResourceList.idl', ] XPIDL_MODULE = 'dom_offline' -MODULE = 'dom' -
--- a/dom/interfaces/permission/moz.build +++ b/dom/interfaces/permission/moz.build @@ -6,10 +6,8 @@ XPIDL_SOURCES += [ 'nsIDOMPermissionSettings.idl', 'nsIPermissionPromptService.idl', ] XPIDL_MODULE = 'dom_permissionsettings' -MODULE = 'dom' -
--- a/dom/interfaces/range/moz.build +++ b/dom/interfaces/range/moz.build @@ -5,10 +5,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIDOMRange.idl', ] XPIDL_MODULE = 'dom_range' -MODULE = 'dom' -
--- a/dom/interfaces/settings/moz.build +++ b/dom/interfaces/settings/moz.build @@ -6,10 +6,8 @@ XPIDL_SOURCES += [ 'nsIDOMMozSettingsEvent.idl', 'nsISettingsService.idl', ] XPIDL_MODULE = 'dom_settings' -MODULE = 'dom' -
--- a/dom/interfaces/sidebar/moz.build +++ b/dom/interfaces/sidebar/moz.build @@ -6,10 +6,8 @@ XPIDL_SOURCES += [ 'nsISidebar.idl', 'nsIWebContentHandlerRegistrar.idl', ] XPIDL_MODULE = 'dom_sidebar' -MODULE = 'dom' -
--- a/dom/interfaces/smil/moz.build +++ b/dom/interfaces/smil/moz.build @@ -5,10 +5,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIDOMTimeEvent.idl', ] XPIDL_MODULE = 'dom_smil' -MODULE = 'dom' -
--- a/dom/interfaces/storage/moz.build +++ b/dom/interfaces/storage/moz.build @@ -8,14 +8,12 @@ XPIDL_SOURCES += [ 'nsIDOMStorage.idl', 'nsIDOMStorageEvent.idl', 'nsIDOMStorageManager.idl', 'nsIDOMToString.idl', ] XPIDL_MODULE = 'dom_storage' -MODULE = 'dom' - EXPORTS += [ 'nsPIDOMStorage.h', ]
--- a/dom/interfaces/stylesheets/moz.build +++ b/dom/interfaces/stylesheets/moz.build @@ -7,10 +7,8 @@ XPIDL_SOURCES += [ 'nsIDOMMediaList.idl', 'nsIDOMStyleSheet.idl', 'nsIDOMStyleSheetList.idl', ] XPIDL_MODULE = 'dom_stylesheets' -MODULE = 'dom' -
--- a/dom/interfaces/svg/moz.build +++ b/dom/interfaces/svg/moz.build @@ -7,10 +7,8 @@ XPIDL_SOURCES += [ 'nsIDOMSVGElement.idl', 'nsIDOMSVGLength.idl', 'nsIDOMSVGNumber.idl', ] XPIDL_MODULE = 'dom_svg' -MODULE = 'dom' -
--- a/dom/interfaces/traversal/moz.build +++ b/dom/interfaces/traversal/moz.build @@ -7,10 +7,8 @@ XPIDL_SOURCES += [ 'nsIDOMNodeFilter.idl', 'nsIDOMNodeIterator.idl', 'nsIDOMTreeWalker.idl', ] XPIDL_MODULE = 'dom_traversal' -MODULE = 'dom' -
--- a/dom/interfaces/xbl/moz.build +++ b/dom/interfaces/xbl/moz.build @@ -5,10 +5,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsIDOMDocumentXBL.idl', ] XPIDL_MODULE = 'dom_xbl' -MODULE = 'dom' -
--- a/dom/interfaces/xpath/moz.build +++ b/dom/interfaces/xpath/moz.build @@ -10,10 +10,8 @@ XPIDL_SOURCES += [ 'nsIDOMXPathExpression.idl', 'nsIDOMXPathNamespace.idl', 'nsIDOMXPathNSResolver.idl', 'nsIDOMXPathResult.idl', ] XPIDL_MODULE = 'dom_xpath' -MODULE = 'dom' -
--- a/dom/interfaces/xul/moz.build +++ b/dom/interfaces/xul/moz.build @@ -24,10 +24,8 @@ XPIDL_SOURCES += [ 'nsIDOMXULSelectCntrlEl.idl', 'nsIDOMXULSelectCntrlItemEl.idl', 'nsIDOMXULTextboxElement.idl', 'nsIDOMXULTreeElement.idl', ] XPIDL_MODULE = 'dom_xul' -MODULE = 'dom' -
--- a/dom/ipc/moz.build +++ b/dom/ipc/moz.build @@ -2,18 +2,16 @@ # 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/. if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'cocoa': TEST_DIRS += ['tests'] -MODULE = 'dom' - EXPORTS += [ 'nsICachedFileDescriptorListener.h', 'PCOMContentPermissionRequestChild.h', ] EXPORTS.mozilla.dom.ipc += [ 'Blob.h', 'nsIRemoteBlob.h',
--- a/dom/media/moz.build +++ b/dom/media/moz.build @@ -17,18 +17,16 @@ TEST_DIRS += ['tests/mochitest', 'tests/ XPIDL_SOURCES += [ 'nsIDOMMediaStream.idl', 'nsIDOMNavigatorUserMedia.idl', 'nsIMediaManager.idl', ] XPIDL_MODULE = 'dom_media' -MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'GetUserMediaRequest.h', ] EXPORTS.mozilla += [ 'MediaManager.h', ]
--- a/dom/moz.build +++ b/dom/moz.build @@ -106,10 +106,8 @@ TEST_DIRS += [ 'tests', 'imptests', 'bindings/test', ] if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'cocoa', 'windows', 'android', 'qt', 'os2'): TEST_DIRS += ['plugins/test'] -MODULE = 'dom' -
--- a/dom/network/tests/moz.build +++ b/dom/network/tests/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_dom_socket' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini', 'unit_ipc/xpcshell.ini'] if CONFIG['MOZ_B2G_RIL']: XPCSHELL_TESTS_MANIFESTS += ['unit_stats/xpcshell.ini']
--- a/dom/nfc/moz.build +++ b/dom/nfc/moz.build @@ -1,17 +1,16 @@ # 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/. # # Copyright © 2013 Deutsche Telekom, Inc. if CONFIG['MOZ_NFC']: - MODULE = 'dom' EXPORTS.mozilla.dom += [ 'MozNdefRecord.h', ] SOURCES += [ 'MozNdefRecord.cpp', ] EXTRA_COMPONENTS += [ 'nsNfc.js',
--- a/dom/payment/tests/moz.build +++ b/dom/payment/tests/moz.build @@ -1,9 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_dom_payment' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/dom/permission/tests/moz.build +++ b/dom/permission/tests/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_permission' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] MOCHITEST_MANIFESTS += ['mochitest.ini']
--- a/dom/plugins/base/android/moz.build +++ b/dom/plugins/base/android/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'plugin' - EXPORTS += [ 'android_npapi.h', 'ANPKeyCodes.h', ] SOURCES += [ 'ANPAudio.cpp', 'ANPBitmap.cpp',
--- a/dom/plugins/ipc/moz.build +++ b/dom/plugins/ipc/moz.build @@ -2,18 +2,16 @@ # 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/. if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': DIRS += ['interpose'] -MODULE = 'dom' - EXPORTS.mozilla += [ 'PluginLibrary.h', ] EXPORTS.mozilla.plugins += [ 'AStream.h', 'BrowserStreamChild.h', 'BrowserStreamParent.h',
--- a/dom/plugins/test/moz.build +++ b/dom/plugins/test/moz.build @@ -4,11 +4,9 @@ # 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/. DIRS += ['testplugin'] if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'cocoa', 'windows'): TEST_DIRS += ['mochitest'] -MODULE = 'test_plugin' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/dom/plugins/test/testplugin/moz.build +++ b/dom/plugins/test/testplugin/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['secondplugin'] -MODULE = 'nptest' - LIBRARY_NAME = 'nptest' FAIL_ON_WARNINGS = not CONFIG['_MSC_VER'] relative_path = '.' include('testplugin.mozbuild')
--- a/dom/plugins/test/testplugin/secondplugin/moz.build +++ b/dom/plugins/test/testplugin/secondplugin/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'npsecondtest' - LIBRARY_NAME = 'npsecondtest' relative_path = '..' include('../testplugin.mozbuild')
--- a/dom/promise/moz.build +++ b/dom/promise/moz.build @@ -3,18 +3,16 @@ # 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/. TEST_DIRS += ['tests'] XPIDL_MODULE = 'dom_promise' -MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'Promise.h', ] SOURCES += [ 'Promise.cpp', 'PromiseCallback.cpp', ]
--- a/dom/quota/moz.build +++ b/dom/quota/moz.build @@ -7,18 +7,16 @@ XPIDL_SOURCES += [ 'nsIQuotaManager.idl', 'nsIQuotaRequest.idl', 'nsIUsageCallback.idl', ] XPIDL_MODULE = 'dom_quota' -MODULE = 'dom' - EXPORTS += [ 'nsIOfflineStorage.h', ] EXPORTS.mozilla.dom.quota += [ 'AcquireListener.h', 'ArrayCluster.h', 'Client.h',
--- a/dom/src/events/moz.build +++ b/dom/src/events/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - SOURCES += [ 'nsJSEventListener.cpp', ] LIBRARY_NAME = 'jsdomevents_s' FAIL_ON_WARNINGS = True
--- a/dom/src/geolocation/moz.build +++ b/dom/src/geolocation/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - EXPORTS += [ 'nsGeoPosition.h', 'nsGeoPositionIPCSerialiser.h', ] SOURCES += [ 'nsGeolocation.cpp', 'nsGeoPosition.cpp',
--- a/dom/src/json/moz.build +++ b/dom/src/json/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'dom' - EXPORTS += [ 'nsJSON.h', ] SOURCES += [ 'nsJSON.cpp', ]
--- a/dom/src/json/test/moz.build +++ b/dom/src/json/test/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'json_test' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] MOCHITEST_MANIFESTS += ['mochitest.ini']
--- a/dom/src/jsurl/moz.build +++ b/dom/src/jsurl/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'jsurl' - EXPORTS += [ 'nsJSProtocolHandler.h', ] SOURCES += [ 'nsJSProtocolHandler.cpp', ]
--- a/dom/src/notification/moz.build +++ b/dom/src/notification/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - EXTRA_COMPONENTS += [ 'NotificationStorage.js', 'NotificationStorage.manifest', ] EXTRA_JS_MODULES += [ 'NotificationDB.jsm' ]
--- a/dom/src/offline/moz.build +++ b/dom/src/offline/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - EXPORTS += [ 'nsDOMOfflineResourceList.h', ] SOURCES += [ 'nsDOMOfflineResourceList.cpp', ] LIBRARY_NAME = 'jsdomoffline_s'
--- a/dom/src/storage/moz.build +++ b/dom/src/storage/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'DOMStorageIPC.h', ] SOURCES += [ 'DOMStorage.cpp', 'DOMStorageCache.cpp', 'DOMStorageDBThread.cpp',
--- a/dom/system/android/moz.build +++ b/dom/system/android/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - SOURCES += [ 'AndroidLocationProvider.cpp', 'nsHapticFeedback.cpp', ] FAIL_ON_WARNINGS = True LIBXUL_LIBRARY = True
--- a/dom/system/gonk/moz.build +++ b/dom/system/gonk/moz.build @@ -24,18 +24,16 @@ XPIDL_SOURCES += [ 'nsIVolumeMountLock.idl', 'nsIVolumeService.idl', 'nsIVolumeStat.idl', 'nsIWorkerHolder.idl', ] XPIDL_MODULE = 'dom_system_gonk' -MODULE = 'dom' - EXPORTS += [ 'GonkGPSGeolocationProvider.h', 'nsVolume.h', 'nsVolumeService.h', ] SOURCES += [ 'AudioChannelManager.cpp', 'AudioManager.cpp',
--- a/dom/system/mac/moz.build +++ b/dom/system/mac/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - SOURCES += ['CoreLocationLocationProvider.mm'] FAIL_ON_WARNINGS = True LIBXUL_LIBRARY = True LIBRARY_NAME = 'domsystemmac_s'
--- a/dom/system/moz.build +++ b/dom/system/moz.build @@ -20,18 +20,16 @@ elif toolkit == 'gonk': TEST_DIRS += ['tests'] XPIDL_SOURCES += [ 'nsIOSFileConstantsService.idl', ] XPIDL_MODULE = 'dom_system' -MODULE = 'dom' - EXPORTS += [ 'nsDeviceSensors.h', ] EXPORTS.mozilla += [ 'OSFileConstants.h', ]
--- a/dom/system/tests/moz.build +++ b/dom/system/tests/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_domsystem' - MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
--- a/dom/system/unix/moz.build +++ b/dom/system/unix/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - if CONFIG['MOZ_ENABLE_QTMOBILITY']: GENERATED_SOURCES += [ 'moc_QTMLocationProvider.cpp', ] SOURCES += [ 'QTMLocationProvider.cpp', ]
--- a/dom/system/windows/moz.build +++ b/dom/system/windows/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - SOURCES += [ 'nsHapticFeedback.cpp', ] # We fire the nsDOMDeviceAcceleration LOCAL_INCLUDES += [ '/content/events/src', ]
--- a/dom/telephony/moz.build +++ b/dom/telephony/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsITelephonyProvider.idl', ] XPIDL_MODULE = 'dom_telephony' -MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'CallEvent.h', 'CallsList.h', 'Telephony.h', 'TelephonyCall.h', 'TelephonyCallGroup.h', ]
--- a/dom/tests/moz.build +++ b/dom/tests/moz.build @@ -1,11 +1,9 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['mochitest', 'browser'] -MODULE = 'test_dom' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/dom/time/moz.build +++ b/dom/time/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'nsITimeService.idl', ] XPIDL_MODULE = 'dom_time' -MODULE = 'dom' - EXPORTS.mozilla.dom.time += [ 'DateCacheCleaner.h', 'TimeChangeObserver.h', 'TimeManager.h', 'TimeService.h', ] SOURCES += [
--- a/dom/voicemail/moz.build +++ b/dom/voicemail/moz.build @@ -7,18 +7,16 @@ XPIDL_SOURCES += [ 'nsIDOMMozVoicemailEvent.idl', 'nsIDOMMozVoicemailStatus.idl', 'nsIVoicemailProvider.idl', ] XPIDL_MODULE = 'dom_voicemail' -MODULE = 'dom' - EXPORTS.mozilla.dom += [ 'Voicemail.h', ] SOURCES += [ 'Voicemail.cpp', ]
--- a/dom/webidl/moz.build +++ b/dom/webidl/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'dom' - GENERATED_WEBIDL_FILES = [ 'CSS2Properties.webidl', ] PREPROCESSED_WEBIDL_FILES = [ 'Crypto.webidl', 'Navigator.webidl', 'Window.webidl',
--- a/dom/wifi/moz.build +++ b/dom/wifi/moz.build @@ -8,18 +8,16 @@ XPIDL_SOURCES += [ 'nsIDOMMozWifiConnectionInfoEvent.idl', 'nsIDOMMozWifiStatusChangeEvent.idl', 'nsIWifi.idl', 'nsIWifiService.idl', ] XPIDL_MODULE = 'dom_wifi' -MODULE = 'dom' - EXTRA_COMPONENTS += [ 'DOMWifiManager.js', 'DOMWifiManager.manifest', 'WifiWorker.js', 'WifiWorker.manifest', ] EXTRA_JS_MODULES += [
--- a/dom/workers/moz.build +++ b/dom/workers/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'dom' - # Public stuff. EXPORTS.mozilla.dom += [ 'WorkerPrivate.h', 'WorkerScope.h', ] EXPORTS.mozilla.dom.workers += [ 'Workers.h',
--- a/editor/composer/src/moz.build +++ b/editor/composer/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'editor' - UNIFIED_SOURCES += [ 'nsComposerCommands.cpp', 'nsComposerCommandsUpdater.cpp', 'nsComposerController.cpp', 'nsComposerDocumentCommands.cpp', 'nsComposerRegistration.cpp', 'nsComposeTxtSrvFilter.cpp', 'nsEditingSession.cpp',
--- a/editor/libeditor/base/moz.build +++ b/editor/libeditor/base/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['tests'] -MODULE = 'editor' - UNIFIED_SOURCES += [ 'ChangeAttributeTxn.cpp', 'ChangeCSSInlineStyleTxn.cpp', 'CreateElementTxn.cpp', 'DeleteNodeTxn.cpp', 'DeleteRangeTxn.cpp', 'DeleteTextTxn.cpp', 'EditAggregateTxn.cpp',
--- a/editor/libeditor/html/moz.build +++ b/editor/libeditor/html/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['tests'] -MODULE = 'editor' - UNIFIED_SOURCES += [ 'nsEditProperty.cpp', 'nsHTMLAbsPosition.cpp', 'nsHTMLAnonymousUtils.cpp', 'nsHTMLCSSUtils.cpp', 'nsHTMLDataTransfer.cpp', 'nsHTMLEditor.cpp', 'nsHTMLEditorEventListener.cpp',
--- a/editor/libeditor/text/moz.build +++ b/editor/libeditor/text/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['tests'] -MODULE = 'editor' - UNIFIED_SOURCES += [ 'nsInternetCiter.cpp', 'nsPlaintextDataTransfer.cpp', 'nsPlaintextEditor.cpp', 'nsTextEditRules.cpp', 'nsTextEditRulesBidi.cpp', 'nsTextEditUtils.cpp', ]
--- a/editor/moz.build +++ b/editor/moz.build @@ -8,13 +8,11 @@ PARALLEL_DIRS += [ 'public', 'idl', 'txtsvc', 'libeditor', 'txmgr', 'composer', ] -MODULE = 'editor' - EXTRA_JS_MODULES += [ 'AsyncSpellCheckTestHelper.jsm', ]
--- a/editor/public/moz.build +++ b/editor/public/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'editor' - EXPORTS += [ 'nsEditorCID.h', ]
--- a/editor/txmgr/moz.build +++ b/editor/txmgr/moz.build @@ -2,10 +2,8 @@ # 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/. PARALLEL_DIRS += ['public', 'src', 'idl'] TEST_TOOL_DIRS += ['tests'] -MODULE = 'txmgr' -
--- a/editor/txmgr/public/moz.build +++ b/editor/txmgr/public/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'txmgr' - EXPORTS += [ 'nsTransactionManagerCID.h', ]
--- a/editor/txmgr/src/moz.build +++ b/editor/txmgr/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'txmgr' - UNIFIED_SOURCES += [ 'nsTransactionItem.cpp', 'nsTransactionList.cpp', 'nsTransactionManager.cpp', 'nsTransactionManagerFactory.cpp', 'nsTransactionStack.cpp', ]
--- a/editor/txtsvc/moz.build +++ b/editor/txtsvc/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. PARALLEL_DIRS += ['public', 'src'] -MODULE = 'txtsvc' -
--- a/editor/txtsvc/src/moz.build +++ b/editor/txtsvc/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'txtsvc' - UNIFIED_SOURCES += [ 'nsFilteredContentIterator.cpp', 'nsTextServicesDocument.cpp', ] LIBRARY_NAME = 'txtsvc_s' FAIL_ON_WARNINGS = True
--- a/embedding/browser/build/moz.build +++ b/embedding/browser/build/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'webbrwsr' - SOURCES += [ 'nsWebBrowserModule.cpp', ] LIBRARY_NAME = 'webbrwsr' FAIL_ON_WARNINGS = True
--- a/embedding/browser/webBrowser/moz.build +++ b/embedding/browser/webBrowser/moz.build @@ -26,18 +26,16 @@ if CONFIG['NS_PRINTING']: XPIDL_SOURCES += [ 'nsIPrintingPrompt.idl', 'nsIPrintingPromptService.idl', 'nsIWebBrowserPrint.idl', ] XPIDL_MODULE = 'webBrowser_core' -MODULE = 'webbrwsr' - EXPORTS += [ 'nsCTooltipTextProvider.h', ] SOURCES += [ 'nsCommandHandler.cpp', 'nsContextMenuInfo.cpp', 'nsDocShellTreeOwner.cpp',
--- a/embedding/components/appstartup/src/moz.build +++ b/embedding/components/appstartup/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'embedcomponents' - EXPORTS += [ 'nsIAppStartupNotifier.h', ] SOURCES += [ 'nsAppStartupNotifier.cpp', ]
--- a/embedding/components/build/moz.build +++ b/embedding/components/build/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'embedcomponents' - SOURCES += [ 'nsEmbeddingModule.cpp', ] LIBRARY_NAME = 'embedcomponents' FAIL_ON_WARNINGS = True
--- a/embedding/components/commandhandler/moz.build +++ b/embedding/components/commandhandler/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['public', 'src'] -MODULE = 'commandhandler' -
--- a/embedding/components/commandhandler/src/moz.build +++ b/embedding/components/commandhandler/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'commandhandler' - SOURCES += [ 'nsBaseCommandController.cpp', 'nsCommandGroup.cpp', 'nsCommandManager.cpp', 'nsCommandParams.cpp', 'nsControllerCommandTable.cpp', ]
--- a/embedding/components/find/moz.build +++ b/embedding/components/find/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['public', 'src'] -MODULE = 'find' -
--- a/embedding/components/find/src/moz.build +++ b/embedding/components/find/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'find' - SOURCES += [ 'nsFind.cpp', 'nsWebBrowserFind.cpp', ] LIBRARY_NAME = 'find_s' FAIL_ON_WARNINGS = True
--- a/embedding/components/printingui/src/mac/moz.build +++ b/embedding/components/printingui/src/mac/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'embedcomponents' - SOURCES += [ 'nsPrintProgress.cpp', 'nsPrintProgressParams.cpp', ] LIBRARY_NAME = 'printingui_s' SOURCES += [
--- a/embedding/components/printingui/src/os2/moz.build +++ b/embedding/components/printingui/src/os2/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'embedcomponents' - SOURCES += [ 'nsPrintingPromptService.cpp', 'nsPrintProgress.cpp', 'nsPrintProgressParams.cpp', ] LIBRARY_NAME = 'printingui_s'
--- a/embedding/components/printingui/src/unixshared/moz.build +++ b/embedding/components/printingui/src/unixshared/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'embedcomponents' - SOURCES += [ 'nsPrintingPromptService.cpp', 'nsPrintProgress.cpp', 'nsPrintProgressParams.cpp', ] LIBRARY_NAME = 'printingui_s'
--- a/embedding/components/printingui/src/win/moz.build +++ b/embedding/components/printingui/src/win/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'embedcomponents' - SOURCES += [ 'nsPrintDialogUtil.cpp', 'nsPrintingPromptService.cpp', 'nsPrintProgress.cpp', 'nsPrintProgressParams.cpp', ] LIBRARY_NAME = 'printingui_s'
--- a/embedding/components/webbrowserpersist/moz.build +++ b/embedding/components/webbrowserpersist/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['public', 'src'] -MODULE = 'webbrowserpersist' -
--- a/embedding/components/webbrowserpersist/src/moz.build +++ b/embedding/components/webbrowserpersist/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'webbrowserpersist' - SOURCES += [ 'nsWebBrowserPersist.cpp', ] LIBRARY_NAME = 'webbrowserpersist_s' FAIL_ON_WARNINGS = True
--- a/embedding/components/windowwatcher/src/moz.build +++ b/embedding/components/windowwatcher/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'embedcomponents' - SOURCES += [ 'nsAutoWindowStateHelper.cpp', 'nsWindowWatcher.cpp', ] if CONFIG['MOZ_XUL']: SOURCES += [ 'nsDialogParamBlock.cpp',
--- a/embedding/moz.build +++ b/embedding/moz.build @@ -2,12 +2,10 @@ # 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/. DIRS += ['base', 'components', 'browser'] TEST_DIRS += ['test'] -MODULE = 'embed' - if CONFIG['ENABLE_TESTS']: XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
--- a/embedding/tests/winEmbed/moz.build +++ b/embedding/tests/winEmbed/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'winEmbed' - PROGRAM = 'winEmbed' SOURCES += [ 'WebBrowserChrome.cpp', 'WindowCreator.cpp', 'winEmbed.cpp', ]
--- a/extensions/auth/moz.build +++ b/extensions/auth/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'auth' - SOURCES += [ 'nsAuthFactory.cpp', 'nsAuthGSSAPI.cpp', 'nsAuthSASL.cpp', 'nsHttpNegotiateAuth.cpp', ] if CONFIG['OS_ARCH'] == 'WINNT':
--- a/extensions/cookie/test/moz.build +++ b/extensions/cookie/test/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_cookies' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] # FIXME/bug 575918: out-of-process xpcshell is broken on OS X if CONFIG['OS_ARCH'] != 'Darwin': XPCSHELL_TESTS_MANIFESTS += ['unit_ipc/xpcshell.ini'] MOCHITEST_MANIFESTS += ['mochitest.ini']
--- a/extensions/gio/moz.build +++ b/extensions/gio/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'nkgio' - SOURCES += [ 'nsGIOProtocolHandler.cpp', ] LIBRARY_NAME = 'nkgio' FAIL_ON_WARNINGS = True
--- a/extensions/gnomevfs/moz.build +++ b/extensions/gnomevfs/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'nkgnomevfs' - SOURCES += [ 'nsGnomeVFSProtocolHandler.cpp', ] LIBRARY_NAME = 'nkgnomevfs' IS_COMPONENT = True
--- a/extensions/permissions/moz.build +++ b/extensions/permissions/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'permissions' - SOURCES += [ 'nsContentBlocker.cpp', 'nsModuleFactory.cpp', ] LIBRARY_NAME = 'permissions' LIBXUL_LIBRARY = True
--- a/extensions/pref/autoconfig/moz.build +++ b/extensions/pref/autoconfig/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['public', 'src'] -MODULE = 'autoconfig' -
--- a/extensions/pref/autoconfig/src/moz.build +++ b/extensions/pref/autoconfig/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'autoconfig' - SOURCES += [ 'nsAutoConfig.cpp', 'nsConfigFactory.cpp', 'nsJSConfigTriggers.cpp', 'nsReadConfig.cpp', ] LIBXUL_LIBRARY = True
--- a/extensions/spellcheck/hunspell/moz.build +++ b/extensions/spellcheck/hunspell/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['src'] -MODULE = 'hunspell' - if CONFIG['ENABLE_TESTS']: XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
--- a/extensions/spellcheck/hunspell/src/moz.build +++ b/extensions/spellcheck/hunspell/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'hunspell' - SOURCES += [ 'mozHunspell.cpp', 'mozHunspellDirProvider.cpp', ] if not CONFIG['MOZ_NATIVE_HUNSPELL']: SOURCES += [ 'affentry.cpp',
--- a/extensions/spellcheck/moz.build +++ b/extensions/spellcheck/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['idl', 'locales', 'hunspell', 'src'] TEST_DIRS += ['tests/chrome'] -MODULE = 'spellchecker' -
--- a/extensions/spellcheck/src/moz.build +++ b/extensions/spellcheck/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'spellchecker' - SOURCES += [ 'mozEnglishWordUtils.cpp', 'mozGenericWordUtils.cpp', 'mozInlineSpellChecker.cpp', 'mozInlineSpellWordUtil.cpp', 'mozPersonalDictionary.cpp', 'mozSpellChecker.cpp', 'mozSpellCheckerFactory.cpp',
--- a/extensions/universalchardet/moz.build +++ b/extensions/universalchardet/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['src'] TEST_DIRS += ['tests'] -MODULE = 'universalchardet' -
--- a/extensions/universalchardet/src/base/moz.build +++ b/extensions/universalchardet/src/base/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'universalchardet_s' - SOURCES += [ 'CharDistribution.cpp', 'JpCntx.cpp', 'LangBulgarianModel.cpp', 'LangCyrillicModel.cpp', 'LangGreekModel.cpp', 'LangHebrewModel.cpp', 'LangHungarianModel.cpp',
--- a/extensions/universalchardet/src/moz.build +++ b/extensions/universalchardet/src/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['base', 'xpcom'] -MODULE = 'universalchardet' -
--- a/extensions/universalchardet/src/xpcom/moz.build +++ b/extensions/universalchardet/src/xpcom/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'universalchardet' - SOURCES += [ 'nsUdetXPCOMWrapper.cpp', 'nsUniversalCharDetModule.cpp', ] LIBRARY_NAME = 'universalchardet' LIBXUL_LIBRARY = True
--- a/extensions/widgetutils/moz.build +++ b/extensions/widgetutils/moz.build @@ -1,11 +1,9 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['src'] -MODULE = 'widgetutils' - XPI_NAME = 'widgetutils'
--- a/extensions/widgetutils/src/moz.build +++ b/extensions/widgetutils/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'widgetutils' - SOURCES += [ 'nsWidgetUtils.cpp', ] LIBRARY_NAME = 'widgetutils' IS_COMPONENT = True
--- a/gfx/2d/moz.build +++ b/gfx/2d/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'gfx2d' - EXPORTS.mozilla += [ 'GenericRefCounted.h', ] EXPORTS.mozilla.gfx += [ '2D.h', 'BaseMargin.h', 'BasePoint.h',
--- a/gfx/angle/moz.build +++ b/gfx/angle/moz.build @@ -3,18 +3,16 @@ # 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/. # libEGL depends on (links against!) libGLESv2! if CONFIG['MOZ_ANGLE_RENDERER']: DIRS += ['src/libGLESv2', 'src/libEGL'] -MODULE = 'angle' - EXPORTS.angle += [ 'include/GLSLANG/ShaderLang.h', 'include/KHR/khrplatform.h', ] # WARNING: CPP_SOURCES seems very dependent on ordering. Grouping all of these # CPP_SOURCES lines into one list may break webgl tests.
--- a/gfx/angle/src/libEGL/moz.build +++ b/gfx/angle/src/libEGL/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'libegl' - # Target: 'libEGL' # Requires: 'libGLESv2' # src/common: SOURCES += ['../common/' + src for src in [ 'debug.cpp', 'RefCountObject.cpp', ]]
--- a/gfx/angle/src/libGLESv2/moz.build +++ b/gfx/angle/src/libGLESv2/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'libglesv2' - # Target: 'preprocessor' # src/compiler/preprocessor: SOURCES += ['../compiler/preprocessor/' + src for src in [ 'DiagnosticsBase.cpp', 'DirectiveHandlerBase.cpp', 'DirectiveParser.cpp', 'ExpressionParser.cpp', 'Input.cpp',
--- a/gfx/cairo/cairo/src/moz.build +++ b/gfx/cairo/cairo/src/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. CONFIGURE_SUBST_FILES += ['cairo-features.h'] -MODULE = 'cairo' - EXPORTS.cairo += [ 'cairo-deprecated.h', 'cairo-platform.h', 'cairo-rename.h', 'cairo-tee.h', 'cairo-version.h', 'cairo.h', ]
--- a/gfx/cairo/libpixman/src/moz.build +++ b/gfx/cairo/libpixman/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'libpixman' - EXPORTS += [ 'pixman-version.h', 'pixman.h', ] # Apple's arm assembler doesn't support the same syntax as # the standard GNU assembler, so use the C fallback paths for now. # This may be fixable if clang's ARM/iOS assembler improves into a
--- a/gfx/gl/moz.build +++ b/gfx/gl/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'gl' - gl_provider = 'Null' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': gl_provider = 'WGL' elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': gl_provider = 'CGL' elif CONFIG['MOZ_WIDGET_GTK']: if CONFIG['MOZ_EGL_XRENDER_COMPOSITE']:
--- a/gfx/graphite2/src/moz.build +++ b/gfx/graphite2/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'graphite2' - if CONFIG['OS_TARGET'] != 'WINNT': LIBXUL_LIBRARY = True # This should contain all of the _PUBLIC_HEADERS from files.mk EXPORTS.graphite2 += [ '../include/graphite2/Font.h', '../include/graphite2/Log.h', '../include/graphite2/Segment.h',
--- a/gfx/harfbuzz/src/moz.build +++ b/gfx/harfbuzz/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'harfbuzz' - if CONFIG['OS_ARCH'] != 'WINNT': LIBXUL_LIBRARY = True EXPORTS.harfbuzz += [ 'hb-blob.h', 'hb-buffer.h', 'hb-common.h', 'hb-deprecated.h',
--- a/gfx/ipc/moz.build +++ b/gfx/ipc/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'gfxipc' - EXPORTS.mozilla += [ 'GfxMessageUtils.h' ] EXPORTS.mozilla.gfx += [ 'SharedDIB.h', ]
--- a/gfx/layers/moz.build +++ b/gfx/layers/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'thebes' - EXPORTS += [ 'basic/BasicCanvasLayer.h', 'basic/BasicImplData.h', 'basic/BasicLayers.h', 'basic/BasicLayersImpl.h', 'basic/BasicThebesLayer.h', 'client/ClientCanvasLayer.h', 'client/ClientContainerLayer.h',
--- a/gfx/moz.build +++ b/gfx/moz.build @@ -25,10 +25,8 @@ DIRS += [ if CONFIG['MOZ_ENABLE_SKIA']: DIRS += ['skia'] if CONFIG['ENABLE_TESTS']: DIRS += ['tests/gtest'] TEST_TOOL_DIRS += ['tests'] -MODULE = 'gfx' -
--- a/gfx/ots/src/moz.build +++ b/gfx/ots/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ots' - if CONFIG['OS_TARGET'] != 'WINNT': LIBXUL_LIBRARY = True EXPORTS += [ '../include/opentype-sanitiser.h', '../include/ots-memory-stream.h', ]
--- a/gfx/qcms/moz.build +++ b/gfx/qcms/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'qcms' - EXPORTS += [ 'qcms.h', 'qcmstypes.h', ] LIBRARY_NAME = 'mozqcms' LIBXUL_LIBRARY = True
--- a/gfx/skia/moz.build +++ b/gfx/skia/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'skia' - EXPORTS.skia += [ 'include/config/SkUserConfig.h', 'include/core/Sk64.h', 'include/core/SkAdvancedTypefaceMetrics.h', 'include/core/SkBitmap.h', 'include/core/SkBlitRow.h', 'include/core/SkBounder.h', 'include/core/SkCanvas.h',
--- a/gfx/tests/gtest/moz.build +++ b/gfx/tests/gtest/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'gfxtest' - LIBRARY_NAME = 'gfxtest' GTEST_SOURCES += [ 'gfxSurfaceRefCountTest.cpp', 'gfxWordCacheTest.cpp', 'TestAsyncPanZoomController.cpp', 'TestBufferRotation.cpp', 'TestColorNames.cpp',
--- a/gfx/tests/moz.build +++ b/gfx/tests/moz.build @@ -1,9 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'gfx' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/gfx/thebes/moz.build +++ b/gfx/thebes/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'thebes' - EXPORTS += [ 'DrawMode.h', 'gfx2DGlue.h', 'gfx3DMatrix.h', 'gfxAlphaRecovery.h', 'gfxASurface.h', 'gfxBaseSharedMemorySurface.h', 'gfxBlur.h',
--- a/gfx/ycbcr/moz.build +++ b/gfx/ycbcr/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ycbcr' - EXPORTS += [ 'chromium_types.h', 'ycbcr_to_rgb565.h', 'yuv_convert.h', 'yuv_row.h', ] SOURCES += [
--- a/image/build/moz.build +++ b/image/build/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imglib2' - SOURCES += [ 'nsImageModule.cpp', ] LIBRARY_NAME = 'imglib2' FAIL_ON_WARNINGS = True
--- a/image/decoders/icon/android/moz.build +++ b/image/decoders/icon/android/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgicon' - SOURCES += [ 'nsIconChannel.cpp', ] FAIL_ON_WARNINGS = True LIBXUL_LIBRARY = True
--- a/image/decoders/icon/gtk/moz.build +++ b/image/decoders/icon/gtk/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgicon' - SOURCES += [ 'nsIconChannel.cpp', ] LIBRARY_NAME = 'imgicongtk_s' FAIL_ON_WARNINGS = True
--- a/image/decoders/icon/mac/moz.build +++ b/image/decoders/icon/mac/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgicon' - LIBRARY_NAME = 'imgiconmac_s' SOURCES += [ 'nsIconChannelCocoa.mm', ] FAIL_ON_WARNINGS = True
--- a/image/decoders/icon/os2/moz.build +++ b/image/decoders/icon/os2/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgicon' - SOURCES += [ 'nsIconChannel.cpp', ] LIBRARY_NAME = 'imgiconos2_s' LIBXUL_LIBRARY = True
--- a/image/decoders/icon/qt/moz.build +++ b/image/decoders/icon/qt/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['public'] -MODULE = 'imgicon' - SOURCES += [ 'nsIconChannel.cpp', ] EXTRA_COMPONENTS += [ 'gtkqticonsconverter.manifest', ]
--- a/image/decoders/icon/win/moz.build +++ b/image/decoders/icon/win/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgicon' - SOURCES += [ 'nsIconChannel.cpp', ] LIBRARY_NAME = 'imgiconwin_s' FAIL_ON_WARNINGS = True
--- a/image/decoders/moz.build +++ b/image/decoders/moz.build @@ -18,18 +18,16 @@ if CONFIG['OS_ARCH'] == 'WINNT': elif CONFIG['OS_ARCH'] == 'OS2': DIRS += ['icon/os2', 'icon'] if toolkit == 'cocoa': DIRS += ['icon/mac', 'icon'] elif toolkit == 'android': DIRS += ['icon/android', 'icon'] -MODULE = 'imgdecoders' - SOURCES += [ 'EXIF.cpp', 'nsBMPDecoder.cpp', 'nsGIFDecoder2.cpp', 'nsICODecoder.cpp', 'nsIconDecoder.cpp', 'nsJPEGDecoder.cpp', 'nsPNGDecoder.cpp',
--- a/image/encoders/bmp/moz.build +++ b/image/encoders/bmp/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgbmpe' - SOURCES += [ 'nsBMPEncoder.cpp', ] LIBRARY_NAME = 'imgbmpe_s' FAIL_ON_WARNINGS = True
--- a/image/encoders/ico/moz.build +++ b/image/encoders/ico/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgicoe' - SOURCES += [ 'nsICOEncoder.cpp', ] LIBRARY_NAME = 'imgicoe_s' FAIL_ON_WARNINGS = True
--- a/image/encoders/jpeg/moz.build +++ b/image/encoders/jpeg/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgjpege' - SOURCES += [ 'nsJPEGEncoder.cpp', ] LIBRARY_NAME = 'imgjpege_s' FAIL_ON_WARNINGS = True
--- a/image/encoders/png/moz.build +++ b/image/encoders/png/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imgpnge' - SOURCES += [ 'nsPNGEncoder.cpp', ] LIBRARY_NAME = 'imgpnge_s' FAIL_ON_WARNINGS = True
--- a/image/moz.build +++ b/image/moz.build @@ -3,10 +3,8 @@ # 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/. PARALLEL_DIRS += ['public', 'src', 'decoders', 'encoders'] DIRS += ['build'] TEST_DIRS += ['test'] -MODULE = 'imglib2' -
--- a/image/src/moz.build +++ b/image/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'imglib2' - EXPORTS += [ 'ImageOps.h', 'imgLoader.h', 'imgRequest.h', 'imgRequestProxy.h', 'Orientation.h', ]
--- a/image/test/moz.build +++ b/image/test/moz.build @@ -1,11 +1,9 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['mochitest', 'browser'] -MODULE = 'test_libpr0n' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/intl/build/moz.build +++ b/intl/build/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'i18n' - SOURCES += [ 'nsI18nModule.cpp', ] LIBRARY_NAME = 'i18n' LIBXUL_LIBRARY = True
--- a/intl/chardet/public/moz.build +++ b/intl/chardet/public/moz.build @@ -1,15 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'chardet' - EXPORTS += [ 'nsDetectionConfident.h', 'nsICharsetDetectionObserver.h', 'nsICharsetDetector.h', 'nsIStringCharsetDetector.h', ]
--- a/intl/chardet/src/moz.build +++ b/intl/chardet/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'chardet' - SOURCES += [ 'nsChardetModule.cpp', 'nsCyrillicDetector.cpp', ] LIBRARY_NAME = 'chardet' LIBXUL_LIBRARY = True
--- a/intl/hyphenation/moz.build +++ b/intl/hyphenation/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['public', 'src'] -MODULE = 'hyphenation' -
--- a/intl/hyphenation/public/moz.build +++ b/intl/hyphenation/public/moz.build @@ -1,13 +1,11 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'hyphenation' - EXPORTS += [ 'nsHyphenationManager.h', 'nsHyphenator.h', ]
--- a/intl/hyphenation/src/moz.build +++ b/intl/hyphenation/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'hyphenation' - SOURCES += [ 'hnjstdio.cpp', 'nsHyphenationManager.cpp', 'nsHyphenator.cpp', ] LIBRARY_NAME = 'hyphenation_s'
--- a/intl/locale/moz.build +++ b/intl/locale/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['public', 'idl', 'src'] TEST_DIRS += ['tests'] -MODULE = 'locale' -
--- a/intl/locale/public/moz.build +++ b/intl/locale/public/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'locale' - EXPORTS += [ 'nsCharsetAlias.h', 'nsCollationCID.h', 'nsDateTimeFormatCID.h', 'nsIDateTimeFormat.h', 'nsILanguageAtomService.h', 'nsIOS2Locale.h', 'nsIPlatformCharset.h',
--- a/intl/locale/src/mac/moz.build +++ b/intl/locale/src/mac/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'locale' - SOURCES += [ 'nsCollationMacUC.cpp', 'nsDateTimeFormatMac.cpp', 'nsMacCharset.cpp', ] LIBRARY_NAME = 'platlocale_s'
--- a/intl/locale/src/moz.build +++ b/intl/locale/src/moz.build @@ -8,18 +8,16 @@ toolkit = CONFIG['MOZ_WIDGET_TOOLKIT'] if toolkit in ('os2', 'windows'): DIRS += [toolkit] elif toolkit == 'cocoa': DIRS += ['mac'] else: DIRS += ['unix'] -MODULE = 'locale' - EXPORTS += [ 'nsCollation.h', ] SOURCES += [ 'nsCharsetAlias.cpp', 'nsCollation.cpp', 'nsLanguageAtomService.cpp',
--- a/intl/locale/src/os2/moz.build +++ b/intl/locale/src/os2/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'locale' - SOURCES += [ 'nsCollationOS2.cpp', 'nsDateTimeFormatOS2.cpp', 'nsOS2Charset.cpp', 'nsOS2Locale.cpp', ] LIBRARY_NAME = 'platlocale_s'
--- a/intl/locale/src/unix/moz.build +++ b/intl/locale/src/unix/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'locale' - SOURCES += [ 'nsCollationUnix.cpp', 'nsDateTimeFormatUnix.cpp', 'nsPosixLocale.cpp', ] if CONFIG['OS_TARGET'] == 'Android': SOURCES += [
--- a/intl/locale/src/windows/moz.build +++ b/intl/locale/src/windows/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'locale' - SOURCES += [ 'nsCollationWin.cpp', 'nsDateTimeFormatWin.cpp', 'nsWin32Locale.cpp', 'nsWinCharset.cpp', ] LIBRARY_NAME = 'platlocale_s'
--- a/intl/locale/tests/moz.build +++ b/intl/locale/tests/moz.build @@ -1,9 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_intl_locale' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/intl/lwbrk/moz.build +++ b/intl/lwbrk/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['idl', 'public', 'src'] TEST_TOOL_DIRS += ['tests'] -MODULE = 'lwbrk' -
--- a/intl/lwbrk/public/moz.build +++ b/intl/lwbrk/public/moz.build @@ -1,14 +1,12 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'lwbrk' - EXPORTS += [ 'nsILineBreaker.h', 'nsIWordBreaker.h', 'nsLWBrkCIID.h', ]
--- a/intl/lwbrk/src/moz.build +++ b/intl/lwbrk/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'lwbrk' - SOURCES += [ 'nsJISx4051LineBreaker.cpp', 'nsSampleWordBreaker.cpp', 'nsSemanticUnitScanner.cpp', ] if CONFIG['MOZ_WIDGET_GTK']: SOURCES += [
--- a/intl/strres/moz.build +++ b/intl/strres/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['public', 'src'] TEST_TOOL_DIRS += ['tests'] -MODULE = 'intl' -
--- a/intl/strres/src/moz.build +++ b/intl/strres/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'intl' - SOURCES += [ 'nsStringBundle.cpp', 'nsStringBundleTextOverride.cpp', ] LIBRARY_NAME = 'strres_s' LIBXUL_LIBRARY = True
--- a/intl/strres/tests/moz.build +++ b/intl/strres/tests/moz.build @@ -1,9 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_intl_strres' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/intl/uconv/moz.build +++ b/intl/uconv/moz.build @@ -14,10 +14,8 @@ DIRS += [ 'ucvtw2', 'ucvko', 'ucvibm', 'src', ] TEST_TOOL_DIRS += ['tests'] -MODULE = 'uconv' -
--- a/intl/uconv/public/moz.build +++ b/intl/uconv/public/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'uconv' - EXPORTS += [ 'nsEncoderDecoderUtils.h', 'nsIUnicodeDecoder.h', 'nsIUnicodeEncoder.h', 'nsUConvCID.h', 'uconvutil.h', ]
--- a/intl/uconv/src/moz.build +++ b/intl/uconv/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'uconv' - UNIFIED_SOURCES += [ 'nsCharsetConverterManager.cpp', 'nsConverterInputStream.cpp', 'nsConverterOutputStream.cpp', 'nsCP1252ToUnicode.cpp', 'nsISO88591ToUnicode.cpp', 'nsMacRomanToUnicode.cpp', 'nsScriptableUConv.cpp',
--- a/intl/uconv/tests/moz.build +++ b/intl/uconv/tests/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_intl_uconv' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] # Tests disabled because they dont work in libxul builds. #MOZILLA_INTERNAL_API = True # #CPP_SOURCES += [ # 'TestUConv.cpp', # 'nsconv.cpp',
--- a/intl/unicharutil/moz.build +++ b/intl/unicharutil/moz.build @@ -2,10 +2,8 @@ # 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/. DIRS += ['idl', 'public', 'util', 'src', 'tables'] TEST_TOOL_DIRS += ['tests'] -MODULE = 'unicharutil' -
--- a/intl/unicharutil/public/moz.build +++ b/intl/unicharutil/public/moz.build @@ -1,15 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'unicharutil' - EXPORTS += [ 'nsICaseConversion.h', 'nsIUGenCategory.h', 'nsUnicharUtilCIID.h', 'nsUnicodeNormalizer.h', ]
--- a/intl/unicharutil/src/moz.build +++ b/intl/unicharutil/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'unicharutil' - UNIFIED_SOURCES += [ 'nsCaseConversionImp2.cpp', 'nsCategoryImp.cpp', 'nsEntityConverter.cpp', 'nsSaveAsCharset.cpp', 'nsUnicodeNormalizer.cpp', ]
--- a/intl/unicharutil/tests/moz.build +++ b/intl/unicharutil/tests/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'test_intl_unicharutil' - XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] SOURCES += [ 'NormalizationTest.cpp', 'UnicharSelfTest.cpp', ] SIMPLE_PROGRAMS += [
--- a/intl/unicharutil/tools/moz.build +++ b/intl/unicharutil/tools/moz.build @@ -1,14 +1,12 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ucgendat' - PROGRAM = 'ucgendat' SOURCES += [ 'ucgendat.c', ]
--- a/intl/unicharutil/util/internal/moz.build +++ b/intl/unicharutil/util/internal/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'unicharutil' - include('../objs.mozbuild') UNIFIED_SOURCES += intl_unicharutil_util_cppsrcs LIBRARY_NAME = 'unicharutil_s' LIBXUL_LIBRARY = True
--- a/intl/unicharutil/util/moz.build +++ b/intl/unicharutil/util/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. DIRS += ['internal'] -MODULE = 'unicharutil' - EXPORTS += [ 'nsBidiUtils.h', 'nsSpecialCasingData.h', 'nsUnicharUtils.h', 'nsUnicodeProperties.h', 'nsUnicodeScriptCodes.h', ]
--- a/ipc/app/moz.build +++ b/ipc/app/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipc' - PROGRAM = CONFIG['MOZ_CHILD_PROCESS_NAME'] if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android': SOURCES += [ 'MozillaRuntimeMainAndroid.cpp', ] FINAL_TARGET = 'dist/bin/lib' else:
--- a/ipc/dbus/moz.build +++ b/ipc/dbus/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipc' - EXPORTS.mozilla.ipc += [ 'DBusThread.h', 'DBusUtils.h', 'RawDBusConnection.h', ] SOURCES += [ 'DBusThread.cpp',
--- a/ipc/glue/moz.build +++ b/ipc/glue/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipc' - EXPORTS += [ 'nsIIPCSerializableInputStream.h', 'nsIIPCSerializableURI.h', ] EXPORTS.mozilla.ipc += [ 'BrowserProcessSubThread.h', 'CrossProcessMutex.h',
--- a/ipc/ipdl/moz.build +++ b/ipc/ipdl/moz.build @@ -2,18 +2,16 @@ # 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/. if CONFIG['MOZ_IPDL_TESTS']: DIRS += ['test'] -MODULE = 'ipdlgen' - FAIL_ON_WARNINGS = True LIBXUL_LIBRARY = True LIBRARY_NAME = 'mozipdlgen_s' include('/ipc/chromium/chromium-config.mozbuild')
--- a/ipc/ipdl/test/cxx/app/moz.build +++ b/ipc/ipdl/test/cxx/app/moz.build @@ -1,15 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipdlunittest' - PROGRAM = 'ipdlunittest' SOURCES += [ 'TestIPDL.cpp', ] include('/ipc/chromium/chromium-config.mozbuild')
--- a/ipc/ipdl/test/cxx/moz.build +++ b/ipc/ipdl/test/cxx/moz.build @@ -1,17 +1,15 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TOOL_DIRS += ['app'] - -MODULE = 'ipdlunittest' LIBRARY_NAME = 'ipdlunittest_s' EXPORTS.mozilla._ipdltest += [ 'IPDLUnitTestProcessChild.h', 'IPDLUnitTests.h', 'IPDLUnitTestTypes.h', 'IPDLUnitTestUtils.h', ]
--- a/ipc/keystore/moz.build +++ b/ipc/keystore/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipc' - EXPORTS.mozilla.ipc += [ 'KeyStore.h' ] SOURCES += [ 'KeyStore.cpp' ]
--- a/ipc/netd/moz.build +++ b/ipc/netd/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipc' - EXPORTS.mozilla.ipc += [ 'Netd.h', ] SOURCES += [ 'Netd.cpp', ]
--- a/ipc/nfc/moz.build +++ b/ipc/nfc/moz.build @@ -1,15 +1,14 @@ # 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/. if CONFIG['MOZ_NFC']: - MODULE = 'ipc' EXPORTS.mozilla.ipc += [ 'Nfc.h', ] SOURCES += [ 'Nfc.cpp', ] LIBXUL_LIBRARY = True
--- a/ipc/ril/moz.build +++ b/ipc/ril/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipc' - EXPORTS.mozilla.ipc += [ 'Ril.h', ] SOURCES += [ 'Ril.cpp', ]
--- a/ipc/testshell/moz.build +++ b/ipc/testshell/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipcshell' - EXPORTS.mozilla.ipc += [ 'TestShellChild.h', 'TestShellParent.h', 'XPCShellEnvironment.h', ] # FIXME/bug 575918: out-of-process xpcshell is broken on OS X if CONFIG['OS_ARCH'] != 'Darwin':
--- a/ipc/unixsocket/moz.build +++ b/ipc/unixsocket/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'ipc' - EXPORTS.mozilla.ipc += [ 'UnixSocket.h', ] SOURCES += [ 'UnixSocket.cpp', ]
--- a/js/ipc/moz.build +++ b/js/ipc/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'js' - SOURCES += [ 'JavaScriptChild.cpp', 'JavaScriptParent.cpp', 'JavaScriptShared.cpp', ] IPDL_SOURCES += [ 'JavaScriptTypes.ipdlh',
--- a/js/jsd/idl/moz.build +++ b/js/jsd/idl/moz.build @@ -5,10 +5,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. XPIDL_SOURCES += [ 'jsdIDebuggerService.idl', ] XPIDL_MODULE = 'jsdservice' -MODULE = 'jsdebug' -
--- a/js/jsd/moz.build +++ b/js/jsd/moz.build @@ -2,18 +2,16 @@ # 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/. DIRS += ['idl'] TEST_TOOL_DIRS += ['test'] -MODULE = 'jsdebug' - EXPORTS += [ 'jsdebug.h', ] XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini'] SOURCES += [ 'jsd_atom.cpp',
--- a/js/jsd/test/moz.build +++ b/js/jsd/test/moz.build @@ -1,10 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'jsdebug' - MOCHITEST_MANIFESTS += ['mochitest.ini']
--- a/js/src/moz.build +++ b/js/src/moz.build @@ -13,18 +13,16 @@ if CONFIG['JS_NATIVE_EDITLINE']: DIRS += ['editline'] # editline needs to get built before the shell if not CONFIG['JS_DISABLE_SHELL']: DIRS += ['shell'] TEST_DIRS += ['jsapi-tests', 'tests', 'gdb'] -MODULE = 'js' - mfbt_root = '../../mfbt' LOCAL_INCLUDES += ['%s/double-conversion' % mfbt_root] if CONFIG['JS_STANDALONE']: LIBRARY_NAME = 'mozjs-%s' % CONFIG['MOZILLA_SYMBOLVERSION'] # When building standalone, we need to include mfbt sources, and to declare # "exported" mfbt symbols on its behalf when we use its headers.
--- a/js/src/tests/moz.build +++ b/js/src/tests/moz.build @@ -1,8 +1,6 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'jsreftest' -
--- a/js/xpconnect/loader/moz.build +++ b/js/xpconnect/loader/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'jsloader' - UNIFIED_SOURCES += [ 'mozJSComponentLoader.cpp', 'mozJSLoaderUtils.cpp', 'mozJSSubScriptLoader.cpp', ] LIBRARY_NAME = 'jsloader_s'
--- a/js/xpconnect/moz.build +++ b/js/xpconnect/moz.build @@ -6,10 +6,8 @@ DIRS += ['public', 'idl', 'wrappers', 'loader', 'src'] TOOL_DIRS += ['shell'] TEST_TOOL_DIRS += ['tests'] if CONFIG['MOZ_XPCTOOLS']: TOOL_DIRS += ['tools'] -MODULE = 'xpconnect' -
--- a/js/xpconnect/public/moz.build +++ b/js/xpconnect/public/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'xpconnect' - EXPORTS += [ 'nsAutoJSValHolder.h', 'nsAXPCNativeCallContext.h', 'nsTArrayHelpers.h', 'SandboxPrivate.h', 'xpc_map_end.h', ]
--- a/js/xpconnect/shell/moz.build +++ b/js/xpconnect/shell/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. FAIL_ON_WARNINGS = True -MODULE = 'xpcshell' - PROGRAM = 'xpcshell' SOURCES += [ 'xpcshell.cpp', ] if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': SOURCES += [
--- a/js/xpconnect/src/moz.build +++ b/js/xpconnect/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'xpconnect' - EXPORTS += [ 'BackstagePass.h', 'nsCxPusher.h', 'qsObjectHelper.h', 'XPCJSMemoryReporter.h', 'xpcObjectHelper.h', 'xpcpublic.h', ]
--- a/js/xpconnect/tests/components/js/moz.build +++ b/js/xpconnect/tests/components/js/moz.build @@ -1,8 +1,6 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. - -MODULE = 'xpctest' NO_DIST_INSTALL = True
--- a/js/xpconnect/tests/components/native/moz.build +++ b/js/xpconnect/tests/components/native/moz.build @@ -1,15 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'xpctest' NO_DIST_INSTALL = True UNIFIED_SOURCES += [ 'xpctest_attributes.cpp', 'xpctest_module.cpp', 'xpctest_params.cpp', ]
--- a/js/xpconnect/wrappers/moz.build +++ b/js/xpconnect/wrappers/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'xpcwrappers' - EXPORTS += [ 'WrapperFactory.h', ] UNIFIED_SOURCES += [ 'AccessCheck.cpp', 'ChromeObjectWrapper.cpp', 'FilteringWrapper.cpp',
--- a/layout/base/moz.build +++ b/layout/base/moz.build @@ -18,18 +18,16 @@ if CONFIG['IBMBIDI']: if CONFIG['MOZ_DEBUG']: UNIFIED_SOURCES += [ 'nsAutoLayoutPhase.cpp', ] XPIDL_MODULE = 'layout_base' -MODULE = 'layout' - EXPORTS += [ 'ActiveLayerTracker.h', 'DisplayItemClip.h', 'DisplayListClipState.h', 'FrameLayerBuilder.h', 'FramePropertyTable.h', 'nsArenaMemoryStats.h', 'nsBidi.h',
--- a/layout/build/moz.build +++ b/layout/build/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'layout' - EXPORTS += [ 'nsContentDLF.h', 'nsLayoutCID.h', 'nsLayoutStatics.h', ] UNIFIED_SOURCES += [ 'nsContentDLF.cpp',
--- a/layout/forms/moz.build +++ b/layout/forms/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'layout' - EXPORTS += [ 'nsIComboboxControlFrame.h', 'nsIFormControlFrame.h', 'nsIListControlFrame.h', 'nsISelectControlFrame.h', 'nsITextControlFrame.h', ]
--- a/layout/generic/moz.build +++ b/layout/generic/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'layout' - EXPORTS += [ 'nsCanvasFrame.h', 'nsDirection.h', 'nsFrameIdList.h', 'nsFrameList.h', 'nsFrameSelection.h', 'nsHTMLParts.h', 'nsHTMLReflowMetrics.h',
--- a/layout/inspector/src/moz.build +++ b/layout/inspector/src/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'inspector' - EXPORTS += [ 'nsFontFace.h', 'nsFontFaceList.h', ] UNIFIED_SOURCES += [ 'inCSSValueSearch.cpp', 'inDeepTreeWalker.cpp',
--- a/layout/ipc/moz.build +++ b/layout/ipc/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'layout' - EXPORTS.mozilla.layout += [ 'RenderFrameChild.h', 'RenderFrameParent.h', 'RenderFrameUtils.h', ] UNIFIED_SOURCES += [ 'RenderFrameChild.cpp',
--- a/layout/mathml/moz.build +++ b/layout/mathml/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'layout' - UNIFIED_SOURCES += [ 'nsMathMLChar.cpp', 'nsMathMLContainerFrame.cpp', 'nsMathMLFrame.cpp', 'nsMathMLmactionFrame.cpp', 'nsMathMLmencloseFrame.cpp', 'nsMathMLmfencedFrame.cpp', 'nsMathMLmfracFrame.cpp',
--- a/layout/media/moz.build +++ b/layout/media/moz.build @@ -1,12 +1,10 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'layout' - LIBRARY_NAME = 'gkmedias' if CONFIG['MOZ_WEBRTC']: DIRS += ['webrtc']
--- a/layout/moz.build +++ b/layout/moz.build @@ -41,10 +41,8 @@ TEST_TOOL_DIRS += [ 'reftests/fonts/mplus', ] DIRS += ['build', 'media'] if CONFIG['MOZ_DEBUG']: TEST_DIRS += ['tools/layout-debug'] -MODULE = 'layout' -
--- a/layout/printing/moz.build +++ b/layout/printing/moz.build @@ -7,18 +7,16 @@ XPIDL_SOURCES += [ 'nsIPrintProgress.idl', 'nsIPrintProgressParams.idl', 'nsIPrintStatusFeedback.idl', ] XPIDL_MODULE = 'layout_printing' -MODULE = 'layout' - UNIFIED_SOURCES += [ 'nsPagePrintTimer.cpp', 'nsPrintData.cpp', 'nsPrintEngine.cpp', 'nsPrintObject.cpp', 'nsPrintPreviewListener.cpp', ]
--- a/layout/style/moz.build +++ b/layout/style/moz.build @@ -2,18 +2,16 @@ # 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/. DIRS += ['xbl-marquee'] TEST_TOOL_DIRS += ['test'] -MODULE = 'layout' - EXPORTS += [ 'AnimationCommon.h', 'nsAnimationManager.h', 'nsComputedDOMStylePropertyList.h', 'nsCSSAnonBoxes.h', 'nsCSSAnonBoxList.h', 'nsCSSFontDescList.h', 'nsCSSKeywordList.h',
--- a/layout/style/test/moz.build +++ b/layout/style/test/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_TOOL_DIRS += ['chrome'] -MODULE = 'layout' - HOST_SOURCES += [ 'ListCSSProperties.cpp', ] HOST_SIMPLE_PROGRAMS += [ 'host_%s' % f.replace('.cpp', '') for f in HOST_SOURCES ]
--- a/layout/svg/moz.build +++ b/layout/svg/moz.build @@ -1,16 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. -MODULE = 'layout' - EXPORTS += [ 'nsSVGEffects.h', 'nsSVGFilterInstance.h', 'nsSVGForeignObjectFrame.h', 'nsSVGIntegrationUtils.h', 'nsSVGUtils.h', 'SVGImageContext.h', ]
--- a/layout/tables/moz.build +++ b/layout/tables/moz.build @@ -1,18 +1,16 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. TEST_DIRS += ['test'] -MODULE = 'layout' - EXPORTS += [ 'nsITableCellLayout.h', ] UNIFIED_SOURCES += [