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

Unified Diff: scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-mike_dot_org.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-mike_dot_org.json
diff --git a/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-mike_dot_org.json b/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-mike_dot_org.json
index c585ee581d4e07510a41402e73b8c89031198b31..7aa1827caa1dbd4f5efaf489c29d75d4da64c61c 100644
--- a/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-mike_dot_org.json
+++ b/scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-mike_dot_org.json
@@ -4,11 +4,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