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

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

Issue 1212413002: Pass all compile targets to "analyze" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: do not include 'all' Created 5 years, 6 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_trybot.expected/analyze_runs_only_angle_unittests.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
index 7a8c168e87186cb8632594917a930298acf164c9..631e5a7d5c694c62ef7e4d08659b1b1c3dfab6e1 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
@@ -188,7 +188,7 @@
"-u",
"[SLAVE_BUILD]\\src\\build\\gyp_chromium",
"--analyzer",
- "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome\", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
+ "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"crash_service\", \"gl_tests_run\", \"mini_installer\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
@@ -227,7 +227,9 @@
"@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @@@",

Powered by Google App Engine
This is Rietveld 408576698