Roll chromium_revision 53b56ec80b..3691cc167a (483312:483339)

Change log: 53b56ec80b..3691cc167a
Full diff: 53b56ec80b..3691cc167a

Changed dependencies:
* src/ios: ee1c2d99c2..c067c9222e
* src/third_party: 4ae86ed53d..dd54809086
* src/third_party/catapult: a70ee6f1c1..56836f4aac
DEPS diff: 53b56ec80b..3691cc167a/DEPS

No update to Clang.

TBR=
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Review-Url: https://codereview.webrtc.org/2959423002
Cr-Commit-Position: refs/heads/master@{#18838}
This commit is contained in:
buildbot 2017-06-29 08:38:39 -07:00 committed by Commit Bot
parent a9cc40b7d2
commit 8cf398d4e1

8
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '53b56ec80be3c1b18df487c03963416a1313d6c5',
'chromium_revision': '3691cc167a224f40ff2909dcf51193b93b244c0d',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -23,7 +23,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': 'a70ee6f1c1fbf4cf78e2de6416dde17e8277ee25',
'catapult_revision': '56836f4aacdc15e1284ef9c09afdbb9f9bd92cda',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -41,7 +41,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ed02784059875305459c8f335b284ba7f5b1391b',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4ae86ed53ddc9c861c011db4d6d93214eda5ad2d',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd5480908673cc37e352b098c63b17f33cae3e55',
'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' + '@' + 'ee1c2d99c2da73fa4f7e5e4fb0bdabf91bc2269f',
Var('chromium_git') + '/chromium/src/ios' + '@' + 'c067c9222e0d16cc60260a1a336c28561dd6c863',
},
'unix': {
'src/third_party/lss':