mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
This requires you don't have target_os=["ios"] set in your libyuv root .gclient file, since that will make native_client not being downloaded due to https://code.google.com/p/chromium/codesearch#chromium/src/DEPS&l=357 BUG=libyuv:573 TESTED= rm chromium/.last_sync_chromium rm chromium/.gclient.tmp_entries gclient sync native_client/build/gyp_nacl all.gyp -Dgtest_target_type=executable -Dmsan=0 -Duse_system_yasm=0 ninja -C out/Debug Review URL: https://codereview.chromium.org/1845003004 .
21 lines
592 B
Python
21 lines
592 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/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
|