| OLD | NEW |
| (Empty) | |
| 1 [ |
| 2 { |
| 3 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "solutions = [{'url
': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src', 'safesync_url': '', 'm
anaged': True, 'name': 'src', 'deps_file': ''}]\n"], |
| 4 "name": "[spec: bare] gclient setup", |
| 5 "seed_steps": ["[spec: bare] gclient setup", "[spec: bare] gclient clean", "[
spec: bare] gclient sync"] |
| 6 }, |
| 7 { |
| 8 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"], |
| 9 "name": "[spec: bare] gclient clean" |
| 10 }, |
| 11 { |
| 12 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], |
| 13 "name": "[spec: bare] gclient sync" |
| 14 }, |
| 15 { |
| 16 "cmd": ["[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/deps_whitelist.py",
"--method", "android_build", "--path-to-deps", "[SLAVE_BUILD_ROOT]/src/DEPS", "-
-output-json", "/path/to/tmp/json"], |
| 17 "name": "calculate trimmed deps" |
| 18 }, |
| 19 { |
| 20 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "solutions = [{'url
': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src', 'safesync_url': '', 'n
ame': 'src', 'custom_deps': {'src/blacklist/project/2': None, 'src/blacklist/pro
ject/1': None}}]\ntarget_os = ['android']\n"], |
| 21 "name": "[spec: trimmed] gclient setup", |
| 22 "seed_steps": ["[spec: trimmed] gclient setup", "[spec: trimmed] gclient clea
n", "[spec: trimmed] gclient sync"] |
| 23 }, |
| 24 { |
| 25 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"], |
| 26 "name": "[spec: trimmed] gclient clean" |
| 27 }, |
| 28 { |
| 29 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], |
| 30 "name": "[spec: trimmed] gclient sync" |
| 31 }, |
| 32 { |
| 33 "cmd": ["mkdir", "-p", "[SLAVE_BUILD_ROOT]/repo_copy"], |
| 34 "name": "mkdir repo copy dir", |
| 35 "seed_steps": ["mkdir repo copy dir", "copy repo from Android", "repo init"] |
| 36 }, |
| 37 { |
| 38 "cmd": ["cp", "[SLAVE_BUILD_ROOT]/android-src/.repo/repo/repo", "[SLAVE_BUILD
_ROOT]/repo_copy/repo"], |
| 39 "name": "copy repo from Android" |
| 40 }, |
| 41 { |
| 42 "cmd": ["[SLAVE_BUILD_ROOT]/repo_copy/repo", "init", "-u", "https://android.g
ooglesource.com/platform/manifest", "-b", "master"], |
| 43 "cwd": "[SLAVE_BUILD_ROOT]/android-src", |
| 44 "name": "repo init" |
| 45 }, |
| 46 { |
| 47 "cmd": ["[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manif
est.py", "[SLAVE_BUILD_ROOT]/android-src", "external/chromium_org"], |
| 48 "name": "generate local manifest" |
| 49 }, |
| 50 { |
| 51 "cmd": ["[SLAVE_BUILD_ROOT]/repo_copy/repo", "sync", "-j16", "-d", "-f"], |
| 52 "cwd": "[SLAVE_BUILD_ROOT]/android-src", |
| 53 "name": "repo sync", |
| 54 "seed_steps": ["repo sync"] |
| 55 }, |
| 56 { |
| 57 "cmd": ["ln", "-s", "[SLAVE_BUILD_ROOT]/src", "[SLAVE_BUILD_ROOT]/android-src
/external/chromium_org"], |
| 58 "name": "symlink chromium_org", |
| 59 "seed_steps": ["symlink chromium_org"] |
| 60 }, |
| 61 { |
| 62 "cmd": ["[BUILD_ROOT]/scripts/slave/android/with_lunch", "[SLAVE_BUILD_ROOT]/
android-src", "full-eng", "[SLAVE_BUILD_ROOT]/android-src/external/chromium_org/
android_webview/tools/gyp_webview"], |
| 63 "cwd": "[SLAVE_BUILD_ROOT]/android-src/external/chromium_org", |
| 64 "name": "gyp_webview", |
| 65 "seed_steps": ["gyp_webview"] |
| 66 }, |
| 67 { |
| 68 "cmd": ["[BUILD_ROOT]/scripts/slave/android/with_lunch", "[SLAVE_BUILD_ROOT]/
android-src", "full-eng", "[BUILD_ROOT]/scripts/slave/compile.py", "libwebviewch
romium", "android_webview_java", "--build-dir", "[SLAVE_BUILD_ROOT]", "--src-dir
", "[SLAVE_BUILD_ROOT]/android-src", "--target-output-dir", "[SLAVE_BUILD_ROOT]/
android-src/out", "--build-tool", "make-android", "--verbose"], |
| 69 "cwd": "[SLAVE_BUILD_ROOT]", |
| 70 "name": "compile", |
| 71 "seed_steps": ["compile"] |
| 72 } |
| 73 ] |
| OLD | NEW |