From 2ad5e38709bab33843635cc8f720a5b6ff71d52b Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 10 Mar 2017 05:21:15 -0800 Subject: [PATCH] Roll chromium_revision a2c9dcac6e..af8b67666d (456032:456047) Change log: https://chromium.googlesource.com/chromium/src/+log/a2c9dcac6e..af8b67666d Full diff: https://chromium.googlesource.com/chromium/src/+/a2c9dcac6e..af8b67666d Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cf8323ee87..07b9d8e41d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/39080eca5d..4f452305d0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a2c9dcac6e..af8b67666d/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2741963002 Cr-Commit-Position: refs/heads/master@{#17165} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index ba2c79be85..a8b8eba125 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'a2c9dcac6e64411adf0b6f047125d5ba415cce54', + 'chromium_revision': 'af8b67666d6c89aec9abebe7df21a2732d91ea2a', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'cf8323ee870672aa21cd36fd59935ab3d8aaa0db', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '07b9d8e41da36be5da7e1d0b1b92b4cf713cd8fb', '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' + '@' + '39080eca5d3d737fd6b06596ace485000d9d48bb', + Var('chromium_git') + '/chromium/src/tools' + '@' + '4f452305d0a958e9f51c0ae557fac082a9f8c9b0', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client':