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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Linux.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Cast Linux", 10 "Cast Linux",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "--target", 150 "--target",
151 "Release", 151 "Release",
152 "--src-dir", 152 "--src-dir",
153 "[SLAVE_BUILD]/src", 153 "[SLAVE_BUILD]/src",
154 "--build-tool", 154 "--build-tool",
155 "ninja", 155 "ninja",
156 "--compiler", 156 "--compiler",
157 "goma-clang", 157 "goma-clang",
158 "--goma-dir", 158 "--goma-dir",
159 "[BUILD]/goma", 159 "[BUILD]/goma",
160 "--ninja-ensure-up-to-date",
160 "--", 161 "--",
161 "cast_shell" 162 "cast_shell"
162 ], 163 ],
163 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
164 "name": "compile" 165 "name": "compile"
165 } 166 }
166 ] 167 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698