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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json

Issue 1455563003: chromium_tests: do not add crash_service to compile targets if they already contain "all" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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.expected/full_chromium_fyi_CrWinClang64_dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
index 936f6f838757b3ec1d58503c492f295bbd745e13..d7643bbd251a49d8c95de3c500ba0fcf177c9dec 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dbg_.json
@@ -220,8 +220,7 @@
"--compiler",
"clang",
"--",
- "all",
- "crash_service"
+ "all"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile"

Powered by Google App Engine
This is Rietveld 408576698