Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "exclusions": [ | |
| 3 ".*gyp[i]?", | |
| 4 "build/android/pylib", | |
| 5 "build/compiler_version.py", | |
| 6 "build/get_landmines.py", | |
| 7 "build/gyp_chromium", | |
| 8 "build/linux/sysroot_ld_path.sh", | |
| 9 "chrome/test/data/.*", | |
| 10 "content/test/data/.*", | |
| 11 "DEPS", | |
| 12 "testing/buildbot/.*", | |
| 13 "tools/clang/scripts/plugin_flags.sh", | |
| 14 "tools/clang/scripts/update.py", | |
| 15 "tools/clang/scripts/update.sh", | |
| 16 "tools/perf/.*", | |
| 17 "tools/telemetry/.*", | |
| 18 "tools/whitespace.txt" | |
| 19 ] | |
| 20 } | |
| OLD | NEW |