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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary.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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "--src-dir", 145 "--src-dir",
146 "[SLAVE_BUILD]/src", 146 "[SLAVE_BUILD]/src",
147 "--build-tool", 147 "--build-tool",
148 "ninja", 148 "ninja",
149 "--compiler", 149 "--compiler",
150 "goma", 150 "goma",
151 "--goma-dir", 151 "--goma-dir",
152 "[BUILD]/goma", 152 "[BUILD]/goma",
153 "--goma-hermetic", 153 "--goma-hermetic",
154 "error", 154 "error",
155 "--ninja-ensure-up-to-date",
155 "--", 156 "--",
156 "base_unittests", 157 "base_unittests",
157 "chromium_builder_tests", 158 "chromium_builder_tests",
158 "content_unittests" 159 "content_unittests"
159 ], 160 ],
160 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
161 "name": "compile" 162 "name": "compile"
162 }, 163 },
163 { 164 {
164 "cmd": [ 165 "cmd": [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "/path/to/tmp/json", 216 "/path/to/tmp/json",
216 "--builder-name=Chromium Linux Goma Canary", 217 "--builder-name=Chromium Linux Goma Canary",
217 "--slave-name=TestSlavename", 218 "--slave-name=TestSlavename",
218 "--build-number=571", 219 "--build-number=571",
219 "content_unittests" 220 "content_unittests"
220 ], 221 ],
221 "cwd": "[SLAVE_BUILD]", 222 "cwd": "[SLAVE_BUILD]",
222 "name": "content_unittests" 223 "name": "content_unittests"
223 } 224 }
224 ] 225 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698