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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chrome_Win7_Perf.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "--src-dir", 104 "--src-dir",
105 "[SLAVE_BUILD]\\src", 105 "[SLAVE_BUILD]\\src",
106 "--build-tool", 106 "--build-tool",
107 "ninja", 107 "ninja",
108 "--compiler", 108 "--compiler",
109 "goma", 109 "goma",
110 "--mode", 110 "--mode",
111 "official", 111 "official",
112 "--goma-dir", 112 "--goma-dir",
113 "[BUILD]\\goma", 113 "[BUILD]\\goma",
114 "--ninja-ensure-up-to-date",
114 "--", 115 "--",
115 "chromium_builder_perf", 116 "chromium_builder_perf",
116 "crash_service" 117 "crash_service"
117 ], 118 ],
118 "cwd": "[SLAVE_BUILD]", 119 "cwd": "[SLAVE_BUILD]",
119 "name": "compile" 120 "name": "compile"
120 }, 121 },
121 { 122 {
122 "cmd": [ 123 "cmd": [
123 "python", 124 "python",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "python", 250 "python",
250 "-u", 251 "-u",
251 "[BUILD]\\scripts\\slave\\process_dumps.py", 252 "[BUILD]\\scripts\\slave\\process_dumps.py",
252 "--target", 253 "--target",
253 "Release" 254 "Release"
254 ], 255 ],
255 "cwd": "[SLAVE_BUILD]", 256 "cwd": "[SLAVE_BUILD]",
256 "name": "process_dumps" 257 "name": "process_dumps"
257 } 258 }
258 ] 259 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698