aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2015-09-16 19:19:04 +0200
committerHenrik Kjellander <kjellander@webrtc.org>2015-09-16 17:19:14 +0000
commiteecbab7cd54814b189fe1b5fdf2ba2afa4df4fbf (patch)
treee4eab124fa04a4fccf5a6303434c3fef1485649a /setup_links.py
parent844a91081ef1141bd9888e828bef87a7737c24a8 (diff)
downloadwebrtc-eecbab7cd54814b189fe1b5fdf2ba2afa4df4fbf.tar.gz
Roll chromium_revision a28d8d5..5482f56 (346100:347609)
Recent changes (https://codereview.chromium.org/1311013010) introduces a dependency on WebKit (Blink) in Chromium, which forces us to start pulling down that as well (+6GB). However Blink is about to be merged into the Chromium repo soon anyway, so the size increase is inevitable. Luckily, this can be removed in the next roll, if we roll past http://crrev.com/348812 The ijar dependency was introduced in https://codereview.chromium.org/1323053003 (#347208) Relevant changes: * src/third_party/boringssl/src: 12fe1b2..ac8302a * src/third_party/libvpx: a208eca..0304cef * src/third_party/libyuv: 3c4f573..0bc626a * src/tools/gyp: 6ee91ad..5d01a8c Details: https://chromium.googlesource.com/chromium/src/+/a28d8d5..5482f56/DEPS Clang version was not updated in this roll. R=torbjorng@webrtc.org TBR=marpan@webrtc.org BUG=webrtc:5005, chromium:530112 Review URL: https://codereview.webrtc.org/1305043008 . Cr-Commit-Position: refs/heads/master@{#9956}
Diffstat (limited to 'setup_links.py')
-rwxr-xr-xsetup_links.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_links.py b/setup_links.py
index f6380f0137..bc46202c17 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -62,6 +62,7 @@ DIRECTORIES = [
'third_party/sqlite',
'third_party/syzygy',
'third_party/usrsctp',
+ 'third_party/WebKit',
'third_party/yasm',
'third_party/zlib',
'tools/clang',
@@ -87,6 +88,7 @@ if 'android' in target_os:
'third_party/android_tools',
'third_party/appurify-python',
'third_party/ashmem',
+ 'third_party/ijar',
'third_party/jsr-305',
'third_party/junit',
'third_party/libevent',