summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-14 23:35:18 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 15:22:15 +0200
commit39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 (patch)
tree522ad2b33de883f03a53ffa17e4d74202bcf762a /services
parent28a3cd1028612b3b577768519d11fa6fbcda6f09 (diff)
downloaduxp-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.build18
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',
]