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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
147 "runhooks" 147 "runhooks"
148 ], 148 ],
149 "cwd": "[SLAVE_BUILD]\\v8", 149 "cwd": "[SLAVE_BUILD]\\v8",
150 "env": { 150 "env": {
151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
152 "GYP_CHROMIUM_NO_ACTION": "1", 152 "GYP_CHROMIUM_NO_ACTION": "1",
153 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks =1 v8_optimized_debug=1 v8_target_arch=x64", 153 "GYP_DEFINES": "fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_deb ug=1 v8_target_arch=x64",
154 "GYP_GENERATORS": "ninja", 154 "GYP_GENERATORS": "ninja",
155 "GYP_MSVS_VERSION": "2013", 155 "GYP_MSVS_VERSION": "2013",
156 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 156 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
157 }, 157 },
158 "name": "gclient runhooks" 158 "name": "gclient runhooks"
159 }, 159 },
160 { 160 {
161 "cmd": [ 161 "cmd": [
162 "python", 162 "python",
163 "-u", 163 "-u",
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1018 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1019 "@@@STEP_LOG_END@durations@@@" 1019 "@@@STEP_LOG_END@durations@@@"
1020 ] 1020 ]
1021 }, 1021 },
1022 { 1022 {
1023 "name": "$result", 1023 "name": "$result",
1024 "recipe_result": null, 1024 "recipe_result": null,
1025 "status_code": 0 1025 "status_code": 0
1026 } 1026 }
1027 ] 1027 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698