| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "test": "athena_unittests", | 189 "test": "athena_unittests", |
| 190 "platforms": ["linux"], | 190 "platforms": ["linux"], |
| 191 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 191 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 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 "gtest_tests_filter_exclusions": [ | |
| 200 ".*gyp[i]?", | |
| 201 "build/android/pylib", | |
| 202 "build/compiler_version.py", | |
| 203 "build/get_landmines.py", | |
| 204 "build/gyp_chromium", | |
| 205 "build/linux/sysroot_ld_path.sh", | |
| 206 "chrome/test/data/.*", | |
| 207 "content/test/data/.*", | |
| 208 "DEPS", | |
| 209 "testing/buildbot/.*", | |
| 210 "tools/clang/scripts/plugin_flags.sh", | |
| 211 "tools/clang/scripts/update.py", | |
| 212 "tools/clang/scripts/update.sh", | |
| 213 "tools/perf/.*", | |
| 214 "tools/telemetry/.*", | |
| 215 "tools/whitespace.txt" | |
| 216 ], | |
| 217 | |
| 218 "non_filter_builders": [ | 199 "non_filter_builders": [ |
| 219 ], | 200 ], |
| 220 | 201 |
| 221 "filter_tests_builders": [ | 202 "filter_tests_builders": [ |
| 222 "linux_chromium_rel_swarming", | 203 "linux_chromium_rel_swarming", |
| 223 "win_chromium_rel", | 204 "win_chromium_rel", |
| 224 "win_chromium_rel_swarming", | 205 "win_chromium_rel_swarming", |
| 225 "win_chromium_x64_rel" | 206 "win_chromium_x64_rel" |
| 226 ] | 207 ] |
| 227 } | 208 } |
| OLD | NEW |