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

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

Issue 344883002: Collect UMA statistics on which chrome://flags lead to chrome restart on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 4 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 | « chrome/unit_tests.isolate ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 ".*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/perf/.*", 17 "tools/perf/.*",
17 "tools/telemetry/.*", 18 "tools/telemetry/.*",
18 "tools/whitespace.txt" 19 "tools/whitespace.txt"
19 ] 20 ]
20 } 21 }
OLDNEW
« no previous file with comments | « chrome/unit_tests.isolate ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698