Roll chromium_revision 79dd3437b6..d877d5897f (449906:449915)

Change log: 79dd3437b6..d877d5897f
Full diff: 79dd3437b6..d877d5897f

Changed dependencies:
* src/third_party: fb6934b178..df027252d0
* src/third_party/catapult: 67cf0dc183..623e8078bf
DEPS diff: 79dd3437b6..d877d5897f/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2690933002
Cr-Commit-Position: refs/heads/master@{#16570}
This commit is contained in:
buildbot 2017-02-13 00:00:08 -08:00 committed by Commit bot
parent c8cb889c23
commit b6dd7cd5bf

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '79dd3437b6e5dddaafeca8a50d07a0acd82b3c57',
'chromium_revision': 'd877d5897fd4057b00945591ec13213fa02feed6',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -27,7 +27,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': '67cf0dc183f8a484495aa7eb1984f241835d01c1',
'catapult_revision': '623e8078bffa79113055f14ffc65f8f20e0d9157',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -50,7 +50,7 @@ deps = {
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fb6934b1789b056b25da38d2d3b5a508fc141bd5',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'df027252d0686b9b0c7727eb77370fa79eb5aa35',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':