From 30de4018913f0cdaea19d1dd12ecd8209e2ed08e Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 9 Feb 2018 10:39:41 -0500 Subject: Rename Basilisk's webextensions component directory to better reflect what it is. Also, add an Application level configure option to disable webextensions --- browser/components/extensions/moz.build | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 browser/components/extensions/moz.build (limited to 'browser/components/extensions/moz.build') diff --git a/browser/components/extensions/moz.build b/browser/components/extensions/moz.build deleted file mode 100644 index 116e90415..000000000 --- a/browser/components/extensions/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'] - -- cgit v1.2.3