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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/x86_try_builder.json

Issue 24737002: Add Paths as first-class types in configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 2 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 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS_ROOT]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']" 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']"
10 ], 10 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 136 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
137 }, 137 },
138 "name": "gclient runhooks" 138 "name": "gclient runhooks"
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "[BUILD_ROOT]/scripts/slave/apply_svn_patch.py", 142 "[BUILD_ROOT]/scripts/slave/apply_svn_patch.py",
143 "-p", 143 "-p",
144 "try_job_svn_patch", 144 "try_job_svn_patch",
145 "-r", 145 "-r",
146 "repo" 146 "[SLAVE_BUILD_ROOT]/src/repo"
147 ], 147 ],
148 "name": "apply_patch" 148 "name": "apply_patch"
149 }, 149 },
150 { 150 {
151 "abort_on_failure": true, 151 "abort_on_failure": true,
152 "cmd": [ 152 "cmd": [
153 "python", 153 "python",
154 "-u", 154 "-u",
155 "[BUILD_ROOT]/scripts/slave/compile.py", 155 "[BUILD_ROOT]/scripts/slave/compile.py",
156 "--target", 156 "--target",
(...skipping 30 matching lines...) Expand all
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" 189 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py"
190 ], 190 ],
191 "env": { 191 "env": {
192 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 192 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
193 }, 193 },
194 "name": "lint" 194 "name": "lint"
195 } 195 }
196 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698