Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Side by Side Diff: scripts/slave/recipe_modules/android/example.expected/basic.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "-f" 90 "-f"
91 ], 91 ],
92 "cwd": "[SLAVE_BUILD]/android-src", 92 "cwd": "[SLAVE_BUILD]/android-src",
93 "name": "repo sync" 93 "name": "repo sync"
94 }, 94 },
95 { 95 {
96 "cmd": [ 96 "cmd": [
97 "[BUILD]/scripts/slave/android/with_lunch", 97 "[BUILD]/scripts/slave/android/with_lunch",
98 "[SLAVE_BUILD]/android-src", 98 "[SLAVE_BUILD]/android-src",
99 "nakasi-userdebug", 99 "nakasi-userdebug",
100 "[BUILD]/scripts/slave/recipe_modules/android/resources/update_default_pro ps.py", 100 "RECIPE_MODULE[android]/resources/update_default_props.py",
101 "ro.adb.secure=0" 101 "ro.adb.secure=0"
102 ], 102 ],
103 "name": "update /root/default.prop" 103 "name": "update /root/default.prop"
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", 107 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py",
108 "--method", 108 "--method",
109 "android_rsync_build", 109 "android_rsync_build",
110 "--path-to-deps", 110 "--path-to-deps",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "--src-dir", 151 "--src-dir",
152 "[SLAVE_BUILD]/android-src", 152 "[SLAVE_BUILD]/android-src",
153 "--build-tool", 153 "--build-tool",
154 "make-android", 154 "make-android",
155 "--verbose" 155 "--verbose"
156 ], 156 ],
157 "cwd": "[SLAVE_BUILD]", 157 "cwd": "[SLAVE_BUILD]",
158 "name": "compile android" 158 "name": "compile android"
159 } 159 }
160 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698