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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.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 component=shared_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom a=1 v8_target_arch=ia32 v8_use_snapshot=false", 153 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch= ia32 v8_use_snapshot=false",
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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 610 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
611 "@@@STEP_LOG_END@durations@@@" 611 "@@@STEP_LOG_END@durations@@@"
612 ] 612 ]
613 }, 613 },
614 { 614 {
615 "name": "$result", 615 "name": "$result",
616 "recipe_result": null, 616 "recipe_result": null,
617 "status_code": 0 617 "status_code": 0
618 } 618 }
619 ] 619 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698