Roll chromium_revision ba603a0..029c2f4 (381748:382621)

Change log: ba603a0..029c2f4
Full diff: ba603a0..029c2f4

Changed dependencies:
* src/third_party/libvpx/source/libvpx: 9aa083d..afd8693
* src/tools/gyp: 61259d5..133eaf7
DEPS diff: ba603a0..029c2f4/DEPS

No update to Clang.

NOTRY=True
BUG=webrtc:5629
TBR=marpan@webrtc.org, stefan@webrtc.org,

Review URL: https://codereview.webrtc.org/1823623005

Cr-Commit-Position: refs/heads/master@{#12096}
This commit is contained in:
kjellander 2016-03-22 16:56:01 -07:00 committed by Commit bot
parent 2df29cb673
commit 752f36fc2a
2 changed files with 2 additions and 1 deletions

2
DEPS
View File

@ -6,7 +6,7 @@
vars = {
'extra_gyp_flag': '-Dextra_gyp_flag=0',
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'ba603a096944e16f5ac757c2a513b01a080cb3db',
'chromium_revision': '029c2f4532cae3def6455b83942820fe9e9c0622',
}
# NOTE: Use http rather than https; the latter can cause problems for users

View File

@ -64,6 +64,7 @@ DIRECTORIES = [
'third_party/usrsctp',
'third_party/yasm',
'third_party/zlib',
'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629.
'tools/clang',
'tools/generate_library_loader',
'tools/generate_stubs',