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

Side by Side Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-True-cache_dir-True.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 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": "CACHE_DIR", 4 "cache_dir": "CACHE_DIR",
4 "solutions": [ 5 "solutions": [
5 { 6 {
6 "custom_vars": { 7 "custom_vars": {
7 "webkit_revision": "HEAD" 8 "webkit_revision": "HEAD"
8 }, 9 },
9 "deps_file": ".DEPS.git", 10 "deps_file": ".DEPS.git",
10 "managed": true, 11 "managed": true,
11 "name": "src", 12 "name": "src",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "v8": { 148 "v8": {
148 "cache_dir": "CACHE_DIR", 149 "cache_dir": "CACHE_DIR",
149 "solutions": [ 150 "solutions": [
150 { 151 {
151 "deps_file": ".DEPS.git", 152 "deps_file": ".DEPS.git",
152 "managed": true, 153 "managed": true,
153 "name": "v8", 154 "name": "v8",
154 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" 155 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge"
155 } 156 }
156 ] 157 ]
157 } 158 },
159 "webrtc_android_apk_try_builder": "config \"webrtc_android_apk_try_builder\" i ncludes \"_webrtc_additional_solutions\", but [WebRTC only supports svn]"
158 } 160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698