diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-14 23:35:18 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:22:15 +0200 |
commit | 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 (patch) | |
tree | 522ad2b33de883f03a53ffa17e4d74202bcf762a /services | |
parent | 28a3cd1028612b3b577768519d11fa6fbcda6f09 (diff) | |
download | uxp-39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.tar.gz |
Issue #1053 - Remove /dom/system/android and dependent modules,
as well as robocop.
Diffstat (limited to 'services')
-rw-r--r-- | services/common/moz.build | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/services/common/moz.build b/services/common/moz.build index d315ed624f..855f71f5b9 100644 --- a/services/common/moz.build +++ b/services/common/moz.build @@ -3,9 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -with Files('**'): - BUG_COMPONENT = ('Mozilla Services', 'Firefox: Common') - TEST_DIRS += ['tests'] EXTRA_COMPONENTS += [ @@ -14,26 +11,19 @@ EXTRA_COMPONENTS += [ EXTRA_JS_MODULES['services-common'] += [ 'async.js', + 'hawkclient.js', + 'hawkrequest.js', 'logmanager.js', 'observers.js', 'rest.js', 'stringbundle.js', + 'tokenserverclient.js', 'utils.js', ] -if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android': - EXTRA_JS_MODULES['services-common'] += [ - 'hawkclient.js', - 'hawkrequest.js', - 'tokenserverclient.js', - ] - - TESTING_JS_MODULES.services.common += [ - 'modules-testing/storageserver.js', - ] - TESTING_JS_MODULES.services.common += [ 'modules-testing/logging.js', + 'modules-testing/storageserver.js', 'modules-testing/utils.js', ] |