| OLD | NEW |
| 1 { | 1 { |
| 2 "base": { | 2 "base": { |
| 3 "exclusions": [ | 3 "exclusions": [ |
| 4 ".*isolate", | 4 ".*isolate", |
| 5 "build/.*gyp[i]?", | 5 "build/.*gyp[i]?", |
| 6 "build/android/.*py", |
| 6 "build/android/pylib/.*", | 7 "build/android/pylib/.*", |
| 7 "build/compiler_version.py", | 8 "build/compiler_version.py", |
| 8 "build/get_landmines.py", | 9 "build/get_landmines.py", |
| 9 "build/gyp_chromium", | 10 "build/gyp_chromium", |
| 10 "build/linux/sysroot_ld_path.sh", | 11 "build/linux/sysroot_ld_path.sh", |
| 11 "DEPS", | 12 "DEPS", |
| 12 "testing/buildbot/.*", | 13 "testing/buildbot/.*", |
| 13 "tools/clang/blink_gc_plugin/CMakeLists.txt", | 14 "tools/clang/blink_gc_plugin/CMakeLists.txt", |
| 14 "tools/whitespace.txt" | 15 "tools/whitespace.txt" |
| 15 ] | 16 ] |
| (...skipping 19 matching lines...) Expand all Loading... |
| 35 "third_party/zlib/google/test/data/.*", | 36 "third_party/zlib/google/test/data/.*", |
| 36 "tools/clang/scripts/plugin_flags.sh", | 37 "tools/clang/scripts/plugin_flags.sh", |
| 37 "tools/clang/scripts/update.py", | 38 "tools/clang/scripts/update.py", |
| 38 "tools/clang/scripts/update.sh", | 39 "tools/clang/scripts/update.sh", |
| 39 "tools/metrics/histograms/histograms.xml", | 40 "tools/metrics/histograms/histograms.xml", |
| 40 "tools/perf/.*", | 41 "tools/perf/.*", |
| 41 "tools/telemetry/.*" | 42 "tools/telemetry/.*" |
| 42 ] | 43 ] |
| 43 } | 44 } |
| 44 } | 45 } |
| OLD | NEW |