Roll chromium_revision cd4f72fdea..12f029dbc0 (464887:464889)

Change log: cd4f72fdea..12f029dbc0
Full diff: cd4f72fdea..12f029dbc0

Changed dependencies:
* src/third_party: 9f6623c4c0..473d188653
DEPS diff: cd4f72fdea..12f029dbc0/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2824723002
Cr-Commit-Position: refs/heads/master@{#17720}
This commit is contained in:
buildbot 2017-04-16 12:07:42 -07:00 committed by Commit bot
parent fdd4ca06f5
commit 8136a0b0df

4
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba',
'chromium_revision': '12f029dbc038cc206214e43fd83aa362bb9e649f',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -46,7 +46,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' + '@' + '9f6623c4c00ba1f26038cbaa31cfa90bdc77a266',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '473d18865336dfec1d3f69b1faf5666b02943fb0',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':