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

Side by Side Diff: testing/buildbot/chromium_arm.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 | « build/gyp_chromium ('k') | testing/buildbot/chromium_trybot.json » ('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 "compile_targets": [ 2 "compile_targets": [
3 "browser_tests_run", 3 "browser_tests_run",
4 "nacl_loader_unittests_run", 4 "nacl_loader_unittests_run",
5 "sandbox_linux_unittests_run" 5 "sandbox_linux_unittests_run"
6 ], 6 ],
7 "gtest_tests": [ 7 "gtest_tests": [
8 "browser_tests", 8 "browser_tests",
9 "nacl_loader_unittests", 9 "nacl_loader_unittests",
10 "sandbox_linux_unittests" 10 "sandbox_linux_unittests"
11 ],
12 "gtest_tests_filter_exclusions": [
13 ".*gyp[i]?",
14 "build/android/pylib",
15 "build/compiler_version.py",
16 "build/get_landmines.py",
17 "build/gyp_chromium",
18 "build/linux/sysroot_ld_path.sh",
19 "chrome/test/data/.*",
20 "content/test/data/.*",
21 "DEPS",
22 "testing/buildbot/.*",
23 "tools/clang/scripts/plugin_flags.sh",
24 "tools/clang/scripts/update.py",
25 "tools/clang/scripts/update.sh",
26 "tools/perf/.*",
27 "tools/telemetry/.*",
28 "tools/whitespace.txt"
29 ] 11 ]
30 } 12 }
OLDNEW
« no previous file with comments | « build/gyp_chromium ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698