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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_webkit_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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Linux GN", 10 "Linux GN",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "--target", 129 "--target",
130 "Release", 130 "Release",
131 "--src-dir", 131 "--src-dir",
132 "[SLAVE_BUILD]/src", 132 "[SLAVE_BUILD]/src",
133 "--build-tool", 133 "--build-tool",
134 "ninja", 134 "ninja",
135 "--compiler", 135 "--compiler",
136 "goma", 136 "goma",
137 "--goma-dir", 137 "--goma-dir",
138 "[BUILD]/goma", 138 "[BUILD]/goma",
139 "--ninja-ensure-up-to-date",
139 "--", 140 "--",
140 "base_unittests", 141 "base_unittests",
141 "all" 142 "all"
142 ], 143 ],
143 "cwd": "[SLAVE_BUILD]", 144 "cwd": "[SLAVE_BUILD]",
144 "name": "compile" 145 "name": "compile"
145 }, 146 },
146 { 147 {
147 "allow_subannotations": true, 148 "allow_subannotations": true,
148 "cmd": [ 149 "cmd": [
(...skipping 17 matching lines...) Expand all
166 "gtest-results/base_unittests", 167 "gtest-results/base_unittests",
167 "--builder-name=Linux GN", 168 "--builder-name=Linux GN",
168 "--slave-name=TestSlavename", 169 "--slave-name=TestSlavename",
169 "--build-number=571", 170 "--build-number=571",
170 "base_unittests" 171 "base_unittests"
171 ], 172 ],
172 "cwd": "[SLAVE_BUILD]", 173 "cwd": "[SLAVE_BUILD]",
173 "name": "base_unittests" 174 "name": "base_unittests"
174 } 175 }
175 ] 176 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698