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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win SyzyASan", 10 "Win SyzyASan",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "--target", 82 "--target",
83 "Release", 83 "Release",
84 "--src-dir", 84 "--src-dir",
85 "[SLAVE_BUILD]\\src", 85 "[SLAVE_BUILD]\\src",
86 "--build-tool", 86 "--build-tool",
87 "ninja", 87 "ninja",
88 "--compiler", 88 "--compiler",
89 "goma", 89 "goma",
90 "--goma-dir", 90 "--goma-dir",
91 "[BUILD]\\goma", 91 "[BUILD]\\goma",
92 "--ninja-ensure-up-to-date",
92 "--", 93 "--",
93 "All" 94 "All"
94 ], 95 ],
95 "cwd": "[SLAVE_BUILD]", 96 "cwd": "[SLAVE_BUILD]",
96 "name": "compile" 97 "name": "compile"
97 }, 98 },
98 { 99 {
99 "cmd": [ 100 "cmd": [
100 "python", 101 "python",
101 "-u", 102 "-u",
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "gtest-results/voice_engine_unittests.exe", 491 "gtest-results/voice_engine_unittests.exe",
491 "--builder-name=Win SyzyASan", 492 "--builder-name=Win SyzyASan",
492 "--slave-name=slavename", 493 "--slave-name=slavename",
493 "--build-number=1337", 494 "--build-number=1337",
494 "voice_engine_unittests.exe" 495 "voice_engine_unittests.exe"
495 ], 496 ],
496 "cwd": "[SLAVE_BUILD]", 497 "cwd": "[SLAVE_BUILD]",
497 "name": "voice_engine_unittests" 498 "name": "voice_engine_unittests"
498 } 499 }
499 ] 500 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698