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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Mac Builder", 10 "WebKit Mac Builder",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "--target", 228 "--target",
229 "Release", 229 "Release",
230 "--src-dir", 230 "--src-dir",
231 "[SLAVE_BUILD]/src", 231 "[SLAVE_BUILD]/src",
232 "--build-tool", 232 "--build-tool",
233 "ninja", 233 "ninja",
234 "--compiler", 234 "--compiler",
235 "goma-clang", 235 "goma-clang",
236 "--goma-dir", 236 "--goma-dir",
237 "[BUILD]/goma", 237 "[BUILD]/goma",
238 "--ninja-ensure-up-to-date",
238 "--", 239 "--",
239 "blink_tests", 240 "blink_tests",
240 "browser_tests", 241 "browser_tests",
241 "browser_tests_run" 242 "browser_tests_run"
242 ], 243 ],
243 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
244 "name": "compile" 245 "name": "compile"
245 }, 246 },
246 { 247 {
247 "cmd": [ 248 "cmd": [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "public-read", 296 "public-read",
296 "--factory-properties", 297 "--factory-properties",
297 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"gs_acl\": \"publi c-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"r ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to /workdir/TestSlavename\"}", 298 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"gs_acl\": \"publi c-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"r ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to /workdir/TestSlavename\"}",
298 "--build-properties", 299 "--build-properties",
299 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"gs_acl\": \"publi c-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"r ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to /workdir/TestSlavename\"}" 300 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"gs_acl\": \"publi c-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"r ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to /workdir/TestSlavename\"}"
300 ], 301 ],
301 "cwd": "[SLAVE_BUILD]", 302 "cwd": "[SLAVE_BUILD]",
302 "name": "package build" 303 "name": "package build"
303 } 304 }
304 ] 305 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698