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

Side by Side Diff: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_Win_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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "--target", 122 "--target",
123 "Release", 123 "Release",
124 "--src-dir", 124 "--src-dir",
125 "[SLAVE_BUILD]\\src", 125 "[SLAVE_BUILD]\\src",
126 "--build-tool", 126 "--build-tool",
127 "ninja", 127 "ninja",
128 "--compiler", 128 "--compiler",
129 "goma", 129 "goma",
130 "--goma-dir", 130 "--goma-dir",
131 "[BUILD]\\goma", 131 "[BUILD]\\goma",
132 "--ninja-ensure-up-to-date",
132 "--", 133 "--",
133 "chromium_builder_webrtc" 134 "chromium_builder_webrtc"
134 ], 135 ],
135 "cwd": "[SLAVE_BUILD]", 136 "cwd": "[SLAVE_BUILD]",
136 "name": "compile" 137 "name": "compile"
137 }, 138 },
138 { 139 {
139 "allow_subannotations": true, 140 "allow_subannotations": true,
140 "cmd": [ 141 "cmd": [
141 "python", 142 "python",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}", 218 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}",
218 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 219 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
219 } 220 }
220 } 221 }
221 ], 222 ],
222 "~followup_annotations": [ 223 "~followup_annotations": [
223 "@@@STEP_TEXT@Win7 Tester<br />WinXP Tester@@@" 224 "@@@STEP_TEXT@Win7 Tester<br />WinXP Tester@@@"
224 ] 225 ]
225 } 226 }
226 ] 227 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698