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_ios64_simulator_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 "iOS64 Simulator Debug", 10 "iOS64 Simulator Debug",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "--target", 103 "--target",
104 "Debug-iphonesimulator", 104 "Debug-iphonesimulator",
105 "--src-dir", 105 "--src-dir",
106 "[SLAVE_BUILD]/src", 106 "[SLAVE_BUILD]/src",
107 "--build-tool", 107 "--build-tool",
108 "ninja", 108 "ninja",
109 "--compiler", 109 "--compiler",
110 "goma-clang", 110 "goma-clang",
111 "--goma-dir", 111 "--goma-dir",
112 "[BUILD]/goma", 112 "[BUILD]/goma",
113 "--ninja-ensure-up-to-date",
113 "--", 114 "--",
114 "All" 115 "All"
115 ], 116 ],
116 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
117 "name": "compile" 118 "name": "compile"
118 } 119 }
119 ] 120 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698