| OLD | NEW |
| 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 Loading... |
| 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 "jb-mr1.1-dev" | 152 "android-4.3_r2.1" |
| 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 "--ndk-revision", | |
| 163 "5049b437591600fb0d262e4215cee4226e63c6ce" | |
| 164 ], | 162 ], |
| 165 "name": "generate local manifest" | 163 "name": "generate local manifest" |
| 166 }, | 164 }, |
| 167 { | 165 { |
| 168 "cmd": [ | 166 "cmd": [ |
| 169 "[DEPOT_TOOLS_ROOT]/repo", | 167 "[DEPOT_TOOLS_ROOT]/repo", |
| 170 "sync", | 168 "sync", |
| 171 "-j16", | 169 "-j16", |
| 172 "-d", | 170 "-d", |
| 173 "-f" | 171 "-f" |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "--src-dir", | 216 "--src-dir", |
| 219 "[SLAVE_BUILD_ROOT]/android-src", | 217 "[SLAVE_BUILD_ROOT]/android-src", |
| 220 "--build-tool", | 218 "--build-tool", |
| 221 "make-android", | 219 "make-android", |
| 222 "--verbose" | 220 "--verbose" |
| 223 ], | 221 ], |
| 224 "cwd": "[SLAVE_BUILD_ROOT]", | 222 "cwd": "[SLAVE_BUILD_ROOT]", |
| 225 "name": "compile" | 223 "name": "compile" |
| 226 } | 224 } |
| 227 ] | 225 ] |
| OLD | NEW |