From a115a4b0f3dd1223e54eabe0a6bd2f28ccd43566 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 24 Apr 2017 12:32:58 -0700 Subject: [PATCH] Roll chromium_revision 3323cb816a..b3877746a0 (466620:466648) Change log: https://chromium.googlesource.com/chromium/src/+log/3323cb816a..b3877746a0 Full diff: https://chromium.googlesource.com/chromium/src/+/3323cb816a..b3877746a0 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/bf77077bed..e1363398a9 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/5d380920c0..c12058d5d3 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c02d0680b8..5863b520bc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/af8892ebe8..c76b35c7ea * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/4d4343808a..20f7e5a41b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ca8ceac069..53003ed813 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3323cb816a..b3877746a0/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2836813004 Cr-Commit-Position: refs/heads/master@{#17850} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 42849e3eff..10c9d77d62 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '3323cb816ab5d6cf0b0b6026bf98d58b1aa92402', + 'chromium_revision': 'b3877746a0165c9eea1a3b8892ebe6c6feae8f1f', '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': '4d4343808af0ecf365e4a789add07c30d17f6b0e', + 'catapult_revision': '20f7e5a41b447908da41782e283038fedb721013', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -34,19 +34,19 @@ 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' + '@' + 'bf77077bed41dcc10281b8e9affdf6dda16105b9', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e1363398a901ab8df644423661faaa2638fc8cdf', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '4636d316718a6069b501c1b5eb3d11a59c401ec3', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c02d0680b814db6094f2575b9a3f6785a9fadaf8', + Var('chromium_git') + '/chromium/src/testing' + '@' + '5863b520bca48b3969e54f4396c50dcddf3b2df1', 'src/testing/gtest': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'af8892ebe864cf0ab78fbb63996777cc3bc36c71', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c76b35c7eae6dfce34a09fbb942f0105ad6f6ba8', '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' + '@' + 'ca8ceac069187ee24a0d2e9859b80e38776358ff', + Var('chromium_git') + '/chromium/src/tools' + '@' + '53003ed8135b8c1211a9ddfc9b631bf24579e856', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '5d380920c03ae85dba5e7545a130d7603eb4a64c', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'c12058d5d370ace959cbd27c30a289594c4921b7', }, 'unix': { 'src/third_party/lss':