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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "dependencies": ["foo", "bar", "monkey"],
3 "extension_types": ["extension"],
4 "contexts": ["blessed_extension"],
5 "functions": [
6 {
7 "name": "function",
8 "extension_types": ["packaged_app"]
9 }
10 ],
11 "events": [
12 {
13 "name": "event",
14 "contexts": ["unblessed_extension"],
15 "dependencies": ["permission:whatever"]
16 }
17 ]
18 }
OLDNEW
« 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