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

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

Issue 12846011: Implement API features for the Extension API feature system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed memory leak Created 7 years, 9 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
« no previous file with comments | « chrome/test/data/extensions/extension_api_unittest/is_privileged_features_5.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "test1": {
3 "contexts": ["content_script"]
4 },
5 "test1.foo": {
6 "contexts": ["blessed_extension"]
7 },
8 "test2": {
9 "contexts": ["blessed_extension"],
10 "dependencies": ["api:test1"]
11 },
12 "test2.foo": {
13 "contexts": ["content_script"]
14 },
15 "test2.bar": {
16 "contexts": ["content_script", "blessed_extension"]
17 },
18 "test2.baz": {
19 "contexts": ["blessed_extension"],
20 "dependencies": ["api:test2.foo"]
21 },
22 "test3": {
23 "contexts": ["content_script", "blessed_extension"]
24 },
25 "test3.foo": {
26 "contexts": ["blessed_extension"]
27 },
28 "test4": {
29 "contexts": ["content_script"],
30 "dependencies": ["api:test1.foo"]
31 }
32 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/extension_api_unittest/is_privileged_features_5.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698