summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-13 19:25:03 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-13 19:25:03 +0100
commit1e0da1994d03786571f4f97399595c5910f3a4c2 (patch)
treefe6c042a351c598863ca2f9c5e088d55e4162609 /toolkit/mozapps/webextensions/moz.build
parent43d44975b1f49df640916cca5f6a0b138696da3c (diff)
downloadUXP-1e0da1994d03786571f4f97399595c5910f3a4c2.tar
UXP-1e0da1994d03786571f4f97399595c5910f3a4c2.tar.gz
UXP-1e0da1994d03786571f4f97399595c5910f3a4c2.tar.lz
UXP-1e0da1994d03786571f4f97399595c5910f3a4c2.tar.xz
UXP-1e0da1994d03786571f4f97399595c5910f3a4c2.zip
Remove the WebExtension Add-on Manager from our tree.
Tag #936
Diffstat (limited to 'toolkit/mozapps/webextensions/moz.build')
-rw-r--r--toolkit/mozapps/webextensions/moz.build57
1 files changed, 0 insertions, 57 deletions
diff --git a/toolkit/mozapps/webextensions/moz.build b/toolkit/mozapps/webextensions/moz.build
deleted file mode 100644
index f6e83a355..000000000
--- a/toolkit/mozapps/webextensions/moz.build
+++ /dev/null
@@ -1,57 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
-# 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/.
-
-DIRS += ['internal']
-
-XPIDL_SOURCES += [
- '../extensions/amIAddonManager.idl',
- '../extensions/amIAddonPathService.idl',
- '../extensions/amIWebInstaller.idl',
- '../extensions/amIWebInstallListener.idl',
-]
-
-XPIDL_MODULE = 'extensions'
-
-EXTRA_COMPONENTS += [
- '../extensions/amContentHandler.js',
- 'addonManager.js',
- 'amInstallTrigger.js',
- 'amWebAPI.js',
- 'amWebInstallListener.js',
-]
-
-EXTRA_PP_COMPONENTS += [
- 'extensions.manifest',
-]
-
-EXTRA_JS_MODULES += [
- '../extensions/ChromeManifestParser.jsm',
- '../extensions/DeferredSave.jsm',
- '../extensions/GMPUtils.jsm',
- 'AddonManager.jsm',
- 'LightweightThemeManager.jsm',
- 'GMPInstallManager.jsm',
-]
-
-JAR_MANIFESTS += ['jar.mn']
-
-EXPORTS.mozilla += [
- 'AddonContentPolicy.h',
- 'AddonManagerWebAPI.h',
- 'AddonPathService.h',
-]
-
-UNIFIED_SOURCES += [
- 'AddonContentPolicy.cpp',
- 'AddonManagerWebAPI.cpp',
- 'AddonPathService.cpp',
-]
-
-LOCAL_INCLUDES += [
- '/dom/base',
-]
-
-FINAL_LIBRARY = 'xul'