Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: testing/buildbot/trybot_analyze_config.json

Issue 512693004: Changes exception for gyp files to only gyp files in build/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "exclusions": [ 2 "exclusions": [
3 ".*gyp[i]?", 3 "build/.*gyp[i]?",
4 "build/android/pylib", 4 "build/android/pylib",
5 "build/compiler_version.py", 5 "build/compiler_version.py",
6 "build/get_landmines.py", 6 "build/get_landmines.py",
7 "build/gyp_chromium", 7 "build/gyp_chromium",
8 "build/linux/sysroot_ld_path.sh", 8 "build/linux/sysroot_ld_path.sh",
9 "chrome/test/data/.*", 9 "chrome/test/data/.*",
10 "content/test/data/.*", 10 "content/test/data/.*",
11 "DEPS", 11 "DEPS",
12 "testing/buildbot/.*", 12 "testing/buildbot/.*",
13 "tools/clang/scripts/plugin_flags.sh", 13 "tools/clang/scripts/plugin_flags.sh",
14 "tools/clang/scripts/update.py", 14 "tools/clang/scripts/update.py",
15 "tools/clang/scripts/update.sh", 15 "tools/clang/scripts/update.sh",
16 "tools/metrics/histograms/histograms.xml", 16 "tools/metrics/histograms/histograms.xml",
17 "tools/perf/.*", 17 "tools/perf/.*",
18 "tools/telemetry/.*", 18 "tools/telemetry/.*",
19 "tools/whitespace.txt" 19 "tools/whitespace.txt"
20 ] 20 ]
21 } 21 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698