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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 192 }, | 192 }, |
| 193 { | 193 { |
| 194 "test": "display_unittests", | 194 "test": "display_unittests", |
| 195 "platforms": ["linux"] | 195 "platforms": ["linux"] |
| 196 } | 196 } |
| 197 ], | 197 ], |
| 198 | 198 |
| 199 "non_filter_builders": [ | 199 "non_filter_builders": [ |
| 200 ], | 200 ], |
| 201 | 201 |
| 202 "filter_tests_builders": [ | 202 "non_filter_tests_builders": [ |
|
sky
2014/08/21 16:01:35
filter_tests_builders is no longer used by recipes
| |
| 203 "linux_chromium_rel_swarming", | 203 ], |
| 204 "win_chromium_rel", | 204 |
| 205 "filter_compile_builders": [ | |
| 205 "win_chromium_rel_swarming", | 206 "win_chromium_rel_swarming", |
| 206 "win_chromium_x64_rel" | 207 "win_chromium_x64_rel_swarming" |
| 207 ] | 208 ] |
| 208 } | 209 } |
| OLD | NEW |