blob: c1a86ecfebc2c86dad9df62ef9984e5653c6e260 [file] [log] [blame]
Hangyu Kuangf047e7c2016-07-06 14:21:45 -07001solutions = [{
2 'name': 'src',
3 'url': 'https://chromium.googlesource.com/chromium/src.git',
4 'deps_file': '.DEPS.git',
5 'managed': False,
6 'custom_deps': {
7 # Skip syncing some large dependencies Libyuv will never need.
8 'src/third_party/cld_2/src': None,
9 'src/third_party/ffmpeg': None,
10 'src/third_party/hunspell_dictionaries': None,
11 'src/third_party/liblouis/src': None,
12 'src/third_party/pdfium': None,
13 'src/third_party/skia': None,
14 'src/third_party/trace-viewer': None,
15 'src/third_party/webrtc': None,
16 },
17 'safesync_url': ''
18}]
19
20cache_dir = None