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

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

Issue 463193002: Random analyzer cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « testing/buildbot/chromium_trybot.json ('k') | 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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "views_unittests", 6 "views_unittests",
7 "wm_unittests", 7 "wm_unittests",
8 "aura_unittests", 8 "aura_unittests",
9 "ash_unittests", 9 "ash_unittests",
10 "compositor_unittests", 10 "compositor_unittests",
11 "events_unittests" 11 "events_unittests"
12 ],
13 "gtest_tests_filter_exclusions": [
14 ".*gyp[i]?",
15 "build/android/pylib",
16 "build/compiler_version.py",
17 "build/get_landmines.py",
18 "build/gyp_chromium",
19 "build/linux/sysroot_ld_path.sh",
20 "chrome/test/data/.*",
21 "content/test/data/.*",
22 "DEPS",
23 "testing/buildbot/.*",
24 "tools/clang/scripts/plugin_flags.sh",
25 "tools/clang/scripts/update.py",
26 "tools/clang/scripts/update.sh",
27 "tools/perf/.*",
28 "tools/telemetry/.*",
29 "tools/whitespace.txt"
30 ] 12 ]
31 } 13 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698