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

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

Issue 2151583002: recipes/win: Stop explicitly disabling precompiled headers in recipes in goma builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
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
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]\\v8", 134 "cwd": "[SLAVE_BUILD]\\v8",
135 "env": { 135 "env": {
136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
137 "GYP_CHROMIUM_NO_ACTION": "1", 137 "GYP_CHROMIUM_NO_ACTION": "1",
138 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir= '[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_op timized_debug=1 v8_target_arch=ia32", 138 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_ target_arch=ia32",
139 "GYP_GENERATORS": "ninja", 139 "GYP_GENERATORS": "ninja",
140 "GYP_MSVS_VERSION": "2013", 140 "GYP_MSVS_VERSION": "2013",
141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
142 }, 142 },
143 "name": "gclient runhooks" 143 "name": "gclient runhooks"
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
297 "@@@STEP_LOG_END@json.output (invalid)@@@" 297 "@@@STEP_LOG_END@json.output (invalid)@@@"
298 ] 298 ]
299 }, 299 },
300 { 300 {
301 "name": "$result", 301 "name": "$result",
302 "recipe_result": null, 302 "recipe_result": null,
303 "status_code": 0 303 "status_code": 0
304 } 304 }
305 ] 305 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698