| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "--src-dir", | 208 "--src-dir", |
| 211 "[SLAVE_BUILD_ROOT]/android-src", | 209 "[SLAVE_BUILD_ROOT]/android-src", |
| 212 "--build-tool", | 210 "--build-tool", |
| 213 "make-android", | 211 "make-android", |
| 214 "--verbose" | 212 "--verbose" |
| 215 ], | 213 ], |
| 216 "cwd": "[SLAVE_BUILD_ROOT]", | 214 "cwd": "[SLAVE_BUILD_ROOT]", |
| 217 "name": "compile" | 215 "name": "compile" |
| 218 } | 216 } |
| 219 ] | 217 ] |
| OLD | NEW |