| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 "views_unittests", | 6 "views_unittests", |
| 7 "wm_unittests", | 7 "wm_unittests", |
| 8 "aura_unittests", | 8 "aura_unittests", |
| 9 "ash_unittests", | 9 "ash_unittests", |
| 10 "compositor_unittests", | 10 "compositor_unittests", |
| 11 "events_unittests" | 11 "events_unittests" |
| 12 ], | |
| 13 "gtest_tests_filter_exclusions": [ | |
| 14 ".*gyp[i]?", | |
| 15 "build/android/pylib", | |
| 16 "build/compiler_version.py", | |
| 17 "build/get_landmines.py", | |
| 18 "build/gyp_chromium", | |
| 19 "build/linux/sysroot_ld_path.sh", | |
| 20 "chrome/test/data/.*", | |
| 21 "content/test/data/.*", | |
| 22 "DEPS", | |
| 23 "testing/buildbot/.*", | |
| 24 "tools/clang/scripts/plugin_flags.sh", | |
| 25 "tools/clang/scripts/update.py", | |
| 26 "tools/clang/scripts/update.sh", | |
| 27 "tools/perf/.*", | |
| 28 "tools/telemetry/.*", | |
| 29 "tools/whitespace.txt" | |
| 30 ] | 12 ] |
| 31 } | 13 } |
| OLD | NEW |