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

Side by Side Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-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: 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": {
3 "cache_dir": null,
4 "solutions": [
5 {
6 "deps_file": "DEPS",
7 "managed": true,
8 "name": "webrtc-limited",
9 "url": "svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/webrtc- limited"
10 },
11 {
12 "deps_file": "DEPS",
13 "managed": true,
14 "name": "webrtc.DEPS",
15 "url": "svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party /webrtc/webrtc.DEPS"
16 }
17 ]
18 },
2 "blink": { 19 "blink": {
3 "cache_dir": null, 20 "cache_dir": null,
4 "solutions": [ 21 "solutions": [
5 { 22 {
6 "custom_deps": { 23 "custom_deps": {
7 "src/third_party/WebKit": "svn://svn-mirror.golo.chromium.org/blink/tr unk" 24 "src/third_party/WebKit": "svn://svn-mirror.golo.chromium.org/blink/tr unk"
8 }, 25 },
9 "custom_vars": { 26 "custom_vars": {
10 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s", 27 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s",
11 "nacl_trunk": "svn://svn-mirror.golo.chromium.org/native_client/trunk" , 28 "nacl_trunk": "svn://svn-mirror.golo.chromium.org/native_client/trunk" ,
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "v8": { 268 "v8": {
252 "cache_dir": null, 269 "cache_dir": null,
253 "solutions": [ 270 "solutions": [
254 { 271 {
255 "deps_file": "DEPS", 272 "deps_file": "DEPS",
256 "managed": true, 273 "managed": true,
257 "name": "v8", 274 "name": "v8",
258 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" 275 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge"
259 } 276 }
260 ] 277 ]
278 },
279 "webrtc_android_apk_try_builder": {
280 "cache_dir": null,
281 "solutions": [
282 {
283 "custom_deps": {
284 "src/third_party/WebKit/LayoutTests": null,
285 "src/third_party/webrtc": null,
286 "src/webkit/data/layout_tests/LayoutTests": null
287 },
288 "custom_vars": {
289 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s",
290 "nacl_trunk": "svn://svn-mirror.golo.chromium.org/native_client/trunk" ,
291 "sourceforge_url": "svn://svn-mirror.golo.chromium.org/%(repo)s",
292 "webkit_trunk": "svn://svn-mirror.golo.chromium.org/blink/trunk"
293 },
294 "deps_file": "DEPS",
295 "managed": true,
296 "name": "src",
297 "url": "svn://svn-mirror.golo.chromium.org/chrome/trunk/src"
298 },
299 {
300 "deps_file": "DEPS",
301 "managed": true,
302 "name": "webrtc-limited",
303 "url": "svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/webrtc- limited"
304 },
305 {
306 "deps_file": "DEPS",
307 "managed": true,
308 "name": "webrtc.DEPS",
309 "url": "svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party /webrtc/webrtc.DEPS"
310 },
311 {
312 "deps_file": "DEPS",
313 "managed": true,
314 "name": "src/third_party/webrtc",
315 "url": "http://webrtc.googlecode.com/svn/trunk/webrtc"
316 }
317 ],
318 "target_os": [
319 "android"
320 ]
261 } 321 }
262 } 322 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698