1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
{
"android.browser": {
"file": "policy.android.browser.json",
"format": "json"
},
"android.renderer": {
"file": "policy.android.renderer.json",
"format": "json"
},
"android.webview": {
"file": "policy.android.webview.json",
"format": "json"
},
"sourcefile": {
"file": "policy.sourcefile.json",
"format": "json"
},
"l0": {
"file": "policy.l0.json",
"format": "json"
},
"l1": {
"file": "policy.l1.json",
"format": "json"
},
"l2": {
"file": "policy.l2.json",
"format": "json"
},
"linux.browser": {
"file": "policy.linux.browser.json",
"format": "json"
},
"t0": {
"file": "policy.t0.json",
"format": "json"
}
}
|