| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 199 "build/compiler_version.py", |
| 200 "build/gyp_chromium", |
| 200 "build/linux/sysroot_ld_path.sh", | 201 "build/linux/sysroot_ld_path.sh", |
| 201 "chrome/test/data/.*", | 202 "chrome/test/data/.*", |
| 202 "content/test/data/.*", | 203 "content/test/data/.*", |
| 203 "DEPS", | 204 "DEPS", |
| 204 "testing/buildbot/.*", | 205 "testing/buildbot/.*", |
| 205 "tools/clang/scripts/plugin_flags.sh", | 206 "tools/clang/scripts/plugin_flags.sh", |
| 206 "tools/clang/scripts/update.py", | 207 "tools/clang/scripts/update.py", |
| 207 "tools/clang/scripts/update.sh", | 208 "tools/clang/scripts/update.sh", |
| 208 "tools/perf/.*", | 209 "tools/perf/.*", |
| 209 "tools/telemetry/.*", | 210 "tools/telemetry/.*", |
| 210 "tools/whitespace.txt" | 211 "tools/whitespace.txt" |
| 211 ], | 212 ], |
| 212 | 213 |
| 213 "filter_builders": [ | 214 "filter_builders": [ |
| 214 "linux_chromium_clang_dbg", | 215 "linux_chromium_clang_dbg", |
| 215 "mac_chromium_rel" | 216 "mac_chromium_rel" |
| 216 ] | 217 ] |
| 217 } | 218 } |
| OLD | NEW |