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 { | |
141 "test": "nacl_loader_unittests" | 138 "test": "nacl_loader_unittests" |
142 }, | 139 }, |
143 { | 140 { |
144 "swarming": { | 141 "swarming": { |
145 "can_use_on_swarming_builders": true | 142 "can_use_on_swarming_builders": true |
146 }, | 143 }, |
147 "test": "net_unittests" | 144 "test": "net_unittests" |
148 }, | 145 }, |
149 { | 146 { |
150 "test": "ppapi_unittests" | 147 "test": "ppapi_unittests" |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 { | 303 { |
307 "test": "jingle_unittests" | 304 "test": "jingle_unittests" |
308 }, | 305 }, |
309 { | 306 { |
310 "test": "media_unittests" | 307 "test": "media_unittests" |
311 }, | 308 }, |
312 { | 309 { |
313 "test": "message_center_unittests" | 310 "test": "message_center_unittests" |
314 }, | 311 }, |
315 { | 312 { |
316 "test": "midi_unittests" | |
317 }, | |
318 { | |
319 "test": "nacl_loader_unittests" | 313 "test": "nacl_loader_unittests" |
320 }, | 314 }, |
321 { | 315 { |
322 "swarming": { | 316 "swarming": { |
323 "can_use_on_swarming_builders": true | 317 "can_use_on_swarming_builders": true |
324 }, | 318 }, |
325 "test": "net_unittests" | 319 "test": "net_unittests" |
326 }, | 320 }, |
327 { | 321 { |
328 "test": "ppapi_unittests" | 322 "test": "ppapi_unittests" |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 "name": "webkit_lint", | 928 "name": "webkit_lint", |
935 "script": "webkit_lint.py" | 929 "script": "webkit_lint.py" |
936 }, | 930 }, |
937 { | 931 { |
938 "name": "webkit_python_tests", | 932 "name": "webkit_python_tests", |
939 "script": "webkit_python_tests.py" | 933 "script": "webkit_python_tests.py" |
940 } | 934 } |
941 ] | 935 ] |
942 } | 936 } |
943 } | 937 } |
OLD | NEW |