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

Side by Side Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-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": {
3 "cache_dir": null,
4 "solutions": [
5 {
6 "deps_file": "DEPS",
7 "managed": true,
8 "name": "webrtc-limited",
9 "url": "svn://svn.chromium.org/chrome-internal/trunk/webrtc-limited"
10 },
11 {
12 "deps_file": "DEPS",
13 "managed": true,
14 "name": "webrtc.DEPS",
15 "url": "https://src.chromium.org/chrome/trunk/deps/third_party/webrtc/we brtc.DEPS"
16 }
17 ]
18 },
2 "blink": { 19 "blink": {
3 "cache_dir": null, 20 "cache_dir": null,
4 "solutions": [ 21 "solutions": [
5 { 22 {
6 "custom_vars": { 23 "custom_vars": {
7 "webkit_revision": "HEAD" 24 "webkit_revision": "HEAD"
8 }, 25 },
9 "deps_file": "DEPS", 26 "deps_file": "DEPS",
10 "managed": true, 27 "managed": true,
11 "name": "src", 28 "name": "src",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "v8": { 227 "v8": {
211 "cache_dir": null, 228 "cache_dir": null,
212 "solutions": [ 229 "solutions": [
213 { 230 {
214 "deps_file": "DEPS", 231 "deps_file": "DEPS",
215 "managed": true, 232 "managed": true,
216 "name": "v8", 233 "name": "v8",
217 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" 234 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge"
218 } 235 }
219 ] 236 ]
237 },
238 "webrtc_android_apk_try_builder": {
239 "cache_dir": null,
240 "solutions": [
241 {
242 "custom_deps": {
243 "src/third_party/webrtc": "http://webrtc.googlecode.com/svn/trunk/webr tc"
244 },
245 "deps_file": "DEPS",
246 "managed": true,
247 "name": "src",
248 "url": "https://src.chromium.org/chrome/trunk/src"
249 },
250 {
251 "deps_file": "DEPS",
252 "managed": true,
253 "name": "webrtc-limited",
254 "url": "svn://svn.chromium.org/chrome-internal/trunk/webrtc-limited"
255 },
256 {
257 "deps_file": "DEPS",
258 "managed": true,
259 "name": "webrtc.DEPS",
260 "url": "https://src.chromium.org/chrome/trunk/deps/third_party/webrtc/we brtc.DEPS"
261 }
262 ],
263 "target_os": [
264 "android"
265 ]
220 } 266 }
221 } 267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698