Bug 1523562 [wpt PR 14847] - Make named constructors' |prototype|s have the right...
[gecko.git] / services / sync / moz.build
blob4d1dcb50c53197f5a5a9005dbac1603d82bb49bf
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files('**'):
8     BUG_COMPONENT = ('Firefox', 'Sync')
10 DIRS += ['locales']
12 XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
14 EXTRA_COMPONENTS += [
15     'SyncComponents.manifest',
16     'Weave.js',
19 EXTRA_JS_MODULES['services-sync'] += [
20     'modules/addonsreconciler.js',
21     'modules/addonutils.js',
22     'modules/bookmark_repair.js',
23     'modules/bookmark_validator.js',
24     'modules/browserid_identity.js',
25     'modules/collection_repair.js',
26     'modules/collection_validator.js',
27     'modules/constants.js',
28     'modules/doctor.js',
29     'modules/engines.js',
30     'modules/keys.js',
31     'modules/main.js',
32     'modules/policies.js',
33     'modules/record.js',
34     'modules/resource.js',
35     'modules/service.js',
36     'modules/status.js',
37     'modules/SyncDisconnect.jsm',
38     'modules/SyncedTabs.jsm',
39     'modules/telemetry.js',
40     'modules/UIState.jsm',
41     'modules/util.js',
44 EXTRA_JS_MODULES['services-sync'].engines += [
45     'modules/engines/addons.js',
46     'modules/engines/bookmarks.js',
47     'modules/engines/clients.js',
48     'modules/engines/extension-storage.js',
49     'modules/engines/forms.js',
50     'modules/engines/history.js',
51     'modules/engines/passwords.js',
52     'modules/engines/prefs.js',
53     'modules/engines/tabs.js',
56 EXTRA_JS_MODULES['services-sync'].stages += [
57     'modules/stages/declined.js',
58     'modules/stages/enginesync.js',
61 TESTING_JS_MODULES.services.sync += [
62     'modules-testing/fakeservices.js',
63     'modules-testing/fxa_utils.js',
64     'modules-testing/rotaryengine.js',
65     'modules-testing/utils.js',
68 JS_PREFERENCE_PP_FILES += [
69     'services-sync.js',