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

Side by Side Diff: scripts/slave/recipes/android_webview_aosp.expected/uses_android_repo.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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "@@@STEP_LOG_END@python.inline@@@" 172 "@@@STEP_LOG_END@python.inline@@@"
173 ] 173 ]
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "[SLAVE_BUILD_ROOT]/repo_copy/repo", 177 "[SLAVE_BUILD_ROOT]/repo_copy/repo",
178 "init", 178 "init",
179 "-u", 179 "-u",
180 "https://android.googlesource.com/platform/manifest", 180 "https://android.googlesource.com/platform/manifest",
181 "-b", 181 "-b",
182 "android-4.3_r2.1" 182 "android-4.3_r2.3"
183 ], 183 ],
184 "cwd": "[SLAVE_BUILD_ROOT]/android-src", 184 "cwd": "[SLAVE_BUILD_ROOT]/android-src",
185 "name": "repo init" 185 "name": "repo init"
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manifest.p y", 189 "[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manifest.p y",
190 "[SLAVE_BUILD_ROOT]/android-src", 190 "[SLAVE_BUILD_ROOT]/android-src",
191 "external/chromium_org" 191 "external/chromium_org"
192 ], 192 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "--src-dir", 238 "--src-dir",
239 "[SLAVE_BUILD_ROOT]/android-src", 239 "[SLAVE_BUILD_ROOT]/android-src",
240 "--build-tool", 240 "--build-tool",
241 "make-android", 241 "make-android",
242 "--verbose" 242 "--verbose"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD_ROOT]", 244 "cwd": "[SLAVE_BUILD_ROOT]",
245 "name": "compile" 245 "name": "compile"
246 } 246 }
247 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698