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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Windows Analyze", 10 "Chromium Windows Analyze",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "--gsutil-py-path", 169 "--gsutil-py-path",
170 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
171 "--ninja-path", 171 "--ninja-path",
172 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 172 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
173 "--target", 173 "--target",
174 "Debug", 174 "Debug",
175 "--src-dir", 175 "--src-dir",
176 "[SLAVE_BUILD]\\src", 176 "[SLAVE_BUILD]\\src",
177 "--goma-cache-dir", 177 "--goma-cache-dir",
178 "[GOMA_CACHE]", 178 "[GOMA_CACHE]",
179 "--build-tool",
180 "ninja",
181 "--", 179 "--",
182 "chrome" 180 "chrome"
183 ], 181 ],
184 "env": { 182 "env": {
185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
186 }, 184 },
187 "name": "compile" 185 "name": "compile"
188 }, 186 },
189 { 187 {
190 "name": "$result", 188 "name": "$result",
191 "recipe_result": null, 189 "recipe_result": null,
192 "status_code": 0 190 "status_code": 0
193 } 191 }
194 ] 192 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698