diff options
Diffstat (limited to 'data/branding/icecat/moz.build')
-rw-r--r-- | data/branding/icecat/moz.build | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/data/branding/icecat/moz.build b/data/branding/icecat/moz.build index 408c1f0..e613901 100644 --- a/data/branding/icecat/moz.build +++ b/data/branding/icecat/moz.build @@ -1,4 +1,4 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# -*- 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 @@ -9,7 +9,6 @@ DIRS += ['content', 'locales'] DIST_SUBDIR = 'browser' export('DIST_SUBDIR') -JS_PREFERENCE_FILES += [ - 'pref/icecat-branding.js', -] +include('../branding-common.mozbuild') +IceCatBranding() |