summaryrefslogtreecommitdiffstats
path: root/application/basilisk/components/webextensions/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-13 11:50:04 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-13 11:50:04 +0100
commit6bb02d95f70000b150569089987701c8244d7d5d (patch)
treec7e11508f70ee665c3a3a039f7101fd62ad9e47e /application/basilisk/components/webextensions/moz.build
parent71c81eb900ac3b8a770a4b844771faf335999861 (diff)
downloadUXP-6bb02d95f70000b150569089987701c8244d7d5d.tar
UXP-6bb02d95f70000b150569089987701c8244d7d5d.tar.gz
UXP-6bb02d95f70000b150569089987701c8244d7d5d.tar.lz
UXP-6bb02d95f70000b150569089987701c8244d7d5d.tar.xz
UXP-6bb02d95f70000b150569089987701c8244d7d5d.zip
Remove webextensions conditional code from Basilisk.
Tag issue #936
Diffstat (limited to 'application/basilisk/components/webextensions/moz.build')
-rw-r--r--application/basilisk/components/webextensions/moz.build14
1 files changed, 0 insertions, 14 deletions
diff --git a/application/basilisk/components/webextensions/moz.build b/application/basilisk/components/webextensions/moz.build
deleted file mode 100644
index 116e90415..000000000
--- a/application/basilisk/components/webextensions/moz.build
+++ /dev/null
@@ -1,14 +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/.
-
-JAR_MANIFESTS += ['jar.mn']
-
-EXTRA_COMPONENTS += [
- 'extensions-browser.manifest',
-]
-
-DIRS += ['schemas']
-