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

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

Issue 676533002: Make all the python scripts in build/android trigger tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "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
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 }
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