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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "--src-dir", 140 "--src-dir",
141 "[SLAVE_BUILD]\\src", 141 "[SLAVE_BUILD]\\src",
142 "--build-tool", 142 "--build-tool",
143 "ninja", 143 "ninja",
144 "--compiler", 144 "--compiler",
145 "goma", 145 "goma",
146 "--mode", 146 "--mode",
147 "official", 147 "official",
148 "--goma-dir", 148 "--goma-dir",
149 "[BUILD]\\goma", 149 "[BUILD]\\goma",
150 "--ninja-ensure-up-to-date",
150 "--clobber", 151 "--clobber",
151 "--", 152 "--",
152 "chrome_official_builder" 153 "chrome_official_builder"
153 ], 154 ],
154 "cwd": "[SLAVE_BUILD]", 155 "cwd": "[SLAVE_BUILD]",
155 "name": "compile" 156 "name": "compile"
156 } 157 }
157 ] 158 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698