From 67c12c833feb2909d8b625575fbeb5e9e513951b Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 25 Apr 2017 09:11:50 -0700 Subject: [PATCH] Roll chromium_revision bf1b7c0414..1920c68e77 (466961:467000) Change log: https://chromium.googlesource.com/chromium/src/+log/bf1b7c0414..1920c68e77 Full diff: https://chromium.googlesource.com/chromium/src/+/bf1b7c0414..1920c68e77 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/12da83f20e..5a3645c167 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c554b04d8f..9c64b49731 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1a4f269509..5f8fd156f8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b806c9e775..028ffdec0d * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/b367d46487..bc8989ef1a * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/86542c1e6b..416759d6fb DEPS diff: https://chromium.googlesource.com/chromium/src/+/bf1b7c0414..1920c68e77/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2841483006 Cr-Commit-Position: refs/heads/master@{#17867} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 9f1d2c73ab..8a01d38ce5 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'bf1b7c0414d63f6e3152f731e2602c8de55c73b8', + 'chromium_revision': '1920c68e77540a5a35e52fba0860f1b8a6262e57', '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': 'b367d46487c3cf25696f4d25cb7212b9cc9a48bb', + 'catapult_revision': 'bc8989ef1a06a456807e406fcb1a6d337b270845', # 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,9 +34,9 @@ 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' + '@' + '12da83f20efc310ad5e2ea75a388f6a6253507d2', + Var('chromium_git') + '/chromium/src/base' + '@' + '5a3645c1677314e643dc9bc0e5d3734a4ded531d', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'c554b04d8ff5bb10f44cbf38cd68f044f21c6de0', + Var('chromium_git') + '/chromium/src/build' + '@' + '9c64b497312e0d5ee74686693318d9d0b007a44f', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': @@ -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' + '@' + 'b806c9e775904c42df03c8f8542e6a7c05457f8a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '028ffdec0da63fd90f999b049b03f4d81f39950d', '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' + '@' + '86542c1e6b95edec6276de1f476f92f938756127', + Var('chromium_git') + '/chromium/src/tools' + '@' + '416759d6fb96f54ba36dee749cb7e1c12ac40706', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '1a4f26950995892934effc82ba435763fc15e161', + Var('chromium_git') + '/chromium/src/ios' + '@' + '5f8fd156f89a7aad4d2fa24e49d73cf5db4929f2', }, 'unix': { 'src/third_party/lss':