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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/clang_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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py" 178 "[SLAVE_BUILD_ROOT]/src/repo/bin/lint.py"
179 ], 179 ],
180 "env": { 180 "env": {
181 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 181 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
182 }, 182 },
183 "name": "lint" 183 "name": "lint"
184 }, 184 },
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "[SLAVE_BUILD_ROOT]/src/tools/checkdeps/checkdeps.py", 187 "[SLAVE_BUILD_ROOT]/src/tools/checkdeps/checkdeps.py",
188 "--root=repo" 188 "--root=[SLAVE_BUILD_ROOT]/src/repo"
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": "checkdeps" 193 "name": "checkdeps"
194 } 194 }
195 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698