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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_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 "Win64 Debug (GN)", 10 "Win64 Debug (GN)",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "--target", 94 "--target",
95 "Debug_x64", 95 "Debug_x64",
96 "--src-dir", 96 "--src-dir",
97 "[SLAVE_BUILD]\\src", 97 "[SLAVE_BUILD]\\src",
98 "--build-tool", 98 "--build-tool",
99 "ninja", 99 "ninja",
100 "--compiler", 100 "--compiler",
101 "goma", 101 "goma",
102 "--goma-dir", 102 "--goma-dir",
103 "[BUILD]\\goma", 103 "[BUILD]\\goma",
104 "--ninja-ensure-up-to-date",
104 "--", 105 "--",
105 "all" 106 "all"
106 ], 107 ],
107 "cwd": "[SLAVE_BUILD]", 108 "cwd": "[SLAVE_BUILD]",
108 "name": "compile" 109 "name": "compile"
109 } 110 }
110 ] 111 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698