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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_msan.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 "Linux MSan", 10 "Linux MSan",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "--target", 101 "--target",
102 "Release", 102 "Release",
103 "--src-dir", 103 "--src-dir",
104 "[SLAVE_BUILD]/src", 104 "[SLAVE_BUILD]/src",
105 "--build-tool", 105 "--build-tool",
106 "ninja", 106 "ninja",
107 "--compiler", 107 "--compiler",
108 "goma-clang", 108 "goma-clang",
109 "--goma-dir", 109 "--goma-dir",
110 "[BUILD]/goma", 110 "[BUILD]/goma",
111 "--ninja-ensure-up-to-date",
111 "--", 112 "--",
112 "All" 113 "All"
113 ], 114 ],
114 "cwd": "[SLAVE_BUILD]", 115 "cwd": "[SLAVE_BUILD]",
115 "name": "compile" 116 "name": "compile"
116 }, 117 },
117 { 118 {
118 "allow_subannotations": true, 119 "allow_subannotations": true,
119 "cmd": [ 120 "cmd": [
120 "python", 121 "python",
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "--builder-name=Linux MSan", 529 "--builder-name=Linux MSan",
529 "--slave-name=slavename", 530 "--slave-name=slavename",
530 "--build-number=1337", 531 "--build-number=1337",
531 "--enable-msan", 532 "--enable-msan",
532 "voice_engine_unittests" 533 "voice_engine_unittests"
533 ], 534 ],
534 "cwd": "[SLAVE_BUILD]", 535 "cwd": "[SLAVE_BUILD]",
535 "name": "voice_engine_unittests" 536 "name": "voice_engine_unittests"
536 } 537 }
537 ] 538 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698