Roll chromium_revision ebc34ac470..6445a816ee (449846:449853)

Change log: ebc34ac470..6445a816ee
Full diff: ebc34ac470..6445a816ee

Changed dependencies:
* src/third_party: 7683341b84..c3bcde06a4
* src/tools: 1aa690793e..8bbd3624b9
DEPS diff: ebc34ac470..6445a816ee/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2681343006
Cr-Commit-Position: refs/heads/master@{#16555}
This commit is contained in:
buildbot 2017-02-11 02:37:54 -08:00 committed by Commit bot
parent 49ce67c992
commit 20ded2ac1b

6
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'ebc34ac470e32c079aad209b5eff7d0a06d13182',
'chromium_revision': '6445a816eea59b22caa418e00be12f1ccf9be21c',
'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' + '@' + '7683341b8409239dffbd8b2ad10461c07c2a2dcc',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c3bcde06a432c93e78cb81ad11ae9aa335a2e49b',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -85,7 +85,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '1aa690793e121822482bdd7f85f67d38f40f959d',
Var('chromium_git') + '/chromium/src/tools' + '@' + '8bbd3624b97857d38be0169dc6e251a26502b00a',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
'src/tools/swarming_client':