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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "[BUILD]\\scripts\\slave\\compile.py", 100 "[BUILD]\\scripts\\slave\\compile.py",
101 "--target", 101 "--target",
102 "Release", 102 "Release",
103 "--src-dir", 103 "--src-dir",
104 "[SLAVE_BUILD]\\src", 104 "[SLAVE_BUILD]\\src",
105 "--build-tool", 105 "--build-tool",
106 "ninja", 106 "ninja",
107 "--ninja-ensure-up-to-date",
107 "--clobber", 108 "--clobber",
108 "--", 109 "--",
109 "chromium_builder_asan", 110 "chromium_builder_asan",
110 "crash_service" 111 "crash_service"
111 ], 112 ],
112 "cwd": "[SLAVE_BUILD]", 113 "cwd": "[SLAVE_BUILD]",
113 "name": "compile" 114 "name": "compile"
114 }, 115 },
115 { 116 {
116 "cmd": [ 117 "cmd": [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "name": "asan-win32-release-170242.zip", 187 "name": "asan-win32-release-170242.zip",
187 "~followup_annotations": [ 188 "~followup_annotations": [
188 "@@@STEP_LOG_LINE@python.inline@@@@", 189 "@@@STEP_LOG_LINE@python.inline@@@@",
189 "@@@STEP_LOG_LINE@python.inline@import os@@@", 190 "@@@STEP_LOG_LINE@python.inline@import os@@@",
190 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 191 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
191 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 192 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
192 "@@@STEP_LOG_END@python.inline@@@" 193 "@@@STEP_LOG_END@python.inline@@@"
193 ] 194 ]
194 } 195 }
195 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698