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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gn_.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 "Mac64 Debug (GN)", 10 "Mac64 Debug (GN)",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "--target", 114 "--target",
115 "Debug", 115 "Debug",
116 "--src-dir", 116 "--src-dir",
117 "[SLAVE_BUILD]/src", 117 "[SLAVE_BUILD]/src",
118 "--build-tool", 118 "--build-tool",
119 "ninja", 119 "ninja",
120 "--compiler", 120 "--compiler",
121 "goma-clang", 121 "goma-clang",
122 "--goma-dir", 122 "--goma-dir",
123 "[BUILD]/goma", 123 "[BUILD]/goma",
124 "--ninja-ensure-up-to-date",
124 "--", 125 "--",
125 "all" 126 "all"
126 ], 127 ],
127 "cwd": "[SLAVE_BUILD]", 128 "cwd": "[SLAVE_BUILD]",
128 "name": "compile" 129 "name": "compile"
129 } 130 }
130 ] 131 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698