Roll chromium_revision 33eaae62b5..7d8a4d97b9 (475300:475330)

Change log: 33eaae62b5..7d8a4d97b9
Full diff: 33eaae62b5..7d8a4d97b9

Changed dependencies:
* src/ios: 0dacfef97e..841836b253
* src/third_party: a6f50e24f1..5d039c4fcb
DEPS diff: 33eaae62b5..7d8a4d97b9/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2909023002
Cr-Commit-Position: refs/heads/master@{#18302}
This commit is contained in:
buildbot 2017-05-29 04:14:43 -07:00 committed by Commit bot
parent 9b76594fbd
commit 8c5f472d66

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '33eaae62b5c0005b2959393bb473445a7d77bb4f',
'chromium_revision': '7d8a4d97b96a7e1f398424c840668fc17989f5d0',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -41,7 +41,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '800b3c5e8464dca0e0a3dd02de74bb50d73c0dd3',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a6f50e24f1f459a9d8ca87738b98ebb72133f34f',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '5d039c4fcb23ac54c94fa7bbd73c509ea2b6aad1',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -116,7 +116,7 @@ deps_os = {
},
'ios': {
'src/ios':
Var('chromium_git') + '/chromium/src/ios' + '@' + '0dacfef97ea85b5346b37ac7371fc28aac5cc6fe',
Var('chromium_git') + '/chromium/src/ios' + '@' + '841836b253f245e3eeab15a2801faf8da627e1bd',
},
'unix': {
'src/third_party/lss':