OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "[DEPOT_TOOLS]/gclient.py", | |
7 "config", | |
8 "--spec", | |
9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']" | |
10 ], | |
11 "name": "gclient setup" | |
12 }, | |
13 { | |
14 "cmd": [ | |
15 "python", | |
16 "-u", | |
17 "[DEPOT_TOOLS]/gclient.py", | |
18 "sync", | |
19 "--nohooks", | |
20 "--delete_unversioned_trees", | |
21 "--force", | |
22 "--verbose", | |
23 "--revision", | |
24 "src@12345", | |
25 "--output-json", | |
26 "/path/to/tmp/json" | |
27 ], | |
28 "name": "gclient sync", | |
29 "~followup_annotations": [ | |
30 "@@@STEP_LOG_LINE@json.output@{@@@", | |
31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | |
32 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | |
33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | |
34 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
35 "@@@STEP_LOG_LINE@json.output@ \"webrtc-limited/\": {@@@", | |
36 "@@@STEP_LOG_LINE@json.output@ \"revision\": 24644@@@", | |
37 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
38 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
39 "@@@STEP_LOG_LINE@json.output@}@@@", | |
40 "@@@STEP_LOG_END@json.output@@@", | |
41 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@" | |
42 ] | |
43 }, | |
44 { | |
45 "cmd": [ | |
46 "python", | |
47 "-u", | |
48 "[DEPOT_TOOLS]/gclient.py", | |
49 "runhooks" | |
50 ], | |
51 "env": { | |
52 "GYP_CROSSCOMPILE": "1", | |
53 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1" | |
54 }, | |
55 "name": "gclient runhooks" | |
56 }, | |
57 { | |
58 "cmd": [ | |
59 "python", | |
60 "-u", | |
61 "[BUILD]/scripts/slave/compile.py", | |
62 "--target", | |
63 "Release", | |
64 "--src-dir", | |
65 "[SLAVE_BUILD]/src", | |
66 "--build-tool", | |
67 "ninja", | |
68 "--compiler", | |
69 "goma", | |
70 "--goma-dir", | |
71 "[BUILD]/goma", | |
72 "--" | |
73 ], | |
74 "name": "compile" | |
75 } | |
76 ] | |
OLD | NEW |