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

Unified Diff: scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-bob_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: license Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-bob_dot_org-internal.json
diff --git a/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-bob_dot_org-internal.json b/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-bob_dot_org-internal.json
index 779e43498075f159476afe74e81d9816af97e522..9f648fa120f91e50b44da854fabc8060f54ec554 100644
--- a/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-bob_dot_org-internal.json
+++ b/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-bob_dot_org-internal.json
@@ -8,11 +8,7 @@
"klp_builder": {
"extra_env": {
"ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie",
- "ANDROID_SDK_ROOT": [
- "third_party",
- "android_tools_internal",
- "sdk"
- ],
+ "ANDROID_SDK_ROOT": "Path('[CHECKOUT]', 'third_party', 'android_tools_internal', 'sdk')",
"ANDROID_SDK_VERSION": "KeyLimePie"
}
},

Powered by Google App Engine
This is Rietveld 408576698