From d91cb5d5fb78e539ed1b940977c55e4fff9be7e0 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 1 Apr 2015 13:30:43 +0200 Subject: [PATCH] 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} --- chromium/.gclient | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chromium/.gclient b/chromium/.gclient index a1ed77780..af8552ac7 100644 --- a/chromium/.gclient +++ b/chromium/.gclient @@ -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': ''