3902054b58
Mainly to pick up recent yasm changes needed for turning on libvpx in GN. Summary of changes (git diff 6455c69..deaf2f7 DEPS): * third_party/boringssl 7bdec13..a70c75c * third_party/libjpeg_turbo 3963fbc..034e9a9 * third_party/libvpx d95585f..4947d55 * tools/gyp 1972:1977 I had to add src/third_party/junit/src to be ignored due to http://crbug.com/417292. BUG=3855, chromium:417292 TBR=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27539004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7313 4adac7df-926f-26a2-2b94-8c16560cd09d
21 lines
626 B
Python
21 lines
626 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 WebRTC will never need.
|
|
'src/chrome/tools/test/reference_build/chrome_linux': None,
|
|
'src/chrome/tools/test/reference_build/chrome_mac': None,
|
|
'src/chrome/tools/test/reference_build/chrome_win': None,
|
|
'src/native_client': None,
|
|
'src/third_party/ffmpeg': None,
|
|
'src/third_party/junit/src': None,
|
|
'src/third_party/WebKit': None,
|
|
'src/v8': None,
|
|
},
|
|
'safesync_url': ''
|
|
}]
|
|
|
|
cache_dir = None
|