| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "testing/buildbot/.*", | 207 "testing/buildbot/.*", |
| 208 "tools/clang/scripts/plugin_flags.sh", | 208 "tools/clang/scripts/plugin_flags.sh", |
| 209 "tools/clang/scripts/update.py", | 209 "tools/clang/scripts/update.py", |
| 210 "tools/clang/scripts/update.sh", | 210 "tools/clang/scripts/update.sh", |
| 211 "tools/perf/.*", | 211 "tools/perf/.*", |
| 212 "tools/telemetry/.*", | 212 "tools/telemetry/.*", |
| 213 "tools/whitespace.txt" | 213 "tools/whitespace.txt" |
| 214 ], | 214 ], |
| 215 | 215 |
| 216 "non_filter_builders": [ | 216 "non_filter_builders": [ |
| 217 ], |
| 218 |
| 219 "filter_tests_builders": [ |
| 220 "linux_chromium_rel_swarming" |
| 217 ] | 221 ] |
| 218 } | 222 } |
| OLD | NEW |