summaryrefslogtreecommitdiff
path: root/services/common/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'services/common/moz.build')
-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',
]