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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android.json

Issue 505153002: WebRTC: Remove android_apk recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 3 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
(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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698