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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_builder.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
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 = [{'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']" 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 ], 10 ],
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "[SLAVE_BUILD]/src", 65 "[SLAVE_BUILD]/src",
66 "--build-tool", 66 "--build-tool",
67 "ninja", 67 "ninja",
68 "--compiler", 68 "--compiler",
69 "goma", 69 "goma",
70 "--goma-dir", 70 "--goma-dir",
71 "[BUILD]/goma", 71 "[BUILD]/goma",
72 "--" 72 "--"
73 ], 73 ],
74 "name": "compile" 74 "name": "compile"
75 },
76 {
77 "allow_subannotations": true,
78 "cmd": [
79 "python",
80 "-u",
81 "[BUILD]/scripts/slave/zip_build.py",
82 "--target",
83 "Release",
84 "--build-url",
85 "gs://chromium-webrtc/android_rel",
86 "--build_revision",
87 "170242",
88 "--factory-properties",
89 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Builder\", \"m astername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
90 "--build-properties",
91 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Builder\", \"m astername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}"
92 ],
93 "name": "package build"
75 } 94 }
76 ] 95 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698