From f0736b16f4e02c7d05f31acfd1bd911f3a74cc0d Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 27 Apr 2017 13:09:51 -0700 Subject: [PATCH] Roll chromium_revision 487f817332..e052a49fd7 (467696:467736) Change log: https://chromium.googlesource.com/chromium/src/+log/487f817332..e052a49fd7 Full diff: https://chromium.googlesource.com/chromium/src/+/487f817332..e052a49fd7 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/908b9aa7b6..8cc4c16e5a * src/build: https://chromium.googlesource.com/chromium/src/build/+log/681278b9f0..24b506bc33 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/720686ddae..61ac8f2d1d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c96b95baf9..016e5f550e * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/1da215f21b..5af9d383bc * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0dbf918e5d..6a2ad46b3b DEPS diff: https://chromium.googlesource.com/chromium/src/+/487f817332..e052a49fd7/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2839403003 Cr-Commit-Position: refs/heads/master@{#17914} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index ef28f1cba1..b51570154b 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '487f8173327d36c411c5842d058dd82be8f8748b', + 'chromium_revision': 'e052a49fd7fad23a559f05c54e6dce8671c13883', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '908b9aa7b602079a11483ee660b1137d8f47fb6d', + Var('chromium_git') + '/chromium/src/base' + '@' + '8cc4c16e5abf3ae0f0e567e3e3c5f3b0e89dbabb', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '681278b9f0a456b0b538b3494fb3cf8b46504711', + Var('chromium_git') + '/chromium/src/build' + '@' + '24b506bc337cc77de2f50909d925007e47029203', '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' + '@' + 'c96b95baf9e69961ce135c00a79aeb64c7c9e03c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '016e5f550ef8c6f9c167f9d3d3f651cbb70493af', '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' + '@' + '0dbf918e5d9ed84e89661c566a050e49a1b8152f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6a2ad46b3b73e380eddd816693467a56f15a8d1e', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -91,7 +91,7 @@ deps = { 'src/third_party/gflags/src': Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb065c83beff83d50ae025a55a4bf94dfca', 'src/third_party/gtest-parallel': - Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '1da215f21b56c69f71ec4c7c77fbe097372c5667', + Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '5af9d383bcf7e4e4ba10ee1a75b415599341ae2a', } deps_os = { @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '720686ddaefc6391c6eab75416ae32c815f67edd', + Var('chromium_git') + '/chromium/src/ios' + '@' + '61ac8f2d1d85c6835b4de52de6fb40f78b63add9', }, 'unix': { 'src/third_party/lss':