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

Unified Diff: chrome/test/data/extensions/extension_api_feature_unittest/test1.json

Issue 10025007: Convert tabs, windows, and extension APIs to feature system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah Created 8 years, 8 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/extension_api_feature_unittest/test1.json
diff --git a/chrome/test/data/extensions/extension_api_feature_unittest/test1.json b/chrome/test/data/extensions/extension_api_feature_unittest/test1.json
new file mode 100644
index 0000000000000000000000000000000000000000..8009637cd1ef2d77320385d1e80b2005ddff6f13
--- /dev/null
+++ b/chrome/test/data/extensions/extension_api_feature_unittest/test1.json
@@ -0,0 +1,18 @@
+{
+ "dependencies": ["foo", "bar", "monkey"],
+ "extension_types": ["extension"],
+ "contexts": ["blessed_extension"],
+ "functions": [
+ {
+ "name": "function",
+ "extension_types": ["packaged_app"]
+ }
+ ],
+ "events": [
+ {
+ "name": "event",
+ "contexts": ["unblessed_extension"],
+ "dependencies": ["permission:whatever"]
+ }
+ ]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/stubs/content_script.js ('k') | tools/json_schema_compiler/compiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698