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