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

Side by Side Diff: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_fyi_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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux", 10 "Linux",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "--target", 113 "--target",
114 "Release", 114 "Release",
115 "--src-dir", 115 "--src-dir",
116 "[SLAVE_BUILD]/src", 116 "[SLAVE_BUILD]/src",
117 "--build-tool", 117 "--build-tool",
118 "ninja", 118 "ninja",
119 "--compiler", 119 "--compiler",
120 "goma", 120 "goma",
121 "--goma-dir", 121 "--goma-dir",
122 "[BUILD]/goma", 122 "[BUILD]/goma",
123 "--ninja-ensure-up-to-date",
123 "--", 124 "--",
124 "chromium_builder_webrtc" 125 "chromium_builder_webrtc"
125 ], 126 ],
126 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
127 "name": "compile" 128 "name": "compile"
128 }, 129 },
129 { 130 {
130 "allow_subannotations": true, 131 "allow_subannotations": true,
131 "cmd": [ 132 "cmd": [
132 "python", 133 "python",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "gtest-results/content_unittests", 253 "gtest-results/content_unittests",
253 "--builder-name=Linux", 254 "--builder-name=Linux",
254 "--slave-name=TestSlavename", 255 "--slave-name=TestSlavename",
255 "--build-number=571", 256 "--build-number=571",
256 "content_unittests" 257 "content_unittests"
257 ], 258 ],
258 "cwd": "[SLAVE_BUILD]", 259 "cwd": "[SLAVE_BUILD]",
259 "name": "content_unittests" 260 "name": "content_unittests"
260 } 261 }
261 ] 262 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698