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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git' }, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.g ooglesource.com/skia.git'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git' }, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.g ooglesource.com/skia.git'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
12 "env": { 11 "env": {
13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
14 }, 13 },
15 "name": "gclient setup" 14 "name": "gclient setup"
16 }, 15 },
17 { 16 {
18 "cmd": [ 17 "cmd": [
19 "python", 18 "python",
20 "-u", 19 "-u",
21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
22 "sync", 21 "sync",
23 "--nohooks", 22 "--nohooks",
24 "--force", 23 "--force",
25 "--verbose", 24 "--verbose",
26 "--delete_unversioned_trees", 25 "--delete_unversioned_trees",
27 "--output-json", 26 "--output-json",
28 "/path/to/tmp/json" 27 "/path/to/tmp/json"
29 ], 28 ],
30 "cwd": "[SLAVE_BUILD]",
31 "env": { 29 "env": {
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
33 }, 31 },
34 "name": "gclient sync", 32 "name": "gclient sync",
35 "~followup_annotations": [ 33 "~followup_annotations": [
36 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
43 "@@@STEP_LOG_LINE@json.output@ }@@@", 41 "@@@STEP_LOG_LINE@json.output@ }@@@",
44 "@@@STEP_LOG_LINE@json.output@ }@@@", 42 "@@@STEP_LOG_LINE@json.output@ }@@@",
45 "@@@STEP_LOG_LINE@json.output@}@@@", 43 "@@@STEP_LOG_LINE@json.output@}@@@",
46 "@@@STEP_LOG_END@json.output@@@", 44 "@@@STEP_LOG_END@json.output@@@",
47 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 45 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
48 ] 46 ]
49 }, 47 },
50 { 48 {
51 "cmd": [ 49 "cmd": [
52 "python", 50 "python",
53 "-u", 51 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 52 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
55 "runhooks" 53 "runhooks"
56 ], 54 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": { 55 "env": {
59 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", 56 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 58 },
62 "name": "gclient runhooks" 59 "name": "gclient runhooks"
63 }, 60 },
64 { 61 {
65 "cmd": [ 62 "cmd": [
66 "build/gyp_chromium" 63 "build/gyp_chromium"
67 ], 64 ],
(...skipping 23 matching lines...) Expand all
91 ], 88 ],
92 "cwd": "[SLAVE_BUILD]/skia", 89 "cwd": "[SLAVE_BUILD]/skia",
93 "name": "Recreate SKPs" 90 "name": "Recreate SKPs"
94 }, 91 },
95 { 92 {
96 "name": "$result", 93 "name": "$result",
97 "recipe_result": null, 94 "recipe_result": null,
98 "status_code": 0 95 "status_code": 0
99 } 96 }
100 ] 97 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698