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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_debug__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_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win64 Debug (GN)", 10 "Win64 Debug (GN)",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "cmd": [ 133 "cmd": [
134 "python", 134 "python",
135 "-u", 135 "-u",
136 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 136 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
137 "runhooks" 137 "runhooks"
138 ], 138 ],
139 "cwd": "[SLAVE_BUILD]\\src", 139 "cwd": "[SLAVE_BUILD]\\src",
140 "env": { 140 "env": {
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
142 "GYP_CHROMIUM_NO_ACTION": "1", 142 "GYP_CHROMIUM_NO_ACTION": "1",
143 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h2 64=1 target_arch=x64 use_goma=1", 143 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=x6 4 use_goma=1",
144 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 144 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
145 }, 145 },
146 "name": "gclient runhooks" 146 "name": "gclient runhooks"
147 }, 147 },
148 { 148 {
149 "cmd": [ 149 "cmd": [
150 "python", 150 "python",
151 "-u", 151 "-u",
152 "[DEPOT_TOOLS]\\gn.py", 152 "[DEPOT_TOOLS]\\gn.py",
153 "--root=[SLAVE_BUILD]\\src", 153 "--root=[SLAVE_BUILD]\\src",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
195 "@@@STEP_LOG_END@json.output (invalid)@@@" 195 "@@@STEP_LOG_END@json.output (invalid)@@@"
196 ] 196 ]
197 }, 197 },
198 { 198 {
199 "name": "$result", 199 "name": "$result",
200 "recipe_result": null, 200 "recipe_result": null,
201 "status_code": 0 201 "status_code": 0
202 } 202 }
203 ] 203 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698