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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win10_Tester.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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "python", 216 "python",
217 "-u", 217 "-u",
218 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 218 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
219 "runhooks" 219 "runhooks"
220 ], 220 ],
221 "cwd": "[BUILDER_CACHE]\\Win10_Tester\\src", 221 "cwd": "[BUILDER_CACHE]\\Win10_Tester\\src",
222 "env": { 222 "env": {
223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
224 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_a rch=ia32 use_goma=1", 224 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ",
225 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 225 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
226 }, 226 },
227 "name": "gclient runhooks" 227 "name": "gclient runhooks"
228 }, 228 },
229 { 229 {
230 "cmd": [ 230 "cmd": [
231 "python", 231 "python",
232 "-u", 232 "-u",
233 "[BUILDER_CACHE]\\Win10_Tester\\src\\testing\\scripts\\get_compile_targets .py", 233 "[BUILDER_CACHE]\\Win10_Tester\\src\\testing\\scripts\\get_compile_targets .py",
234 "--output", 234 "--output",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 490 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
491 }, 491 },
492 "name": "process_dumps" 492 "name": "process_dumps"
493 }, 493 },
494 { 494 {
495 "name": "$result", 495 "name": "$result",
496 "recipe_result": null, 496 "recipe_result": null,
497 "status_code": 0 497 "status_code": 0
498 } 498 }
499 ] 499 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698