OLD | NEW |
| (Empty) |
1 solutions = [{ | |
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 WebRTC will never need. | |
8 'src/chrome/tools/test/reference_build/chrome_linux': None, | |
9 'src/chrome/tools/test/reference_build/chrome_mac': None, | |
10 'src/chrome/tools/test/reference_build/chrome_win': None, | |
11 'src/native_client': None, | |
12 'src/third_party/cld_2/src': None, | |
13 'src/third_party/hunspell_dictionaries': None, | |
14 'src/third_party/liblouis/src': None, | |
15 'src/third_party/pdfium': None, | |
16 'src/third_party/skia': None, | |
17 'src/third_party/trace-viewer': None, | |
18 'src/third_party/webrtc': None, | |
19 }, | |
20 'safesync_url': '' | |
21 }] | |
22 | |
23 cache_dir = None | |
OLD | NEW |