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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win7__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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
210 "runhooks" 210 "runhooks"
211 ], 211 ],
212 "cwd": "[BUILDER_CACHE]\\win_layout\\src", 212 "cwd": "[BUILDER_CACHE]\\win_layout\\src",
213 "env": { 213 "env": {
214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
215 "GYP_CHROMIUM_NO_ACTION": "1", 215 "GYP_CHROMIUM_NO_ACTION": "1",
216 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom a=1", 216 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1",
217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
218 }, 218 },
219 "name": "gclient runhooks" 219 "name": "gclient runhooks"
220 }, 220 },
221 { 221 {
222 "cmd": [ 222 "cmd": [
223 "python", 223 "python",
224 "-u", 224 "-u",
225 "[BUILDER_CACHE]\\win_layout\\src\\testing\\scripts\\get_compile_targets.p y", 225 "[BUILDER_CACHE]\\win_layout\\src\\testing\\scripts\\get_compile_targets.p y",
226 "--output", 226 "--output",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 561 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
562 }, 562 },
563 "name": "process_dumps" 563 "name": "process_dumps"
564 }, 564 },
565 { 565 {
566 "name": "$result", 566 "name": "$result",
567 "recipe_result": null, 567 "recipe_result": null,
568 "status_code": 0 568 "status_code": 0
569 } 569 }
570 ] 570 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698