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

Unified Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased, removed video_engine_tests Created 7 years 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/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
diff --git a/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json b/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
index a159a2458828b73ebdace7a72d547d28bd8c2c3e..3be99c35e3bd0a48124440193ca13100db1d67cf 100644
--- a/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
+++ b/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
@@ -1,4 +1,21 @@
{
+ "_webrtc_additional_solutions": {
+ "cache_dir": null,
+ "solutions": [
+ {
+ "deps_file": "DEPS",
+ "managed": true,
+ "name": "webrtc-limited",
+ "url": "svn://svn.chromium.org/chrome-internal/trunk/webrtc-limited"
+ },
+ {
+ "deps_file": "DEPS",
+ "managed": true,
+ "name": "webrtc.DEPS",
+ "url": "https://src.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS"
+ }
+ ]
+ },
"blink": {
"cache_dir": null,
"solutions": [
@@ -217,5 +234,34 @@
"url": "http://v8.googlecode.com/svn/branches/bleeding_edge"
}
]
+ },
+ "webrtc_android_apk_try_builder": {
+ "cache_dir": null,
+ "solutions": [
+ {
+ "custom_deps": {
+ "src/third_party/webrtc": "http://webrtc.googlecode.com/svn/trunk/webrtc"
+ },
+ "deps_file": "DEPS",
+ "managed": true,
+ "name": "src",
+ "url": "https://src.chromium.org/chrome/trunk/src"
+ },
+ {
+ "deps_file": "DEPS",
+ "managed": true,
+ "name": "webrtc-limited",
+ "url": "svn://svn.chromium.org/chrome-internal/trunk/webrtc-limited"
+ },
+ {
+ "deps_file": "DEPS",
+ "managed": true,
+ "name": "webrtc.DEPS",
+ "url": "https://src.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS"
+ }
+ ],
+ "target_os": [
+ "android"
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698