aboutsummaryrefslogtreecommitdiff
path: root/sync_chromium.py
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-08-26 19:22:03 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-08-26 19:22:03 +0000
commitdc926a000e1c8054b1d5e0a79431963731f37f1c (patch)
tree34c08b3658227b710f4d8cea1fb5675946ec2d09 /sync_chromium.py
parent3533bfcb944d520b8491ff46e025c54334f15d66 (diff)
downloadwebrtc-dc926a000e1c8054b1d5e0a79431963731f37f1c.tar.gz
Avoid syncing unnecessary Chromium deps for WebRTC.
This should save several gigabytes of traffic and disk space. On Linux this is about 2.6 GB: 346M src/chrome/tools/test/reference_build 340M src/native_client 170M src/third_party/ffmpeg 1.5G src/third_party/WebKit 196M src/v8 BUG=2863 TESTED=Removed the directories locally, ran a sync and verified they didn't reappear (or fail because of platform-specific ones). R=iannucci@chromium.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22189004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6984 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'sync_chromium.py')
-rwxr-xr-xsync_chromium.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync_chromium.py b/sync_chromium.py
index 1957d2174f..d02346c97a 100755
--- a/sync_chromium.py
+++ b/sync_chromium.py
@@ -14,7 +14,7 @@ import sys
# Bump this whenever the algorithm changes and you need bots/devs to re-sync,
# ignoring the .last_sync_chromium file
-SCRIPT_VERSION = 1
+SCRIPT_VERSION = 2
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))