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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_legacy_svn_patch.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 "linux", 10 "linux",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "--src-dir", 85 "--src-dir",
86 "[SLAVE_BUILD]/src", 86 "[SLAVE_BUILD]/src",
87 "--build-tool", 87 "--build-tool",
88 "ninja", 88 "ninja",
89 "--compiler", 89 "--compiler",
90 "goma", 90 "goma",
91 "--goma-dir", 91 "--goma-dir",
92 "[BUILD]/goma", 92 "[BUILD]/goma",
93 "--goma-fail-fast", 93 "--goma-fail-fast",
94 "--goma-disable-local-fallback", 94 "--goma-disable-local-fallback",
95 "--ninja-ensure-up-to-date",
95 "--", 96 "--",
96 "All" 97 "All"
97 ], 98 ],
98 "cwd": "[SLAVE_BUILD]", 99 "cwd": "[SLAVE_BUILD]",
99 "name": "compile" 100 "name": "compile"
100 }, 101 },
101 { 102 {
102 "cmd": [ 103 "cmd": [
103 "python", 104 "python",
104 "-u", 105 "-u",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "--builder-name=linux", 452 "--builder-name=linux",
452 "--slave-name=slavename", 453 "--slave-name=slavename",
453 "--run-python-script", 454 "--run-python-script",
454 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 455 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
455 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", 456 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests",
456 "--" 457 "--"
457 ], 458 ],
458 "cwd": "[SLAVE_BUILD]", 459 "cwd": "[SLAVE_BUILD]",
459 "name": "voice_engine_unittests" 460 "name": "voice_engine_unittests"
460 } 461 }
461 ] 462 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698