summaryrefslogtreecommitdiff
path: root/services/crypto/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-01-11 21:58:45 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-01-11 21:58:45 -0600
commit568e3545293f8520e5e2a195ed5e67452d150e0d (patch)
treeb72e1eb24ed1fca7584353f397f47805d116b236 /services/crypto/moz.build
parente5752cab067ef7ab71cc0639f93fd34918a346c1 (diff)
downloadaura-central-568e3545293f8520e5e2a195ed5e67452d150e0d.tar.gz
Issue MoonchildProductions/GRE%3030 - Sync-UI: Centralize the code and locales for the weave component
* The chrome paths save for syncBrand.dtd have NOT been changed yet.
Diffstat (limited to 'services/crypto/moz.build')
-rw-r--r--services/crypto/moz.build20
1 files changed, 0 insertions, 20 deletions
diff --git a/services/crypto/moz.build b/services/crypto/moz.build
deleted file mode 100644
index 3a867d643..000000000
--- a/services/crypto/moz.build
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.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 Sync: Crypto')
-
-DIRS += ['component']
-
-XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
-
-EXTRA_JS_MODULES['services-crypto'] += [
- 'modules/utils.js',
- 'modules/WeaveCrypto.js',
-]
-
-EXTRA_COMPONENTS += [
- 'cryptoComponents.manifest',
-]