| { |
| "compile_targets": [ |
| "browser_tests_run", |
| "nacl_loader_unittests_run", |
| "sandbox_linux_unittests_run" |
| ], |
| "gtest_tests": [ |
| "browser_tests", |
| "nacl_loader_unittests", |
| "sandbox_linux_unittests" |
| ], |
| "gtest_tests_filter_exclusions": [ |
| ".*gyp[i]?", |
| "build/android/pylib", |
| "build/compiler_version.py", |
| "build/get_landmines.py", |
| "build/gyp_chromium", |
| "build/linux/sysroot_ld_path.sh", |
| "chrome/test/data/.*", |
| "content/test/data/.*", |
| "DEPS", |
| "testing/buildbot/.*", |
| "tools/clang/scripts/plugin_flags.sh", |
| "tools/clang/scripts/update.py", |
| "tools/clang/scripts/update.sh", |
| "tools/perf/.*", |
| "tools/telemetry/.*", |
| "tools/whitespace.txt" |
| ] |
| } |