forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchromium.json
84 lines (84 loc) · 1.35 KB
/
chromium.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"android-dbg": {
"additional_compile_targets": [
"all"
]
},
"android-rel": {
"additional_compile_targets": [
"all"
]
},
"linux-dbg": {
"additional_compile_targets": [
"all"
]
},
"linux-rel": {
"additional_compile_targets": [
"all"
],
"scripts": [
{
"args": [
"linux-release-64/sizes"
],
"name": "sizes",
"script": "sizes.py"
}
]
},
"mac-dbg": {
"additional_compile_targets": [
"all"
]
},
"mac-rel": {
"additional_compile_targets": [
"all"
],
"scripts": [
{
"args": [
"mac-release/sizes"
],
"name": "sizes",
"script": "sizes.py"
}
]
},
"win-dbg": {
"additional_compile_targets": [
"all"
]
},
"win-rel": {
"additional_compile_targets": [
"all"
],
"scripts": [
{
"name": "checkbins",
"script": "checkbins.py"
}
]
},
"win32-dbg": {
"additional_compile_targets": [
"all"
]
},
"win32-rel": {
"additional_compile_targets": [
"all"
],
"scripts": [
{
"name": "checkbins",
"script": "checkbins.py"
}
]
}
}