26 lines
1.7 KiB
Text
26 lines
1.7 KiB
Text
# 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/.
|
|
|
|
# NOTE: Please keep the files listed in here in sync with the ones listed in
|
|
# webext-glue/moz.build, as this ensures that the XPI generated at build time
|
|
# shares the same structure as the built-in instance. (bug 1955994)
|
|
|
|
browser.jar:
|
|
builtin-addons/newtab/manifest.json (./manifest.json)
|
|
builtin-addons/newtab/webext-glue/background.js (./webext-glue/background.js)
|
|
builtin-addons/newtab/webext-glue/schema.json (./webext-glue/schema.json)
|
|
* builtin-addons/newtab/webext-glue/builtin-newtab.js (./webext-glue/builtin-newtab.js)
|
|
builtin-addons/newtab/lib/ (./lib/*)
|
|
builtin-addons/newtab/common/ (./common/*)
|
|
* builtin-addons/newtab/data/content/abouthomecache/page.html.template (./data/content/abouthomecache/page.html.template)
|
|
* builtin-addons/newtab/data/content/abouthomecache/script.js.template (./data/content/abouthomecache/script.js.template)
|
|
builtin-addons/newtab/data/data/content/assets/ (./data/content/assets/*)
|
|
builtin-addons/newtab/data/content/activity-stream.bundle.js (./data/content/activity-stream.bundle.js)
|
|
builtin-addons/newtab/data/content/newtab-render.js (./data/content/newtab-render.js)
|
|
builtin-addons/newtab/data/css/activity-stream.css (./css/activity-stream.css)
|
|
builtin-addons/newtab/prerendered/activity-stream.html (./prerendered/activity-stream.html)
|
|
#ifndef RELEASE_OR_BETA
|
|
builtin-addons/newtab/prerendered/activity-stream-debug.html (./prerendered/activity-stream-debug.html)
|
|
#endif
|
|
builtin-addons/newtab/prerendered/activity-stream-noscripts.html (./prerendered/activity-stream-noscripts.html)
|