Reduce the number of Chromium dependencies synced.
This should save a bunch of disk space but most important of all it will not sync the Chromium DEPS-pinned copy of WebRTC, which can be very confusing when using IDEs that indexes all the source code recursively. TESTED= $ rm chromium/.last_sync_chromium $ rm -rf chromium/src/third_party/webrtc/ $ gclient sync Verified chromium/src/third_party/webrtc/ didn't come back. R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/51489004 Cr-Commit-Position: refs/heads/master@{#8910}
This commit is contained in:
parent
3cd9eaf5e8
commit
d91cb5d5fb
@ -9,8 +9,15 @@ solutions = [{
|
||||
'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/cld_2/src': None,
|
||||
'src/third_party/ffmpeg': None,
|
||||
'src/third_party/hunspell_dictionaries': None,
|
||||
'src/third_party/junit/src': 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,
|
||||
'src/third_party/WebKit': None,
|
||||
},
|
||||
'safesync_url': ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user