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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "--target", 195 "--target",
196 "Release_x64", 196 "Release_x64",
197 "--src-dir", 197 "--src-dir",
198 "[SLAVE_BUILD]\\src", 198 "[SLAVE_BUILD]\\src",
199 "--build-tool", 199 "--build-tool",
200 "ninja", 200 "ninja",
201 "--compiler", 201 "--compiler",
202 "clang", 202 "clang",
203 "--mode", 203 "--mode",
204 "official", 204 "official",
205 "--ninja-ensure-up-to-date",
205 "--clobber", 206 "--clobber",
206 "--" 207 "--"
207 ], 208 ],
208 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
209 "name": "compile" 210 "name": "compile"
210 }, 211 },
211 { 212 {
212 "cmd": [ 213 "cmd": [
213 "python", 214 "python",
214 "-u", 215 "-u",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 259 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
259 "--factory-properties", 260 "--factory-properties",
260 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 261 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
261 "--build-properties", 262 "--build-properties",
262 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 263 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
263 ], 264 ],
264 "cwd": "[SLAVE_BUILD]", 265 "cwd": "[SLAVE_BUILD]",
265 "name": "package build" 266 "name": "package build"
266 } 267 }
267 ] 268 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698