Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "base": { | 2 "base": { |
| 3 "exclusions": [ | 3 "exclusions": [ |
| 4 "build/.*gyp[i]?", | 4 "build/.*gyp[i]?", |
| 5 "build/android/pylib/.*", | 5 "build/android/pylib/.*", |
| 6 "build/compiler_version.py", | 6 "build/compiler_version.py", |
| 7 "build/get_landmines.py", | 7 "build/get_landmines.py", |
| 8 "build/gyp_chromium", | 8 "build/gyp_chromium", |
| 9 "build/linux/sysroot_ld_path.sh", | 9 "build/linux/sysroot_ld_path.sh", |
| 10 "DEPS", | 10 "DEPS", |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 23 "chrome/test/data/.*", | 23 "chrome/test/data/.*", |
| 24 "content/test/data/.*", | 24 "content/test/data/.*", |
| 25 "net/data/.*", | 25 "net/data/.*", |
| 26 "tools/clang/scripts/plugin_flags.sh", | 26 "tools/clang/scripts/plugin_flags.sh", |
| 27 "tools/clang/scripts/update.py", | 27 "tools/clang/scripts/update.py", |
| 28 "tools/clang/scripts/update.sh", | 28 "tools/clang/scripts/update.sh", |
| 29 "tools/metrics/histograms/histograms.xml", | 29 "tools/metrics/histograms/histograms.xml", |
| 30 "tools/perf/.*", | 30 "tools/perf/.*", |
| 31 "tools/telemetry/.*" | 31 "tools/telemetry/.*" |
| 32 ] | 32 ] |
| 33 }, | |
| 34 "gpu": { | |
| 35 "exclusions": [ | |
| 36 "chrome/test/data/extensions/api_test/tab_capture/.*", | |
| 37 "content/test/data/gpu/.*", | |
| 38 "content/test/data/media/bear.ogv", | |
| 39 "content/test/gpu/.*", | |
| 40 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", | |
|
sky
2014/09/23 23:26:27
It seems like this is the only file different from
| |
| 41 "net/data/.*", | |
| 42 "tools/clang/scripts/plugin_flags.sh", | |
| 43 "tools/clang/scripts/update.py", | |
| 44 "tools/clang/scripts/update.sh", | |
| 45 "tools/metrics/histograms/histograms.xml", | |
| 46 "tools/telemetry/.*" | |
| 47 ] | |
| 33 } | 48 } |
| 34 } | 49 } |
| OLD | NEW |