d91cb5d5fb
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} |
||
---|---|---|
.. | ||
.gclient | ||
OWNERS | ||
README |
This .gclient file is used to do download a copy of Chromium. WebRTC uses the Chromium build toolchain and a number of shared dependencies by creating symlinks to folders in this checkout, using the ../setup_links.py script.