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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_baremetal.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "win_baremetal", 10 "win_baremetal",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "--src-dir", 89 "--src-dir",
90 "[SLAVE_BUILD]\\src", 90 "[SLAVE_BUILD]\\src",
91 "--build-tool", 91 "--build-tool",
92 "ninja", 92 "ninja",
93 "--compiler", 93 "--compiler",
94 "goma", 94 "goma",
95 "--goma-dir", 95 "--goma-dir",
96 "[BUILD]\\goma", 96 "[BUILD]\\goma",
97 "--goma-fail-fast", 97 "--goma-fail-fast",
98 "--goma-disable-local-fallback", 98 "--goma-disable-local-fallback",
99 "--ninja-ensure-up-to-date",
99 "--", 100 "--",
100 "All" 101 "All"
101 ], 102 ],
102 "cwd": "[SLAVE_BUILD]", 103 "cwd": "[SLAVE_BUILD]",
103 "name": "compile" 104 "name": "compile"
104 }, 105 },
105 { 106 {
106 "allow_subannotations": true, 107 "allow_subannotations": true,
107 "cmd": [ 108 "cmd": [
108 "python", 109 "python",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "--annotate=gtest", 194 "--annotate=gtest",
194 "--test-type=webrtc_perf_tests", 195 "--test-type=webrtc_perf_tests",
195 "--step-name=webrtc_perf_tests", 196 "--step-name=webrtc_perf_tests",
196 "--builder-name=win_baremetal", 197 "--builder-name=win_baremetal",
197 "--slave-name=slavename", 198 "--slave-name=slavename",
198 "webrtc_perf_tests.exe" 199 "webrtc_perf_tests.exe"
199 ], 200 ],
200 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
201 "name": "webrtc_perf_tests" 202 "name": "webrtc_perf_tests"
202 } 203 }
203 ] 204 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698