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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Mac_GN.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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac GN", 10 "Mac GN",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "goma-clang", 166 "goma-clang",
167 "--goma-dir", 167 "--goma-dir",
168 "[BUILD]/goma", 168 "[BUILD]/goma",
169 "--ninja-ensure-up-to-date",
169 "--", 170 "--",
170 "base_unittests", 171 "base_unittests",
171 "all" 172 "all"
172 ], 173 ],
173 "cwd": "[SLAVE_BUILD]", 174 "cwd": "[SLAVE_BUILD]",
174 "name": "compile" 175 "name": "compile"
175 }, 176 },
176 { 177 {
177 "allow_subannotations": true, 178 "allow_subannotations": true,
178 "cmd": [ 179 "cmd": [
(...skipping 16 matching lines...) Expand all
195 "gtest-results/base_unittests", 196 "gtest-results/base_unittests",
196 "--builder-name=Mac GN", 197 "--builder-name=Mac GN",
197 "--slave-name=TestSlavename", 198 "--slave-name=TestSlavename",
198 "--build-number=571", 199 "--build-number=571",
199 "base_unittests" 200 "base_unittests"
200 ], 201 ],
201 "cwd": "[SLAVE_BUILD]", 202 "cwd": "[SLAVE_BUILD]",
202 "name": "base_unittests" 203 "name": "base_unittests"
203 } 204 }
204 ] 205 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698