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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Win8_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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 { 208 {
209 "cmd": [ 209 "cmd": [
210 "python", 210 "python",
211 "-u", 211 "-u",
212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
213 "runhooks" 213 "runhooks"
214 ], 214 ],
215 "cwd": "[BUILDER_CACHE]\\Win8_Tester\\src", 215 "cwd": "[BUILDER_CACHE]\\Win8_Tester\\src",
216 "env": { 216 "env": {
217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
218 "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", 218 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ",
219 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 219 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
220 }, 220 },
221 "name": "gclient runhooks" 221 "name": "gclient runhooks"
222 }, 222 },
223 { 223 {
224 "cmd": [ 224 "cmd": [
225 "python", 225 "python",
226 "-u", 226 "-u",
227 "[BUILDER_CACHE]\\Win8_Tester\\src\\testing\\scripts\\get_compile_targets. py", 227 "[BUILDER_CACHE]\\Win8_Tester\\src\\testing\\scripts\\get_compile_targets. py",
228 "--output", 228 "--output",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 484 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
485 }, 485 },
486 "name": "process_dumps" 486 "name": "process_dumps"
487 }, 487 },
488 { 488 {
489 "name": "$result", 489 "name": "$result",
490 "recipe_result": null, 490 "recipe_result": null,
491 "status_code": 0 491 "status_code": 0
492 } 492 }
493 ] 493 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698