Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 "accessibility_unittests", | 6 "accessibility_unittests", |
| 7 "app_list_unittests", | 7 "app_list_unittests", |
| 8 { | 8 { |
| 9 "test": "base_unittests", | 9 "test": "base_unittests", |
| 10 "swarming": { | 10 "swarming": { |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 208 "tools/clang/scripts/update.sh", | 208 "tools/clang/scripts/update.sh", |
| 209 "tools/perf/.*", | 209 "tools/perf/.*", |
| 210 "tools/telemetry/.*", | 210 "tools/telemetry/.*", |
| 211 "tools/whitespace.txt" | 211 "tools/whitespace.txt" |
| 212 ], | 212 ], |
| 213 | 213 |
| 214 "non_filter_builders": [ | 214 "non_filter_builders": [ |
| 215 ], | 215 ], |
| 216 | 216 |
| 217 "filter_tests_builders": [ | 217 "filter_tests_builders": [ |
| 218 "linux_chromium_rel_swarming" | 218 "linux_chromium_rel_swarming", |
| 219 "win_chromium_rel", | |
|
jabdelmalek
2014/08/08 21:01:07
nit: please also add win_chromium_rel_swarming
sky
2014/08/08 21:56:31
I'm going to stick with these two for now. Next we
| |
| 220 "win_chromium_x64_rel" | |
| 219 ] | 221 ] |
| 220 } | 222 } |
| OLD | NEW |