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

Side by Side Diff: chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos tests Created 7 years, 6 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
1 { 1 {
2 "test1": { 2 "test1": {
3 "channel": "trunk",
3 "contexts": ["content_script"] 4 "contexts": ["content_script"]
4 }, 5 },
5 "test1.foo": { 6 "test1.foo": {
7 "channel": "trunk",
6 "contexts": ["blessed_extension"] 8 "contexts": ["blessed_extension"]
7 }, 9 },
8 "test2": { 10 "test2": {
9 "contexts": ["blessed_extension"], 11 "contexts": ["blessed_extension"],
10 "dependencies": ["api:test1"] 12 "dependencies": ["api:test1"]
11 }, 13 },
12 "test2.foo": { 14 "test2.foo": {
15 "channel": "trunk",
13 "contexts": ["content_script"] 16 "contexts": ["content_script"]
14 }, 17 },
15 "test2.bar": { 18 "test2.bar": {
19 "channel": "trunk",
16 "contexts": ["content_script", "blessed_extension"] 20 "contexts": ["content_script", "blessed_extension"]
17 }, 21 },
18 "test2.baz": { 22 "test2.baz": {
19 "contexts": ["blessed_extension"], 23 "contexts": ["blessed_extension"],
20 "dependencies": ["api:test2.foo"] 24 "dependencies": ["api:test2.foo"]
21 }, 25 },
22 "test3": { 26 "test3": {
27 "channel": "trunk",
23 "contexts": ["content_script", "blessed_extension"] 28 "contexts": ["content_script", "blessed_extension"]
24 }, 29 },
25 "test3.foo": { 30 "test3.foo": {
31 "channel": "trunk",
26 "contexts": ["blessed_extension"] 32 "contexts": ["blessed_extension"]
27 }, 33 },
28 "test4": { 34 "test4": {
29 "contexts": ["content_script"], 35 "contexts": ["content_script"],
30 "dependencies": ["api:test1.foo"] 36 "dependencies": ["api:test1.foo"]
31 } 37 }
32 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698