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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_asan.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_asan", 10 "win_asan",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "--src-dir", 90 "--src-dir",
91 "[SLAVE_BUILD]\\src", 91 "[SLAVE_BUILD]\\src",
92 "--build-tool", 92 "--build-tool",
93 "ninja", 93 "ninja",
94 "--compiler", 94 "--compiler",
95 "goma", 95 "goma",
96 "--goma-dir", 96 "--goma-dir",
97 "[BUILD]\\goma", 97 "[BUILD]\\goma",
98 "--goma-fail-fast", 98 "--goma-fail-fast",
99 "--goma-disable-local-fallback", 99 "--goma-disable-local-fallback",
100 "--ninja-ensure-up-to-date",
100 "--", 101 "--",
101 "All" 102 "All"
102 ], 103 ],
103 "cwd": "[SLAVE_BUILD]", 104 "cwd": "[SLAVE_BUILD]",
104 "name": "compile" 105 "name": "compile"
105 }, 106 },
106 { 107 {
107 "cmd": [ 108 "cmd": [
108 "python", 109 "python",
109 "-u", 110 "-u",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "--annotate=gtest", 438 "--annotate=gtest",
438 "--test-type=voice_engine_unittests", 439 "--test-type=voice_engine_unittests",
439 "--step-name=voice_engine_unittests", 440 "--step-name=voice_engine_unittests",
440 "--builder-name=win_asan", 441 "--builder-name=win_asan",
441 "--slave-name=slavename", 442 "--slave-name=slavename",
442 "voice_engine_unittests.exe" 443 "voice_engine_unittests.exe"
443 ], 444 ],
444 "cwd": "[SLAVE_BUILD]", 445 "cwd": "[SLAVE_BUILD]",
445 "name": "voice_engine_unittests" 446 "name": "voice_engine_unittests"
446 } 447 }
447 ] 448 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698