diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-07-23 11:57:18 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-10-12 23:20:25 -0500 |
commit | 50557a44e8257abc03913ed5b0828e9fa509dc85 (patch) | |
tree | ad3e0de888a7925c17bd522a339d8837a470f145 /data/branding/icecat/moz.build | |
parent | 6a6d63d8f2e6e04644fcf93d9937508af6eefff2 (diff) |
Finished v38 initial rebase
Diffstat (limited to 'data/branding/icecat/moz.build')
-rw-r--r-- | data/branding/icecat/moz.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/branding/icecat/moz.build b/data/branding/icecat/moz.build index 3e2f88f..408c1f0 100644 --- a/data/branding/icecat/moz.build +++ b/data/branding/icecat/moz.build @@ -8,3 +8,8 @@ DIRS += ['content', 'locales'] DIST_SUBDIR = 'browser' export('DIST_SUBDIR') + +JS_PREFERENCE_FILES += [ + 'pref/icecat-branding.js', +] + |