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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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 "cmd": [ 214 "cmd": [
215 "python", 215 "python",
216 "-u", 216 "-u",
217 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 217 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
218 "runhooks" 218 "runhooks"
219 ], 219 ],
220 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", 220 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
221 "env": { 221 "env": {
222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
223 "GYP_CHROMIUM_NO_ACTION": "1", 223 "GYP_CHROMIUM_NO_ACTION": "1",
224 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_ goma=1", 224 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare 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 (with patch)" 227 "name": "gclient runhooks (with patch)"
228 }, 228 },
229 { 229 {
230 "cmd": [ 230 "cmd": [
231 "python", 231 "python",
232 "-u", 232 "-u",
233 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_ targets.py", 233 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_ targets.py",
234 "--output", 234 "--output",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 587 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
588 }, 588 },
589 "name": "process_dumps" 589 "name": "process_dumps"
590 }, 590 },
591 { 591 {
592 "name": "$result", 592 "name": "$result",
593 "recipe_result": null, 593 "recipe_result": null,
594 "status_code": 0 594 "status_code": 0
595 } 595 }
596 ] 596 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698