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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug.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 "Win32 Debug", 10 "Win32 Debug",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "--target", 81 "--target",
82 "Debug", 82 "Debug",
83 "--src-dir", 83 "--src-dir",
84 "[SLAVE_BUILD]\\src", 84 "[SLAVE_BUILD]\\src",
85 "--build-tool", 85 "--build-tool",
86 "ninja", 86 "ninja",
87 "--compiler", 87 "--compiler",
88 "goma", 88 "goma",
89 "--goma-dir", 89 "--goma-dir",
90 "[BUILD]\\goma", 90 "[BUILD]\\goma",
91 "--ninja-ensure-up-to-date",
91 "--", 92 "--",
92 "All" 93 "All"
93 ], 94 ],
94 "cwd": "[SLAVE_BUILD]", 95 "cwd": "[SLAVE_BUILD]",
95 "name": "compile" 96 "name": "compile"
96 }, 97 },
97 { 98 {
98 "allow_subannotations": true, 99 "allow_subannotations": true,
99 "cmd": [ 100 "cmd": [
100 "python", 101 "python",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "gtest-results/voice_engine_unittests.exe", 479 "gtest-results/voice_engine_unittests.exe",
479 "--builder-name=Win32 Debug", 480 "--builder-name=Win32 Debug",
480 "--slave-name=slavename", 481 "--slave-name=slavename",
481 "--build-number=1337", 482 "--build-number=1337",
482 "voice_engine_unittests.exe" 483 "voice_engine_unittests.exe"
483 ], 484 ],
484 "cwd": "[SLAVE_BUILD]", 485 "cwd": "[SLAVE_BUILD]",
485 "name": "voice_engine_unittests" 486 "name": "voice_engine_unittests"
486 } 487 }
487 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698