webrtc/chromium
Henrik Kjellander d91cb5d5fb 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}
2015-04-01 11:30:53 +00:00
..
.gclient Reduce the number of Chromium dependencies synced. 2015-04-01 11:30:53 +00:00
OWNERS Change Chromium .gclient to not use Managed mode. 2014-09-04 14:58:55 +00:00
README Change Chromium .gclient to not use Managed mode. 2014-09-04 14:58:55 +00:00

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.