Roll chromium_revision 269b6bc66e..dcc5978539 (445317:445328)

Change log: 269b6bc66e..dcc5978539
Full diff: 269b6bc66e..dcc5978539

Changed dependencies:
* src/third_party: 501c470ab5..2ed7d64dc8
DEPS diff: 269b6bc66e..dcc5978539/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2648153003
Cr-Commit-Position: refs/heads/master@{#16202}
This commit is contained in:
buildbot 2017-01-22 23:26:44 -08:00 committed by Commit bot
parent c1524347e9
commit 5d0f2e8753

4
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '269b6bc66eb96f69d61d814ea7ec1ffef695eee3',
'chromium_revision': 'dcc5978539854826253e97b7c2e4be61a73a2153',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -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' + '@' + '501c470ab5aca24216f673c90893e7ff578c58a6',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2ed7d64dc812631dbf8262ed380ffe4d09481351',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':