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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_x64_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\\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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "--target", 154 "--target",
155 "Release_x64", 155 "Release_x64",
156 "--src-dir", 156 "--src-dir",
157 "[SLAVE_BUILD]\\src", 157 "[SLAVE_BUILD]\\src",
158 "--build-tool", 158 "--build-tool",
159 "ninja", 159 "ninja",
160 "--compiler", 160 "--compiler",
161 "goma", 161 "goma",
162 "--goma-dir", 162 "--goma-dir",
163 "[BUILD]\\goma", 163 "[BUILD]\\goma",
164 "--ninja-ensure-up-to-date",
164 "--", 165 "--",
165 "blink_tests", 166 "blink_tests",
166 "crash_service" 167 "crash_service"
167 ], 168 ],
168 "cwd": "[SLAVE_BUILD]", 169 "cwd": "[SLAVE_BUILD]",
169 "name": "compile" 170 "name": "compile"
170 }, 171 },
171 { 172 {
172 "allow_subannotations": true, 173 "allow_subannotations": true,
173 "cmd": [ 174 "cmd": [
(...skipping 10 matching lines...) Expand all
184 "public-read", 185 "public-read",
185 "--factory-properties", 186 "--factory-properties",
186 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"gs_acl\": \"p ublic-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}", 187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"gs_acl\": \"p ublic-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}",
187 "--build-properties", 188 "--build-properties",
188 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"gs_acl\": \"p ublic-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}" 189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win x64 Builder\", \"buildnumber\": 571, \"gs_acl\": \"p ublic-read\", \"mastername\": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}"
189 ], 190 ],
190 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
191 "name": "package build" 192 "name": "package build"
192 } 193 }
193 ] 194 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698