| 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 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 189 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "test": "display_unittests", | 192 "test": "display_unittests", |
| 193 "platforms": ["linux"] | 193 "platforms": ["linux"] |
| 194 } | 194 } |
| 195 ], | 195 ], |
| 196 | 196 |
| 197 "gtest_tests_filter_exclusions": [ | 197 "gtest_tests_filter_exclusions": [ |
| 198 ".*gyp[i]?", | 198 ".*gyp[i]?", |
| 199 "build/compiler_version.py", |
| 200 "build/linux/sysroot_ld_path.sh", |
| 199 "chrome/test/data/.*", | 201 "chrome/test/data/.*", |
| 200 "content/test/data/.*", | 202 "content/test/data/.*", |
| 201 "DEPS", | 203 "DEPS", |
| 202 "testing/buildbot/.*", | 204 "testing/buildbot/.*", |
| 205 "tools/clang/scripts/plugin_flags.sh", |
| 206 "tools/clang/scripts/update.py", |
| 207 "tools/clang/scripts/update.sh", |
| 203 "tools/perf/.*", | 208 "tools/perf/.*", |
| 204 "tools/telemetry/.*", | 209 "tools/telemetry/.*", |
| 205 "tools/whitespace.txt" | 210 "tools/whitespace.txt" |
| 206 ], | 211 ], |
| 207 | 212 |
| 208 "filter_builders": [ | 213 "filter_builders": [ |
| 209 "linux_chromium_clang_dbg", | 214 "linux_chromium_clang_dbg", |
| 210 "mac_chromium_rel" | 215 "mac_chromium_rel" |
| 211 ] | 216 ] |
| 212 } | 217 } |
| OLD | NEW |