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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg_analyze.json

Issue 1447453002: Add explicit compile targets to FYI Clang builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg_analyze.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg_analyze.json
index ce2aba9755d0def7f2163eab48c3bdeb9cbc1f74..700248d2a35fc4392698c36dd8e0db7abe7a7dd5 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg_analyze.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg_analyze.json
@@ -215,7 +215,7 @@
"-u",
"[SLAVE_BUILD]\\src\\build\\gyp_chromium",
"--analyzer",
- "{\"files\": [\"foo.cc\"], \"targets\": []}",
+ "{\"files\": [\"foo.cc\"], \"targets\": [\"all\", \"crash_service\"]}",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",

Powered by Google App Engine
This is Rietveld 408576698