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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win8_chromium_gn_rel.json

Issue 1092053002: Prevent analyze from filtering out crash_service target. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix some issues. Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win8_chromium_gn_rel.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win8_chromium_gn_rel.json b/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win8_chromium_gn_rel.json
index d7cb3af373e0853ef266f011dae1b050b965a084..4580cbf586470c24a1854fd586dcb14aa88ec356 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win8_chromium_gn_rel.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_tryserver_chromium_win_win8_chromium_gn_rel.json
@@ -186,7 +186,8 @@
"@@@STEP_LOG_END@json.output@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
@@ -221,7 +222,8 @@
"--goma-dir",
"[BUILD]\\goma",
"--",
- "base_unittests"
+ "base_unittests",
+ "crash_service"
],
"name": "compile"
},

Powered by Google App Engine
This is Rietveld 408576698