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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Builder.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "-u", 118 "-u",
119 "[BUILD]\\scripts\\slave\\compile.py", 119 "[BUILD]\\scripts\\slave\\compile.py",
120 "--target", 120 "--target",
121 "Release", 121 "Release",
122 "--src-dir", 122 "--src-dir",
123 "[SLAVE_BUILD]\\src", 123 "[SLAVE_BUILD]\\src",
124 "--build-tool", 124 "--build-tool",
125 "ninja", 125 "ninja",
126 "--mode", 126 "--mode",
127 "official", 127 "official",
128 "--ninja-ensure-up-to-date",
128 "--", 129 "--",
129 "chrome", 130 "chrome",
130 "chromium_builder_perf", 131 "chromium_builder_perf",
131 "crash_service" 132 "crash_service"
132 ], 133 ],
133 "cwd": "[SLAVE_BUILD]", 134 "cwd": "[SLAVE_BUILD]",
134 "name": "compile" 135 "name": "compile"
135 }, 136 },
136 { 137 {
137 "allow_subannotations": true, 138 "allow_subannotations": true,
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "python", 202 "python",
202 "-u", 203 "-u",
203 "[BUILD]\\scripts\\slave\\process_dumps.py", 204 "[BUILD]\\scripts\\slave\\process_dumps.py",
204 "--target", 205 "--target",
205 "Release" 206 "Release"
206 ], 207 ],
207 "cwd": "[SLAVE_BUILD]", 208 "cwd": "[SLAVE_BUILD]",
208 "name": "process_dumps" 209 "name": "process_dumps"
209 } 210 }
210 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698