forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtryserver.webrtc.json
63 lines (63 loc) · 1.47 KB
/
tryserver.webrtc.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
{
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"android_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"remoting_unittests"
]
},
"linux_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"remoting_unittests"
]
},
"linux_chromium_compile_dbg": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"remoting_unittests"
]
},
"mac_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"remoting_unittests"
]
},
"win_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"remoting_unittests"
]
},
"win_chromium_compile_dbg": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"remoting_unittests"
]
}
}