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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "cmd": [ 217 "cmd": [
218 "python", 218 "python",
219 "-u", 219 "-u",
220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 220 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
221 "runhooks" 221 "runhooks"
222 ], 222 ],
223 "cwd": "[BUILDER_CACHE]\\Win_Builder_Trybot\\src", 223 "cwd": "[BUILDER_CACHE]\\Win_Builder_Trybot\\src",
224 "env": { 224 "env": {
225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
226 "GYP_CHROMIUM_NO_ACTION": "1", 226 "GYP_CHROMIUM_NO_ACTION": "1",
227 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", 227 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library fastbuild=1 f fmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_ arch=ia32 test_isolation_mode=prepare use_goma=1",
228 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 228 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
229 }, 229 },
230 "name": "gclient runhooks" 230 "name": "gclient runhooks"
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
235 "-u", 235 "-u",
236 "[BUILDER_CACHE]\\Win_Builder_Trybot\\src\\testing\\scripts\\get_compile_t argets.py", 236 "[BUILDER_CACHE]\\Win_Builder_Trybot\\src\\testing\\scripts\\get_compile_t argets.py",
237 "--output", 237 "--output",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "~followup_annotations": [ 464 "~followup_annotations": [
465 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 465 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
466 ] 466 ]
467 }, 467 },
468 { 468 {
469 "name": "$result", 469 "name": "$result",
470 "recipe_result": null, 470 "recipe_result": null,
471 "status_code": 0 471 "status_code": 0
472 } 472 }
473 ] 473 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698