From 12149bd5c76438c284a23a2542e4013e7f4f63d9 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 9 Jun 2017 09:20:29 -0700 Subject: [PATCH] Roll chromium_revision 06a62c1231..f7c1799c98 (478256:478294) Change log: https://chromium.googlesource.com/chromium/src/+log/06a62c1231..f7c1799c98 Full diff: https://chromium.googlesource.com/chromium/src/+/06a62c1231..f7c1799c98 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/aa821bdef5..aada46c50b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4c1e0a9162..22d6f1f3d6 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f7041d72dc..c4d68a924e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d3c90e6626..faf429c14e * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/32bdd96094..93941b45f0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/5db04d91fd..ca3ebdfd38 DEPS diff: https://chromium.googlesource.com/chromium/src/+/06a62c1231..f7c1799c98/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2931103002 Cr-Commit-Position: refs/heads/master@{#18516} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 75fd7735be..110f8861ca 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '06a62c12314c7d283c707c1949901665d715b716', + 'chromium_revision': 'f7c1799c98a242d123a56ef49a0578e906f506ae', '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': '32bdd960945af3580a61f9640bbfe72677e458ac', + 'catapult_revision': '93941b45f0e4d47db31547f735f27375bf6b7da4', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -35,13 +35,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '54a92c2d79238aa4b00f831ac660205e463ec60c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'aa821bdef57989846952e55bbf3dfe27db06fce3', + Var('chromium_git') + '/chromium/src/build' + '@' + 'aada46c50b50867f8dd708dc5900b90a483172eb', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b53a03df323e7fa7dafd892adbe70bf9f3cc97f7', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'f7041d72dcdd6fa02176ef7a2eb700710e420bc6', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'c4d68a924e2bc719a63b0f86c9761cdfa92ac41b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd3c90e6626b5a7993dcda71c4ccce90548b280b5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'faf429c14e59a0b390c8dd19dc4393a8f6eaa1bf', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,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' + '@' + '5db04d91fd8f0e0ffb07ab2a49981379df8c653c', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ca3ebdfd38b076a0782a2caa45a4bf27eabce954', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '4c1e0a9162187db92619c86f60645905041884a6', + Var('chromium_git') + '/chromium/src/ios' + '@' + '22d6f1f3d6498b0312a0e7e6511fd9d60151ed5d', }, 'unix': { 'src/third_party/lss':