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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Win.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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 196 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
197 "runhooks" 197 "runhooks"
198 ], 198 ],
199 "cwd": "[BUILDER_CACHE]\\Print_Preview_Win\\src", 199 "cwd": "[BUILDER_CACHE]\\Print_Preview_Win\\src",
200 "env": { 200 "env": {
201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
202 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", 202 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 use_goma=1",
203 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 203 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
204 }, 204 },
205 "name": "gclient runhooks" 205 "name": "gclient runhooks"
206 }, 206 },
207 { 207 {
208 "cmd": [ 208 "cmd": [
209 "python", 209 "python",
210 "-u", 210 "-u",
211 "[BUILDER_CACHE]\\Print_Preview_Win\\src\\testing\\scripts\\get_compile_ta rgets.py", 211 "[BUILDER_CACHE]\\Print_Preview_Win\\src\\testing\\scripts\\get_compile_ta rgets.py",
212 "--output", 212 "--output",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
336 }, 336 },
337 "name": "process_dumps" 337 "name": "process_dumps"
338 }, 338 },
339 { 339 {
340 "name": "$result", 340 "name": "$result",
341 "recipe_result": null, 341 "recipe_result": null,
342 "status_code": 0 342 "status_code": 0
343 } 343 }
344 ] 344 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698