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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 135 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
136 }, 136 },
137 "name": "gclient runhooks" 137 "name": "gclient runhooks"
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "[BUILD_ROOT]/scripts/slave/apply_svn_patch.py", 141 "[BUILD_ROOT]/scripts/slave/apply_svn_patch.py",
142 "-p", 142 "-p",
143 "try_job_svn_patch", 143 "try_job_svn_patch",
144 "-r", 144 "-r",
145 "repo" 145 "[SLAVE_BUILD_ROOT]/src/repo"
agable 2013/09/26 21:58:08 I think this is part of a rebase from siva's work,
146 ], 146 ],
147 "name": "apply_patch" 147 "name": "apply_patch"
148 }, 148 },
149 { 149 {
150 "abort_on_failure": true, 150 "abort_on_failure": true,
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "[BUILD_ROOT]/scripts/slave/compile.py", 154 "[BUILD_ROOT]/scripts/slave/compile.py",
155 "--target", 155 "--target",
(...skipping 30 matching lines...) Expand all
186 { 186 {
187 "cmd": [ 187 "cmd": [
188 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" 188 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py"
189 ], 189 ],
190 "env": { 190 "env": {
191 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 191 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
192 }, 192 },
193 "name": "lint" 193 "name": "lint"
194 } 194 }
195 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698