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

Side by Side Diff: scripts/slave/recipes/chromium_pgo.expected/full_tryserver_chromium_win_win_pgo.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 ], 352 ],
353 "env": { 353 "env": {
354 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib rary fastbuild=0 optimize=max target_arch=ia32 use_goma=0" 354 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib rary fastbuild=0 optimize=max target_arch=ia32 use_goma=0"
355 }, 355 },
356 "name": "gclient Runhooks: Optimization phase." 356 "name": "gclient Runhooks: Optimization phase."
357 }, 357 },
358 { 358 {
359 "cmd": [ 359 "cmd": [
360 "python", 360 "python",
361 "-u", 361 "-u",
362 "[BUILD]\\scripts\\slave\\recipe_modules\\pgo\\resources\\increase_pgomgr_ stack_size.py", 362 "RECIPE_MODULE[pgo]\\resources\\increase_pgomgr_stack_size.py",
363 "[DEPOT_TOOLS]\\win_toolchain\\vs2013_files\\VC\\bin\\amd64_x86" 363 "[DEPOT_TOOLS]\\win_toolchain\\vs2013_files\\VC\\bin\\amd64_x86"
364 ], 364 ],
365 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
366 "name": "increase pgomgr.exe stack size" 366 "name": "increase pgomgr.exe stack size"
367 }, 367 },
368 { 368 {
369 "cmd": [ 369 "cmd": [
370 "python", 370 "python",
371 "-u", 371 "-u",
372 "[BUILD]\\scripts\\slave\\compile.py", 372 "[BUILD]\\scripts\\slave\\compile.py",
373 "--target", 373 "--target",
374 "Release", 374 "Release",
375 "--src-dir", 375 "--src-dir",
376 "[SLAVE_BUILD]\\src", 376 "[SLAVE_BUILD]\\src",
377 "--build-tool", 377 "--build-tool",
378 "ninja", 378 "ninja",
379 "--", 379 "--",
380 "chrome" 380 "chrome"
381 ], 381 ],
382 "name": "Compile: Optimization phase." 382 "name": "Compile: Optimization phase."
383 } 383 }
384 ] 384 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698