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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
187 "runhooks" 187 "runhooks"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]\\src", 189 "cwd": "[SLAVE_BUILD]\\src",
190 "env": { 190 "env": {
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
192 "GYP_CHROMIUM_NO_ACTION": "1", 192 "GYP_CHROMIUM_NO_ACTION": "1",
193 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom a=1", 193 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1",
194 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 194 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
195 }, 195 },
196 "name": "gclient runhooks" 196 "name": "gclient runhooks"
197 }, 197 },
198 { 198 {
199 "cmd": [ 199 "cmd": [
200 "python", 200 "python",
201 "-u", 201 "-u",
202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
203 "--output", 203 "--output",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
359 }, 359 },
360 "name": "process_dumps" 360 "name": "process_dumps"
361 }, 361 },
362 { 362 {
363 "name": "$result", 363 "name": "$result",
364 "recipe_result": null, 364 "recipe_result": null,
365 "status_code": 0 365 "status_code": 0
366 } 366 }
367 ] 367 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698