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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webrtc_fyi_Linux_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 "Linux GN", 10 "Linux GN",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "--target", 139 "--target",
140 "Release", 140 "Release",
141 "--src-dir", 141 "--src-dir",
142 "[SLAVE_BUILD]/src", 142 "[SLAVE_BUILD]/src",
143 "--build-tool", 143 "--build-tool",
144 "ninja", 144 "ninja",
145 "--compiler", 145 "--compiler",
146 "goma", 146 "goma",
147 "--goma-dir", 147 "--goma-dir",
148 "[BUILD]/goma", 148 "[BUILD]/goma",
149 "--ninja-ensure-up-to-date",
149 "--", 150 "--",
150 "base_unittests", 151 "base_unittests",
151 "all" 152 "all"
152 ], 153 ],
153 "cwd": "[SLAVE_BUILD]", 154 "cwd": "[SLAVE_BUILD]",
154 "name": "compile" 155 "name": "compile"
155 }, 156 },
156 { 157 {
157 "allow_subannotations": true, 158 "allow_subannotations": true,
158 "cmd": [ 159 "cmd": [
(...skipping 17 matching lines...) Expand all
176 "gtest-results/base_unittests", 177 "gtest-results/base_unittests",
177 "--builder-name=Linux GN", 178 "--builder-name=Linux GN",
178 "--slave-name=TestSlavename", 179 "--slave-name=TestSlavename",
179 "--build-number=571", 180 "--build-number=571",
180 "base_unittests" 181 "base_unittests"
181 ], 182 ],
182 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
183 "name": "base_unittests" 184 "name": "base_unittests"
184 } 185 }
185 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698