OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "chrome_shell_apk" | 4 "chrome_shell_apk" |
5 ], | 5 ], |
6 "gtest_tests": [] | 6 "gtest_tests": [] |
7 }, | 7 }, |
8 "Android GN (dbg)": { | 8 "Android GN (dbg)": { |
9 "additional_compile_targets": [ | 9 "additional_compile_targets": [ |
10 "chrome_shell_apk" | 10 "chrome_shell_apk" |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 { | 128 { |
129 "test": "jingle_unittests" | 129 "test": "jingle_unittests" |
130 }, | 130 }, |
131 { | 131 { |
132 "test": "media_unittests" | 132 "test": "media_unittests" |
133 }, | 133 }, |
134 { | 134 { |
135 "test": "message_center_unittests" | 135 "test": "message_center_unittests" |
136 }, | 136 }, |
137 { | 137 { |
| 138 "test": "midi_unittests" |
| 139 }, |
| 140 { |
138 "test": "nacl_loader_unittests" | 141 "test": "nacl_loader_unittests" |
139 }, | 142 }, |
140 { | 143 { |
141 "swarming": { | 144 "swarming": { |
142 "can_use_on_swarming_builders": true | 145 "can_use_on_swarming_builders": true |
143 }, | 146 }, |
144 "test": "net_unittests" | 147 "test": "net_unittests" |
145 }, | 148 }, |
146 { | 149 { |
147 "test": "ppapi_unittests" | 150 "test": "ppapi_unittests" |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 { | 306 { |
304 "test": "jingle_unittests" | 307 "test": "jingle_unittests" |
305 }, | 308 }, |
306 { | 309 { |
307 "test": "media_unittests" | 310 "test": "media_unittests" |
308 }, | 311 }, |
309 { | 312 { |
310 "test": "message_center_unittests" | 313 "test": "message_center_unittests" |
311 }, | 314 }, |
312 { | 315 { |
| 316 "test": "midi_unittests" |
| 317 }, |
| 318 { |
313 "test": "nacl_loader_unittests" | 319 "test": "nacl_loader_unittests" |
314 }, | 320 }, |
315 { | 321 { |
316 "swarming": { | 322 "swarming": { |
317 "can_use_on_swarming_builders": true | 323 "can_use_on_swarming_builders": true |
318 }, | 324 }, |
319 "test": "net_unittests" | 325 "test": "net_unittests" |
320 }, | 326 }, |
321 { | 327 { |
322 "test": "ppapi_unittests" | 328 "test": "ppapi_unittests" |
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 "name": "webkit_lint", | 1033 "name": "webkit_lint", |
1028 "script": "webkit_lint.py" | 1034 "script": "webkit_lint.py" |
1029 }, | 1035 }, |
1030 { | 1036 { |
1031 "name": "webkit_python_tests", | 1037 "name": "webkit_python_tests", |
1032 "script": "webkit_python_tests.py" | 1038 "script": "webkit_python_tests.py" |
1033 } | 1039 } |
1034 ] | 1040 ] |
1035 } | 1041 } |
1036 } | 1042 } |
OLD | NEW |