Bug 1435458 - Preprocess the official firefox-branding.js. r=glandium

MozReview-Commit-ID: 6tVd9Xcyija

--HG--
extra : rebase_source : 0a97494b77d8ec020810e88be10889f98b8e6e50
This commit is contained in:
Panos Astithas 2018-02-09 17:48:05 -08:00
Родитель 54aa7c731b
Коммит 6cfccd8f15
1 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -6,9 +6,14 @@
@template
def FirefoxBranding():
JS_PREFERENCE_FILES += [
'pref/firefox-branding.js',
]
if CONFIG['MOZ_BRANDING_DIRECTORY'] == 'browser/branding/official':
JS_PREFERENCE_PP_FILES += [
'pref/firefox-branding.js',
]
else:
JS_PREFERENCE_FILES += [
'pref/firefox-branding.js',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
FINAL_TARGET_FILES['..'] += [