| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "test": "display_unittests", | 179 "test": "display_unittests", |
| 180 "platforms": ["linux"] | 180 "platforms": ["linux"] |
| 181 } | 181 } |
| 182 ], | 182 ], |
| 183 | 183 |
| 184 "gtest_tests_filter_exclusions": [ | 184 "gtest_tests_filter_exclusions": [ |
| 185 ".*gyp[i]?", | 185 ".*gyp[i]?", |
| 186 "chrome/test/data/.*", | 186 "chrome/test/data/.*", |
| 187 "content/test/data/.*", | 187 "content/test/data/.*", |
| 188 "DEPS", | 188 "DEPS", |
| 189 "testing/buildbot/.*" | 189 "testing/buildbot/.*", |
| 190 "tools/whitespace.txt" |
| 190 ], | 191 ], |
| 191 | 192 |
| 192 "filter_builders": [ | 193 "filter_builders": [ |
| 193 "linux_chromium_clang_dbg" | 194 "linux_chromium_clang_dbg" |
| 194 ] | 195 ] |
| 195 } | 196 } |
| OLD | NEW |