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

Side by Side Diff: scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json

Issue 23503077: Bump the branch used in the AOSP bot to include SDK v18. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 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_ROOT]/gclient.py", 6 "[DEPOT_TOOLS_ROOT]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\ndeps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', ' nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn:// svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '', 'managed': True, 'n ame': 'src', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/ch rome/trunk/src'}]\ntarget_os = []\ntarget_os_only = False" 9 "cache_dir = None\ndeps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', ' nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn:// svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '', 'managed': True, 'n ame': 'src', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/ch rome/trunk/src'}]\ntarget_os = []\ntarget_os_only = False"
10 ], 10 ],
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "@@@STEP_LOG_END@python.inline@@@" 142 "@@@STEP_LOG_END@python.inline@@@"
143 ] 143 ]
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "[DEPOT_TOOLS_ROOT]/repo", 147 "[DEPOT_TOOLS_ROOT]/repo",
148 "init", 148 "init",
149 "-u", 149 "-u",
150 "https://android.googlesource.com/platform/manifest", 150 "https://android.googlesource.com/platform/manifest",
151 "-b", 151 "-b",
152 "android-4.3_r2.1" 152 "android-4.3_r2.3"
153 ], 153 ],
154 "cwd": "[SLAVE_BUILD_ROOT]/android-src", 154 "cwd": "[SLAVE_BUILD_ROOT]/android-src",
155 "name": "repo init" 155 "name": "repo init"
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manifest.p y", 159 "[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manifest.p y",
160 "[SLAVE_BUILD_ROOT]/android-src", 160 "[SLAVE_BUILD_ROOT]/android-src",
161 "external/chromium_org" 161 "external/chromium_org"
162 ], 162 ],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "--verbose", 212 "--verbose",
213 "--compiler", 213 "--compiler",
214 "goma", 214 "goma",
215 "--goma-dir", 215 "--goma-dir",
216 "[BUILD_ROOT]/goma" 216 "[BUILD_ROOT]/goma"
217 ], 217 ],
218 "cwd": "[SLAVE_BUILD_ROOT]", 218 "cwd": "[SLAVE_BUILD_ROOT]",
219 "name": "compile" 219 "name": "compile"
220 } 220 }
221 ] 221 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698