summaryrefslogtreecommitdiffstats
path: root/browser/components/uitour/moz.build
diff options
context:
space:
mode:
authorAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-25 06:53:37 -0400
committerAscrod <32915892+Ascrod@users.noreply.github.com>2018-05-31 14:23:57 -0400
commitb109b14de63500ab07c478723d4851b345139bdd (patch)
treeedc42d81a61a0f91b8ee69178c4be8373ea33473 /browser/components/uitour/moz.build
parent3ab978b4a4df6548a7b1c490c8a3754476b16054 (diff)
downloadUXP-b109b14de63500ab07c478723d4851b345139bdd.tar
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.gz
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.lz
UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.xz
UXP-b109b14de63500ab07c478723d4851b345139bdd.zip
Remove UITour and customize tips.
Diffstat (limited to 'browser/components/uitour/moz.build')
-rw-r--r--browser/components/uitour/moz.build9
1 files changed, 0 insertions, 9 deletions
diff --git a/browser/components/uitour/moz.build b/browser/components/uitour/moz.build
deleted file mode 100644
index c8b1450b9..000000000
--- a/browser/components/uitour/moz.build
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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/.
-
-EXTRA_JS_MODULES += [
- 'UITour.jsm',
-]
-
-JAR_MANIFESTS += ['jar.mn']