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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_shared_.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "-u", 193 "-u",
194 "[BUILD]\\scripts\\slave\\compile.py", 194 "[BUILD]\\scripts\\slave\\compile.py",
195 "--target", 195 "--target",
196 "Release", 196 "Release",
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 "--ninja-ensure-up-to-date",
203 "--" 204 "--"
204 ], 205 ],
205 "cwd": "[SLAVE_BUILD]", 206 "cwd": "[SLAVE_BUILD]",
206 "name": "compile" 207 "name": "compile"
207 }, 208 },
208 { 209 {
209 "cmd": [ 210 "cmd": [
210 "python", 211 "python",
211 "-u", 212 "-u",
212 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 213 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 256 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
256 "--factory-properties", 257 "--factory-properties",
257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 258 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
258 "--build-properties", 259 "--build-properties",
259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 260 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang(shared)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
260 ], 261 ],
261 "cwd": "[SLAVE_BUILD]", 262 "cwd": "[SLAVE_BUILD]",
262 "name": "package build" 263 "name": "package build"
263 } 264 }
264 ] 265 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698