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

Side by Side Diff: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "--target", 118 "--target",
119 "Release", 119 "Release",
120 "--src-dir", 120 "--src-dir",
121 "[SLAVE_BUILD]\\src", 121 "[SLAVE_BUILD]\\src",
122 "--build-tool", 122 "--build-tool",
123 "ninja", 123 "ninja",
124 "--compiler", 124 "--compiler",
125 "goma", 125 "goma",
126 "--goma-dir", 126 "--goma-dir",
127 "[BUILD]\\goma", 127 "[BUILD]\\goma",
128 "--ninja-ensure-up-to-date",
128 "--", 129 "--",
129 "chromium_builder_webrtc" 130 "chromium_builder_webrtc"
130 ], 131 ],
131 "cwd": "[SLAVE_BUILD]", 132 "cwd": "[SLAVE_BUILD]",
132 "name": "compile" 133 "name": "compile"
133 }, 134 },
134 { 135 {
135 "allow_subannotations": true, 136 "allow_subannotations": true,
136 "cmd": [ 137 "cmd": [
137 "python", 138 "python",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}", 192 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}",
192 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 193 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
193 } 194 }
194 } 195 }
195 ], 196 ],
196 "~followup_annotations": [ 197 "~followup_annotations": [
197 "@@@STEP_TEXT@Win7 Tester<br />Win8 Tester<br />WinXP Tester@@@" 198 "@@@STEP_TEXT@Win7 Tester<br />Win8 Tester<br />WinXP Tester@@@"
198 ] 199 ]
199 } 200 }
200 ] 201 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698