Commit e2caef88 authored by Scott Violet's avatar Scott Violet

Couple of tweaks to analyze exclusion list.

BUG=416124
TEST=none
R=jam@chromium.org
TBR=jam@chromium.org

Review URL: https://codereview.chromium.org/586813003

Cr-Commit-Position: refs/heads/master@{#295787}
parent 6922bc1d
...@@ -2,13 +2,14 @@ ...@@ -2,13 +2,14 @@
"base": { "base": {
"exclusions": [ "exclusions": [
"build/.*gyp[i]?", "build/.*gyp[i]?",
"build/android/pylib", "build/android/pylib/.*",
"build/compiler_version.py", "build/compiler_version.py",
"build/get_landmines.py", "build/get_landmines.py",
"build/gyp_chromium", "build/gyp_chromium",
"build/linux/sysroot_ld_path.sh", "build/linux/sysroot_ld_path.sh",
"DEPS", "DEPS",
"testing/buildbot/.*", "testing/buildbot/.*",
"tools/clang/blink_gc_plugin/CMakeLists.txt",
"tools/whitespace.txt" "tools/whitespace.txt"
] ]
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment