| 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": ["[BUILD_ROOT]/scripts/slave/android/generate_whitelist_deps_step.py",
"--method", "get_deps_for_android_build", "--path-to-deps", "[SLAVE_BUILD_ROOT]
/src/DEPS", "--path-to-whitelist", "[SLAVE_BUILD_ROOT]/src/android_webview/build
bot/deps_whitelist.py", "--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", "use repo from Android source tree", "r
epo init"] |
| 36 }, |
| 37 { |
| 38 "cmd": ["cp", "[SLAVE_BUILD_ROOT]/android-src/.repo/repo/repo", "[SLAVE_BUILD
_ROOT]/repo_copy/repo"], |
| 39 "name": "use repo from Android source tree" |
| 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]/repo_copy/repo", "sync", "-j16", "-d", "-f"], |
| 48 "cwd": "[SLAVE_BUILD_ROOT]/android-src", |
| 49 "name": "repo sync", |
| 50 "seed_steps": ["repo sync"] |
| 51 }, |
| 52 { |
| 53 "cmd": ["[SLAVE_BUILD_ROOT]/src/android_webview/buildbot/generate_local_manif
est.py", "[SLAVE_BUILD_ROOT]/android-src", "external/chromium_org"], |
| 54 "name": "generate local manifest", |
| 55 "seed_steps": ["generate local manifest", "repo re-sync"] |
| 56 }, |
| 57 { |
| 58 "cmd": ["[SLAVE_BUILD_ROOT]/repo_copy/repo", "sync", "-l"], |
| 59 "cwd": "[SLAVE_BUILD_ROOT]/android-src", |
| 60 "name": "repo re-sync" |
| 61 }, |
| 62 { |
| 63 "cmd": ["ln", "-s", "[SLAVE_BUILD_ROOT]/src", "[SLAVE_BUILD_ROOT]/android-src
/external/chromium_org"], |
| 64 "name": "symlink chromium source into android tree", |
| 65 "seed_steps": ["symlink chromium source into android tree"] |
| 66 }, |
| 67 { |
| 68 "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"], |
| 69 "cwd": "[SLAVE_BUILD_ROOT]/android-src/external/chromium_org", |
| 70 "name": "gyp_webview", |
| 71 "seed_steps": ["gyp_webview"] |
| 72 }, |
| 73 { |
| 74 "cmd": ["rm", "-rf", "[SLAVE_BUILD_ROOT]/android-src/out/*"], |
| 75 "name": "clobber", |
| 76 "seed_steps": ["clobber"] |
| 77 }, |
| 78 { |
| 79 "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"], |
| 80 "cwd": "[SLAVE_BUILD_ROOT]", |
| 81 "name": "compile", |
| 82 "seed_steps": ["compile"] |
| 83 } |
| 84 ] |
| OLD | NEW |