- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / extension_api_unittest / privileged_api_features.json
1 {
2   "test1": {
3     "channel": "trunk",
4     "contexts": ["content_script"]
5   },
6   "test1.foo": {
7     "channel": "trunk",
8     "contexts": ["blessed_extension"]
9   },
10   "test2": {
11     "contexts": ["blessed_extension"],
12     "dependencies": ["api:test1"]
13   },
14   "test2.foo": {
15     "channel": "trunk",
16     "contexts": ["content_script"]
17   },
18   "test2.bar": {
19     "channel": "trunk",
20     "contexts": ["content_script", "blessed_extension"]
21   },
22   "test2.baz": {
23     "contexts": ["blessed_extension"],
24     "dependencies": ["api:test2.foo"]
25   },
26   "test3": {
27     "channel": "trunk",
28     "contexts": ["content_script", "blessed_extension"]
29   },
30   "test3.foo": {
31     "channel": "trunk",
32     "contexts": ["blessed_extension"]
33   },
34   "test4": {
35     "contexts": ["content_script"],
36     "dependencies": ["api:test1.foo"]
37   }
38 }