| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "jb-mr1.1-dev" | 182 "android-4.3_r2.1" |
| 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 "--ndk-revision", | |
| 193 "5049b437591600fb0d262e4215cee4226e63c6ce" | |
| 194 ], | 192 ], |
| 195 "name": "generate local manifest" | 193 "name": "generate local manifest" |
| 196 }, | 194 }, |
| 197 { | 195 { |
| 198 "cmd": [ | 196 "cmd": [ |
| 199 "[SLAVE_BUILD_ROOT]/repo_copy/repo", | 197 "[SLAVE_BUILD_ROOT]/repo_copy/repo", |
| 200 "sync", | 198 "sync", |
| 201 "-j16", | 199 "-j16", |
| 202 "-d", | 200 "-d", |
| 203 "-f" | 201 "-f" |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "--src-dir", | 238 "--src-dir", |
| 241 "[SLAVE_BUILD_ROOT]/android-src", | 239 "[SLAVE_BUILD_ROOT]/android-src", |
| 242 "--build-tool", | 240 "--build-tool", |
| 243 "make-android", | 241 "make-android", |
| 244 "--verbose" | 242 "--verbose" |
| 245 ], | 243 ], |
| 246 "cwd": "[SLAVE_BUILD_ROOT]", | 244 "cwd": "[SLAVE_BUILD_ROOT]", |
| 247 "name": "compile" | 245 "name": "compile" |
| 248 } | 246 } |
| 249 ] | 247 ] |
| OLD | NEW |