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

Side by Side 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: 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.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_deps": { 23 "custom_deps": {
7 "src/third_party/WebKit": "https://src.chromium.org/blink/trunk" 24 "src/third_party/WebKit": "https://src.chromium.org/blink/trunk"
8 }, 25 },
9 "custom_vars": { 26 "custom_vars": {
10 "webkit_revision": "HEAD" 27 "webkit_revision": "HEAD"
11 }, 28 },
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "v8": { 233 "v8": {
217 "cache_dir": null, 234 "cache_dir": null,
218 "solutions": [ 235 "solutions": [
219 { 236 {
220 "deps_file": "DEPS", 237 "deps_file": "DEPS",
221 "managed": true, 238 "managed": true,
222 "name": "v8", 239 "name": "v8",
223 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" 240 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge"
224 } 241 }
225 ] 242 ]
243 },
244 "webrtc_android_apk_try_builder": {
245 "cache_dir": null,
246 "solutions": [
247 {
248 "custom_deps": {
249 "src/third_party/webrtc": null
250 },
251 "deps_file": "DEPS",
252 "managed": true,
253 "name": "src",
254 "url": "https://src.chromium.org/chrome/trunk/src"
255 },
256 {
257 "deps_file": "DEPS",
258 "managed": true,
259 "name": "webrtc-limited",
260 "url": "svn://svn.chromium.org/chrome-internal/trunk/webrtc-limited"
261 },
262 {
263 "deps_file": "DEPS",
264 "managed": true,
265 "name": "webrtc.DEPS",
266 "url": "https://src.chromium.org/chrome/trunk/deps/third_party/webrtc/we brtc.DEPS"
267 },
268 {
269 "deps_file": "DEPS",
270 "managed": true,
271 "name": "src/third_party/webrtc",
272 "url": "http://webrtc.googlecode.com/svn/trunk/webrtc"
273 }
274 ],
275 "target_os": [
276 "android"
277 ]
226 } 278 }
227 } 279 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698