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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "cmd": [ 149 "cmd": [
150 "python", 150 "python",
151 "-u", 151 "-u",
152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
153 "runhooks" 153 "runhooks"
154 ], 154 ],
155 "cwd": "[SLAVE_BUILD]\\v8", 155 "cwd": "[SLAVE_BUILD]\\v8",
156 "env": { 156 "env": {
157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
158 "GYP_CHROMIUM_NO_ACTION": "1", 158 "GYP_CHROMIUM_NO_ACTION": "1",
159 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir= '[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8 _enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32", 159 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck s=1 v8_optimized_debug=1 v8_target_arch=ia32",
160 "GYP_GENERATORS": "ninja", 160 "GYP_GENERATORS": "ninja",
161 "GYP_MSVS_VERSION": "2013", 161 "GYP_MSVS_VERSION": "2013",
162 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 162 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
163 }, 163 },
164 "name": "gclient runhooks" 164 "name": "gclient runhooks"
165 }, 165 },
166 { 166 {
167 "cmd": [ 167 "cmd": [
168 "python", 168 "python",
169 "-u", 169 "-u",
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 773 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
774 "@@@STEP_LOG_END@durations@@@" 774 "@@@STEP_LOG_END@durations@@@"
775 ] 775 ]
776 }, 776 },
777 { 777 {
778 "name": "$result", 778 "name": "$result",
779 "recipe_result": null, 779 "recipe_result": null,
780 "status_code": 0 780 "status_code": 0
781 } 781 }
782 ] 782 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698