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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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, 5 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
184 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", 191 "[SLAVE_BUILD]\\src\\build\\gyp_chromium",
192 "--analyzer", 192 "--analyzer",
193 "{\"files\": [\"v8/foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chr ome\", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_cap ture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", 193 "{\"files\": [\"v8/foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chr ome\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"crash_service\", \"gl_tests_run\", \"mini_installer\", \"tab_capture_end2end_tests_run\", \"telem etry_gpu_test_run\"]}",
194 "/path/to/tmp/json" 194 "/path/to/tmp/json"
195 ], 195 ],
196 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
197 "env": { 197 "env": {
198 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1" 198 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1"
199 }, 199 },
200 "name": "analyze", 200 "name": "analyze",
201 "~followup_annotations": [ 201 "~followup_annotations": [
202 "@@@STEP_TEXT@No compile necessary@@@", 202 "@@@STEP_TEXT@No compile necessary@@@",
203 "@@@STEP_LOG_LINE@json.output@{@@@", 203 "@@@STEP_LOG_LINE@json.output@{@@@",
204 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 204 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
205 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 205 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
206 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 206 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
207 "@@@STEP_LOG_LINE@json.output@}@@@", 207 "@@@STEP_LOG_LINE@json.output@}@@@",
208 "@@@STEP_LOG_END@json.output@@@" 208 "@@@STEP_LOG_END@json.output@@@"
209 ] 209 ]
210 } 210 }
211 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698