Bug 1642744 [wpt PR 23920] - [ScrollTimeline] Update compositor timeline from blink...
[gecko.git] / browser / branding / branding-common.mozbuild
blob908553b8b95c6997885f0c37baabbdf48e08614a
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 @template
8 def FirefoxBranding():
9     if CONFIG['MOZ_BRANDING_DIRECTORY'] == 'browser/branding/official':
10         JS_PREFERENCE_PP_FILES += [
11             'pref/firefox-branding.js',
12         ]
13     else:
14         JS_PREFERENCE_FILES += [
15             'pref/firefox-branding.js',
16         ]
18     if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
19         FINAL_TARGET_FILES['..'] += [
20             'firefox.VisualElementsManifest.xml',
21         ]
22         FINAL_TARGET_FILES.VisualElements += [
23             'VisualElements_150.png',
24             'VisualElements_70.png',
25         ]
26     elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
27         FINAL_TARGET_FILES.chrome.icons.default += [
28             'default128.png',
29             'default16.png',
30             'default32.png',
31             'default48.png',
32             'default64.png',
33         ]