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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 231 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
232 "runhooks" 232 "runhooks"
233 ], 233 ],
234 "cwd": "[BUILDER_CACHE]\\Win_x64_GN\\src", 234 "cwd": "[BUILDER_CACHE]\\Win_x64_GN\\src",
235 "env": { 235 "env": {
236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
237 "GYP_CHROMIUM_NO_ACTION": "1", 237 "GYP_CHROMIUM_NO_ACTION": "1",
238 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma =1", 238 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
239 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 239 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
240 }, 240 },
241 "name": "gclient runhooks" 241 "name": "gclient runhooks"
242 }, 242 },
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "python", 245 "python",
246 "-u", 246 "-u",
247 "[BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\scripts\\get_compile_targets.p y", 247 "[BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\scripts\\get_compile_targets.p y",
248 "--output", 248 "--output",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
380 ], 380 ],
381 "name": "package build" 381 "name": "package build"
382 }, 382 },
383 { 383 {
384 "name": "$result", 384 "name": "$result",
385 "recipe_result": null, 385 "recipe_result": null,
386 "status_code": 0 386 "status_code": 0
387 } 387 }
388 ] 388 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698