diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-18 21:25:17 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-18 21:25:17 -0800 |
commit | 72a52c6f02f8ef76ed3975531968135c3e7c8e78 (patch) | |
tree | 701ef67d6fa003bf13ea1e6122c2d23ba77d6bde /branding/official/moz.build | |
parent | 5be4cf14a7c2d2babea6030cf180a706f71eda3c (diff) | |
download | webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar.gz webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar.lz webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.tar.xz webbrowser-72a52c6f02f8ef76ed3975531968135c3e7c8e78.zip |
removed more branded files that are no longer used
Diffstat (limited to 'branding/official/moz.build')
-rw-r--r-- | branding/official/moz.build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/branding/official/moz.build b/branding/official/moz.build deleted file mode 100644 index 8cb9013..0000000 --- a/branding/official/moz.build +++ /dev/null @@ -1,13 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; 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('../shared/branding.mozbuild') -ApplicationBranding() |