Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6158)

Unified Diff: chrome/test/data/extensions/manifest_tests/background_scripts.json

Issue 9150008: Introduce background.scripts feature for extension manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready to land Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/api_test/background_scripts/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/background_scripts.json
diff --git a/chrome/test/data/extensions/manifest_tests/background_scripts.json b/chrome/test/data/extensions/manifest_tests/background_scripts.json
new file mode 100644
index 0000000000000000000000000000000000000000..18d8d6f83cb5633fb5875f66848d4ebc29f234e3
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/background_scripts.json
@@ -0,0 +1,10 @@
+{
+ "name": "test",
+ "version": "1",
+ "background": {
+ "scripts": [
+ "foo.js",
+ "bar/baz.js"
+ ]
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/background_scripts/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698