Roll chromium_revision b58e339c1c..dc11faf5dd (467062:467128)

Change log: b58e339c1c..dc11faf5dd
Full diff: b58e339c1c..dc11faf5dd

Changed dependencies:
* src/base: 547acff79d..0371213b8c
* src/build: a8f1fe795b..3b1d8eb828
* src/testing: 22dec726b2..bfd04d29e7
* src/third_party: 66072d9e3a..a38ccefb8b
* src/third_party/catapult: 13344fafc8..b2c22b39ba
* src/tools: ae554d9f74..b59881b6ea
DEPS diff: b58e339c1c..dc11faf5dd/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2839013002
Cr-Commit-Position: refs/heads/master@{#17871}
This commit is contained in:
buildbot 2017-04-25 15:22:49 -07:00 committed by Commit bot
parent 6275dfdd06
commit ab64d927ec

14
DEPS
View File

@ -2,7 +2,7 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'b58e339c1c80c860a6c3a91df79d428d3fe4051c',
'chromium_revision': 'dc11faf5dde4def76a9926f4466b3bd8808ba6ab',
'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': '13344fafc8814638210ca360d8ae8cf99cf1639b',
'catapult_revision': 'b2c22b39ba7df300abaa789fb7ea0292d62044d3',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -34,19 +34,19 @@ deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '547acff79d1d61940b4f8c2d988f581a688b26b6',
Var('chromium_git') + '/chromium/src/base' + '@' + '0371213b8c1b000bca02c759c48a6c0f29dfd3b1',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'a8f1fe795ba2ab74ce2a72d60f9d2d9d85c347ee',
Var('chromium_git') + '/chromium/src/build' + '@' + '3b1d8eb828540511c0400850a42006a2cf4b1626',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '22dec726b2970dd9dc0f55e2c5ba6ad438e8dc73',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'bfd04d29e73e86fdaccacbd2e9325a6068ded850',
'src/testing/gtest':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
'src/testing/gmock':
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '66072d9e3a95f4662764ebf89b7d123e1f5c6d21',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a38ccefb8b84638133f64132b8195c98fe8259a8',
'src/third_party/boringssl/src':
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
'src/third_party/catapult':
@ -79,7 +79,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' + '@' + 'ae554d9f745f73fa8c2f866b01b41d623513566a',
Var('chromium_git') + '/chromium/src/tools' + '@' + 'b59881b6ea8e07c31fdd1933d128195e3e43e543',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
'src/tools/swarming_client':