From 845de2febda9f8c0342363648bee78dc92036b79 Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 30 Aug 2017 10:22:55 -0700 Subject: [PATCH] Roll chromium_revision 19397b2658..0f448170cb (498435:498475) Change log: https://chromium.googlesource.com/chromium/src/+log/19397b2658..0f448170cb Full diff: https://chromium.googlesource.com/chromium/src/+/19397b2658..0f448170cb Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/8adaa1419e..b55b56c514 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f84dcfe8c8..815636f502 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ced25f6eb6..7879f4ba18 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f991fe6a88..61972623dc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad4d3fc9cb..536d63f06f * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5fe7f475ee..bf7858c2d4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/19397b2658..0f448170cb/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3005863002 Cr-Commit-Position: refs/heads/master@{#19608} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 5c5373ae91..cc014cd0e3 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '19397b2658015dbe924370ae9fd999de615c268a', + 'chromium_revision': '0f448170cbace67a69bfecedaa4efd99708b0d4d', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,15 +33,15 @@ 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' + '@' + '8adaa1419e48d0144b380a69d2d735ac95a5c34d', + Var('chromium_git') + '/chromium/src/base' + '@' + 'b55b56c514d07041ff20cf9f3febf0e8c5e33164', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f84dcfe8c8341efdf144b9d9b6c80eab2c3aeecf', + Var('chromium_git') + '/chromium/src/build' + '@' + '815636f5029c4833a85316f542593d85660fdb43', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5af0a3a8b89827a8634132080a39ab4b63dee489', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'f991fe6a886c1b2acdbd7cff68da8c8043d14894', + Var('chromium_git') + '/chromium/src/testing' + '@' + '61972623dcdac2cafc400c6020d45cb0ea2c52a8', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ad4d3fc9cb9ff9ab96b0456ba2e6a0e3265ca814', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '536d63f06fb8a8a377335b579b36bb817ffbd22d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -76,7 +76,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '5fe7f475ee48613be516951818aa8780cb195fdd', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'bf7858c2d47b32b44e82b66816857a9732ce021c', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -118,7 +118,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'ced25f6eb635fc0322ede239e077cc8b0a986893', + Var('chromium_git') + '/chromium/src/ios' + '@' + '7879f4ba18d26dbbebfffdafedd87cca00901961', }, 'unix': { 'src/third_party/lss':