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

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

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 1 month 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 "_webrtc_additional_solutions": "WebRTC only supports svn",
2 "blink": { 3 "blink": {
3 "cache_dir": null, 4 "cache_dir": null,
4 "solutions": [ 5 "solutions": [
5 { 6 {
6 "custom_deps": { 7 "custom_deps": {
7 "src/third_party/WebKit": "https://chromium.googlesource.com/chromium/ blink.git" 8 "src/third_party/WebKit": "https://chromium.googlesource.com/chromium/ blink.git"
8 }, 9 },
9 "custom_vars": { 10 "custom_vars": {
10 "webkit_revision": "HEAD" 11 "webkit_revision": "HEAD"
11 }, 12 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "v8": { 154 "v8": {
154 "cache_dir": null, 155 "cache_dir": null,
155 "solutions": [ 156 "solutions": [
156 { 157 {
157 "deps_file": ".DEPS.git", 158 "deps_file": ".DEPS.git",
158 "managed": true, 159 "managed": true,
159 "name": "v8", 160 "name": "v8",
160 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" 161 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge"
161 } 162 }
162 ] 163 ]
163 } 164 },
165 "webrtc_android_apk_try_builder": "config \"webrtc_android_apk_try_builder\" i ncludes \"_webrtc_additional_solutions\", but [WebRTC only supports svn]"
164 } 166 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698