From 99daf6b69741147820238d8d804aeb3a1a72d7ca Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 10 Aug 2017 00:16:50 -0700 Subject: [PATCH] Roll chromium_revision 0a168c7a67..0b075b51c4 (493236:493310) Change log: https://chromium.googlesource.com/chromium/src/+log/0a168c7a67..0b075b51c4 Full diff: https://chromium.googlesource.com/chromium/src/+/0a168c7a67..0b075b51c4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/7517b595f5..438840033e * src/build: https://chromium.googlesource.com/chromium/src/build/+log/b6996c4c64..ac4744f4b0 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/102526695d..86a2b6d42d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/817ebb238b..19d647db79 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d2a81d2490..5b32951600 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/bd05965e45..af523a1723 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/c737562167..aebfe00636 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0a168c7a67..0b075b51c4/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2993373002 Cr-Commit-Position: refs/heads/master@{#19301} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index a8a83a5652..956afa4e1c 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '0a168c7a674dab6164e982e208efa7be7d2db005', + 'chromium_revision': '0b075b51c4e1b84849cfc87ab37b9ca746e73513', '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': 'bd05965e45572ae06d1a7139759a85a3d9a1a27c', + 'catapult_revision': 'af523a1723e562e65becbc4fd7281445af79eb75', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + '7517b595f5b2243b03d417642ff486e92aa522c7', + Var('chromium_git') + '/chromium/src/base' + '@' + '438840033e8ef1cb5e0ed3acd55d4af0a759327a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'b6996c4c64c9d223d2215de793dbd403a3e653be', + Var('chromium_git') + '/chromium/src/build' + '@' + 'ac4744f4b0780d608f2b0ce412a3c7755895f3f2', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f4bcb07d88cdb7d748813c3d150e08bf88435fb9', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '817ebb238b272ecff1a3f6f063abd665ff8bf51c', + Var('chromium_git') + '/chromium/src/testing' + '@' + '19d647db798ac03363e034a7d83a12b50831fd38', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd2a81d2490e0f8871e754869d3027ae7462f60b8', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5b32951600c6a78e596aa71c8da8c8a0b60c4600', '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' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'c7375621671c16e7b39a9bb37455b82a4fd4ad66', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'aebfe0063661e24bf912b499f0916b2c7c0c7a14', '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' + '@' + '102526695dc0cb2a7655f6438d00a5f7d9dd37ce', + Var('chromium_git') + '/chromium/src/ios' + '@' + '86a2b6d42db187440ce0a83cdf350b8421d039f6', }, 'unix': { 'src/third_party/lss':