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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json

Issue 2123063003: V8: Remove gyp-flag-comparison feature after MB switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 ], 192 ],
193 "env": { 193 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
195 }, 195 },
196 "name": "generate_build_files", 196 "name": "generate_build_files",
197 "stdout": "/path/to/tmp/", 197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@stdout@some line@@@", 199 "@@@STEP_LOG_LINE@stdout@some line@@@",
200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
201 "@@@STEP_LOG_LINE@stdout@moar@@@", 201 "@@@STEP_LOG_LINE@stdout@moar@@@",
202 "@@@STEP_LOG_END@stdout@@@", 202 "@@@STEP_LOG_END@stdout@@@"
203 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
204 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
205 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
206 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
207 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
208 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
209 "@@@STEP_LOG_LINE@diff@? ^^^^@@@",
210 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
211 "@@@STEP_LOG_LINE@diff@? ^^^@@@",
212 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
213 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
214 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
215 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
216 "@@@STEP_LOG_END@diff@@@",
217 "@@@STEP_WARNINGS@@@"
218 ] 203 ]
219 }, 204 },
220 { 205 {
221 "cmd": [ 206 "cmd": [
222 "python", 207 "python",
223 "-u", 208 "-u",
224 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py", 209 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py",
225 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 210 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
226 "/path/to/tmp/" 211 "/path/to/tmp/"
227 ], 212 ],
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 756 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
772 "@@@STEP_LOG_END@durations@@@" 757 "@@@STEP_LOG_END@durations@@@"
773 ] 758 ]
774 }, 759 },
775 { 760 {
776 "name": "$result", 761 "name": "$result",
777 "recipe_result": null, 762 "recipe_result": null,
778 "status_code": 0 763 "status_code": 0
779 } 764 }
780 ] 765 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698