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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "CFI Linux", 10 "CFI Linux",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "-u", 157 "-u",
158 "[BUILD]/scripts/slave/compile.py", 158 "[BUILD]/scripts/slave/compile.py",
159 "--target", 159 "--target",
160 "Release", 160 "Release",
161 "--src-dir", 161 "--src-dir",
162 "[SLAVE_BUILD]/src", 162 "[SLAVE_BUILD]/src",
163 "--build-tool", 163 "--build-tool",
164 "ninja", 164 "ninja",
165 "--compiler", 165 "--compiler",
166 "clang", 166 "clang",
167 "--ninja-ensure-up-to-date",
167 "--", 168 "--",
168 "All", 169 "All",
169 "chromium_builder_tests" 170 "chromium_builder_tests"
170 ], 171 ],
171 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
172 "name": "compile" 173 "name": "compile"
173 } 174 }
174 ] 175 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698