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

Side by Side Diff: scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs_dryrun.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}, {'deps _file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesour ce.com/skia.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}, {'deps _file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesour ce.com/skia.git'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "name": "gclient setup" 12 "name": "gclient setup"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "python", 16 "python",
16 "-u", 17 "-u",
17 "[DEPOT_TOOLS]/gclient.py", 18 "[DEPOT_TOOLS]/gclient.py",
18 "sync", 19 "sync",
19 "--nohooks", 20 "--nohooks",
20 "--force", 21 "--force",
21 "--verbose", 22 "--verbose",
22 "--delete_unversioned_trees", 23 "--delete_unversioned_trees",
23 "--output-json", 24 "--output-json",
24 "/path/to/tmp/json" 25 "/path/to/tmp/json"
25 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
26 "name": "gclient sync", 28 "name": "gclient sync",
27 "~followup_annotations": [ 29 "~followup_annotations": [
28 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
32 "@@@STEP_LOG_LINE@json.output@ }, @@@", 34 "@@@STEP_LOG_LINE@json.output@ }, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
35 "@@@STEP_LOG_LINE@json.output@ }@@@", 37 "@@@STEP_LOG_LINE@json.output@ }@@@",
36 "@@@STEP_LOG_LINE@json.output@ }@@@", 38 "@@@STEP_LOG_LINE@json.output@ }@@@",
37 "@@@STEP_LOG_LINE@json.output@}@@@", 39 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@", 40 "@@@STEP_LOG_END@json.output@@@",
39 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 41 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
40 ] 42 ]
41 }, 43 },
42 { 44 {
43 "cmd": [ 45 "cmd": [
44 "python", 46 "python",
45 "-u", 47 "-u",
46 "[DEPOT_TOOLS]/gclient.py", 48 "[DEPOT_TOOLS]/gclient.py",
47 "runhooks" 49 "runhooks"
48 ], 50 ],
51 "cwd": "[SLAVE_BUILD]",
49 "env": { 52 "env": {
50 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1 -DSK_PICTURE_FO RCE_FONT_EMBEDDING" 53 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1 -DSK_PICTURE_FO RCE_FONT_EMBEDDING"
51 }, 54 },
52 "name": "gclient runhooks" 55 "name": "gclient runhooks"
53 }, 56 },
54 { 57 {
55 "cmd": [ 58 "cmd": [
56 "ninja", 59 "ninja",
57 "-C", 60 "-C",
58 "out/Release", 61 "out/Release",
59 "chrome" 62 "chrome"
60 ], 63 ],
61 "cwd": "[SLAVE_BUILD]/src", 64 "cwd": "[SLAVE_BUILD]/src",
62 "name": "Build Chrome" 65 "name": "Build Chrome"
63 }, 66 },
64 { 67 {
65 "cmd": [ 68 "cmd": [
66 "python", 69 "python",
67 "[BUILD]/scripts/slave/skia/recreate_skps.py", 70 "[BUILD]/scripts/slave/skia/recreate_skps.py",
68 "[SLAVE_BUILD]/src", 71 "[SLAVE_BUILD]/src",
69 "[SLAVE_BUILD]/src/out/Release/chrome", 72 "[SLAVE_BUILD]/src/out/Release/chrome",
70 "--dry-run" 73 "--dry-run"
71 ], 74 ],
72 "cwd": "[SLAVE_BUILD]/skia", 75 "cwd": "[SLAVE_BUILD]/skia",
73 "name": "Recreate SKPs" 76 "name": "Recreate SKPs"
74 } 77 }
75 ] 78 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698