| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "@@@STEP_LOG_END@python.inline@@@" | 159 "@@@STEP_LOG_END@python.inline@@@" |
| 160 ] | 160 ] |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "[DEPOT_TOOLS_ROOT]/repo", | 164 "[DEPOT_TOOLS_ROOT]/repo", |
| 165 "init", | 165 "init", |
| 166 "-u", | 166 "-u", |
| 167 "https://android.googlesource.com/platform/manifest", | 167 "https://android.googlesource.com/platform/manifest", |
| 168 "-b", | 168 "-b", |
| 169 "jb-mr1.1-dev" | 169 "android-4.3_r2.1" |
| 170 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD_ROOT]/android-src", | 171 "cwd": "[SLAVE_BUILD_ROOT]/android-src", |
| 172 "name": "repo init" | 172 "name": "repo init" |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 "cmd": [ | 175 "cmd": [ |
| 176 "[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manifest.p
y", | 176 "[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manifest.p
y", |
| 177 "[SLAVE_BUILD_ROOT]/android-src", | 177 "[SLAVE_BUILD_ROOT]/android-src", |
| 178 "external/chromium_org", | 178 "external/chromium_org" |
| 179 "--ndk-revision", | |
| 180 "5049b437591600fb0d262e4215cee4226e63c6ce" | |
| 181 ], | 179 ], |
| 182 "name": "generate local manifest" | 180 "name": "generate local manifest" |
| 183 }, | 181 }, |
| 184 { | 182 { |
| 185 "cmd": [ | 183 "cmd": [ |
| 186 "[DEPOT_TOOLS_ROOT]/repo", | 184 "[DEPOT_TOOLS_ROOT]/repo", |
| 187 "sync", | 185 "sync", |
| 188 "-j16", | 186 "-j16", |
| 189 "-d", | 187 "-d", |
| 190 "-f" | 188 "-f" |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "--src-dir", | 225 "--src-dir", |
| 228 "[SLAVE_BUILD_ROOT]/android-src", | 226 "[SLAVE_BUILD_ROOT]/android-src", |
| 229 "--build-tool", | 227 "--build-tool", |
| 230 "make-android", | 228 "make-android", |
| 231 "--verbose" | 229 "--verbose" |
| 232 ], | 230 ], |
| 233 "cwd": "[SLAVE_BUILD_ROOT]", | 231 "cwd": "[SLAVE_BUILD_ROOT]", |
| 234 "name": "compile" | 232 "name": "compile" |
| 235 } | 233 } |
| 236 ] | 234 ] |
| OLD | NEW |