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

Unified Diff: chrome/test/data/extensions/api_test/bindings/nocompile/manifest.json

Issue 850603003: Add a 'nocompile' option to Extension feature files, and annotate all Devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 5 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
Index: chrome/test/data/extensions/api_test/bindings/nocompile/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bindings/nocompile/manifest.json b/chrome/test/data/extensions/api_test/bindings/nocompile/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..b4f56c4fb0efab3bd3fbdffd93ea90a86f0b4f07
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/bindings/nocompile/manifest.json
@@ -0,0 +1,6 @@
+{
+ "devtools_page": "devtools.html",
+ "name": "nocompile",
+ "manifest_version": 2,
+ "version": "1"
+}

Powered by Google App Engine
This is Rietveld 408576698