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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.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 "clang_builder": { 2 "clang_builder": {
3 "run_checkdeps": true, 3 "run_checkdeps": true,
4 "run_findbugs": true, 4 "run_findbugs": true,
5 "run_lint": true 5 "run_lint": true
6 }, 6 },
7 "component_builder": {}, 7 "component_builder": {},
8 "klp_builder": { 8 "klp_builder": {
9 "extra_env": { 9 "extra_env": {
10 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", 10 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie",
11 "ANDROID_SDK_ROOT": [ 11 "ANDROID_SDK_ROOT": "Path([CHECKOUT], ('third_party', 'android_tools_inter nal', 'sdk'))",
12 "third_party",
13 "android_tools_internal",
14 "sdk"
15 ],
16 "ANDROID_SDK_VERSION": "KeyLimePie" 12 "ANDROID_SDK_VERSION": "KeyLimePie"
17 } 13 }
18 }, 14 },
19 "main_builder": {}, 15 "main_builder": {},
20 "try_builder": { 16 "try_builder": {
21 "apply_svn_patch": true, 17 "apply_svn_patch": true,
22 "run_findbugs": true, 18 "run_findbugs": true,
23 "run_lint": true 19 "run_lint": true
24 }, 20 },
25 "x86_builder": { 21 "x86_builder": {
26 "target_arch": "x86" 22 "target_arch": "x86"
27 }, 23 },
28 "x86_try_builder": { 24 "x86_try_builder": {
29 "apply_svn_patch": true, 25 "apply_svn_patch": true,
30 "run_findbugs": true, 26 "run_findbugs": true,
31 "run_lint": true, 27 "run_lint": true,
32 "target_arch": "x86" 28 "target_arch": "x86"
33 } 29 }
34 } 30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698