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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json

Issue 2123063003: V8: Remove gyp-flag-comparison feature after MB switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 ], 171 ],
172 "env": { 172 "env": {
173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
174 }, 174 },
175 "name": "generate_build_files", 175 "name": "generate_build_files",
176 "stdout": "/path/to/tmp/", 176 "stdout": "/path/to/tmp/",
177 "~followup_annotations": [ 177 "~followup_annotations": [
178 "@@@STEP_LOG_LINE@stdout@some line@@@", 178 "@@@STEP_LOG_LINE@stdout@some line@@@",
179 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", 179 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
180 "@@@STEP_LOG_LINE@stdout@moar@@@", 180 "@@@STEP_LOG_LINE@stdout@moar@@@",
181 "@@@STEP_LOG_END@stdout@@@", 181 "@@@STEP_LOG_END@stdout@@@"
182 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
183 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
184 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
185 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
186 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
187 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
188 "@@@STEP_LOG_LINE@diff@? ^^^^@@@",
189 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
190 "@@@STEP_LOG_LINE@diff@? ^^^@@@",
191 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
192 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
193 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
194 "@@@STEP_LOG_END@diff@@@",
195 "@@@STEP_WARNINGS@@@"
196 ] 182 ]
197 }, 183 },
198 { 184 {
199 "cmd": [ 185 "cmd": [
200 "python", 186 "python",
201 "-u", 187 "-u",
202 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py", 188 "RECIPE_MODULE[build::v8]\\resources\\patch_mb_config.py",
203 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", 189 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
204 "/path/to/tmp/" 190 "/path/to/tmp/"
205 ], 191 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
294 "@@@STEP_LOG_END@json.output (invalid)@@@" 280 "@@@STEP_LOG_END@json.output (invalid)@@@"
295 ] 281 ]
296 }, 282 },
297 { 283 {
298 "name": "$result", 284 "name": "$result",
299 "recipe_result": null, 285 "recipe_result": null,
300 "status_code": 0 286 "status_code": 0
301 } 287 }
302 ] 288 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698