mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-11 22:19:56 +08:00
R=aiolos@chromium.org, torbjorng@chromium.org Review URL: https://codereview.chromium.org/1809653002 .
22 lines
623 B
Python
22 lines
623 B
Python
solutions = [{
|
|
'name': 'src',
|
|
'url': 'https://chromium.googlesource.com/chromium/src.git',
|
|
'deps_file': '.DEPS.git',
|
|
'managed': False,
|
|
'custom_deps': {
|
|
# Skip syncing some large dependencies Libyuv will never need.
|
|
'src/native_client': None,
|
|
'src/third_party/cld_2/src': None,
|
|
'src/third_party/ffmpeg': None,
|
|
'src/third_party/hunspell_dictionaries': None,
|
|
'src/third_party/liblouis/src': None,
|
|
'src/third_party/pdfium': None,
|
|
'src/third_party/skia': None,
|
|
'src/third_party/trace-viewer': None,
|
|
'src/third_party/webrtc': None,
|
|
},
|
|
'safesync_url': ''
|
|
}]
|
|
|
|
cache_dir = None
|