aboutsummaryrefslogtreecommitdiff
path: root/common/source_files/browser/branding/librewolf/moz.build
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-08-16 20:00:38 -0500
committerBeatLink <beatlink@protonmail.com>2019-08-16 20:00:38 -0500
commitd16a5b29e81bb6e0e58af2a97484defccacf355c (patch)
tree4ef06da3e1d9548a99fc4ce8adf4587d7bd14621 /common/source_files/browser/branding/librewolf/moz.build
parentmove toggle settings folder to linux script (diff)
downloadlibrewolf-linux-d16a5b29e81bb6e0e58af2a97484defccacf355c.tar.gz
librewolf-linux-d16a5b29e81bb6e0e58af2a97484defccacf355c.tar.bz2
librewolf-linux-d16a5b29e81bb6e0e58af2a97484defccacf355c.zip
Move branding and settings to seperate repos and move browser to top level
Diffstat (limited to 'common/source_files/browser/branding/librewolf/moz.build')
-rw-r--r--common/source_files/browser/branding/librewolf/moz.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/source_files/browser/branding/librewolf/moz.build b/common/source_files/browser/branding/librewolf/moz.build
new file mode 100644
index 0000000..9045cee
--- /dev/null
+++ b/common/source_files/browser/branding/librewolf/moz.build
@@ -0,0 +1,13 @@
+# -*- 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 += ['content', 'locales']
+
+DIST_SUBDIR = 'browser'
+export('DIST_SUBDIR')
+
+include('../branding-common.mozbuild')
+FirefoxBranding()
bgstack15