Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "android_chromium_gn_compile_dbg": { | 2 "android_chromium_gn_compile_dbg": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "blimp", | 4 "blimp", |
| 5 "chrome_public_apk", | 5 "chrome_public_apk", |
| 6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
| 7 "content_shell_apk", | 7 "content_shell_apk", |
| 8 "mandoline:all" | 8 "mandoline:all" |
| 9 ] | 9 ] |
| 10 }, | 10 }, |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 176 { | 176 { |
| 177 "test": "app_list_unittests" | 177 "test": "app_list_unittests" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "test": "aura_unittests" | 180 "test": "aura_unittests" |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "test": "base_unittests" | 183 "test": "base_unittests" |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "test": "blimp_common_unit_tests" | |
|
nyquist
2015/09/25 22:21:29
I think you can move this to the real Android Test
Kevin M
2015/10/01 00:02:36
What are the names of the bots?
nyquist
2015/10/01 00:07:13
See here: https://codereview.chromium.org/13658230
Dirk Pranke
2015/10/01 00:14:03
Right, do not add these lines. The linux_chromium_
Kevin M
2015/10/01 00:23:01
OK, done.
nyquist@: It doesn't appear that Androi
nyquist
2015/10/01 00:26:53
That's super odd. 'Android GN', does in fact have
| |
| 187 }, | |
| 188 { | |
| 186 "test": "cacheinvalidation_unittests" | 189 "test": "cacheinvalidation_unittests" |
| 187 }, | 190 }, |
| 188 { | 191 { |
| 189 "test": "cast_unittests" | 192 "test": "cast_unittests" |
| 190 }, | 193 }, |
| 191 { | 194 { |
| 192 "test": "cc_unittests" | 195 "test": "cc_unittests" |
| 193 }, | 196 }, |
| 194 { | 197 { |
| 195 "test": "chromedriver_unittests" | 198 "test": "chromedriver_unittests" |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 362 "name": "gyp_flag_compare", | 365 "name": "gyp_flag_compare", |
| 363 "script": "gyp_flag_compare.py" | 366 "script": "gyp_flag_compare.py" |
| 364 }, | 367 }, |
| 365 { | 368 { |
| 366 "name": "mojo_apptests", | 369 "name": "mojo_apptests", |
| 367 "script": "mojo_apptests.py" | 370 "script": "mojo_apptests.py" |
| 368 } | 371 } |
| 369 ] | 372 ] |
| 370 } | 373 } |
| 371 } | 374 } |
| OLD | NEW |