From 5111c338ca5704459bb2962a8d32c30ec4831913 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 16 Apr 2019 12:01:45 -0700 Subject: [PATCH] Roll chromium_revision 2e4f1b8087..1645d3d94d (650971:651391) Change log: https://chromium.googlesource.com/chromium/src/+log/2e4f1b8087..1645d3d94d Full diff: https://chromium.googlesource.com/chromium/src/+/2e4f1b8087..1645d3d94d Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e92dbd2eed..fc5b2dc0e5 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/45887bbd00..1daeec1375 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e9e306553a..29d29b7f20 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c044935b34..8a394c7d20 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/082b5dec62..6006d39fc9 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9de7d78395..73185de866 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/db58954c8c..4b79c3870c * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/c46694c1d9..da5be113f3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/97410bd377..fc26e4ab83 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2e4f1b8087..1645d3d94d/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: Ibc5bb17e0663ea54c33630086d4ea8b1624ae296 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133321 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27650} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 82b753cba3..70b31a562e 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '2e4f1b8087e37f38390197d83b322351be8543e4', + 'chromium_revision': '1645d3d94de6ba00dc5455dda4d1fad754c41d97', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': '9de7d78395ad6c009e3a040e0641dfae642ceb5d', + 'catapult_revision': '73185de866a94754509ec0a9737685525d8cb27e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,9 +86,9 @@ 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' + '@' + 'e92dbd2eed476c79b311a870e99fbc6bede0bcdf', + Var('chromium_git') + '/chromium/src/base' + '@' + 'fc5b2dc0e59beac77a4d7b917eedf84864e174a1', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '45887bbd00f8f9f94b056268f411ab23102bcd9c', + Var('chromium_git') + '/chromium/src/build' + '@' + '1daeec1375befbf984cc42657ff47a76b31cd8a8', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e9e306553a04c1276d2392644df465aca8451736', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '29d29b7f2086d864020621fbc8445067fc669797', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c044935b34be175f94f64b10a124ee2e60efd672', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8a394c7d2009333ce7bd150cdf25fcec092cfc93', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '082b5dec624eb775898c85a4502627c79603d96d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6006d39fc9ce5af27ec3579186011e7c7433b5c2', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'db58954c8cb36dd41e245a982f978a1f19b16af6', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '4b79c3870c5135c39c75822919eb76ac2d5633f4', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -250,7 +250,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + 'c46694c1d93ccfa40cb1c3b7c04c167be59fded4', + Var('chromium_git') + '/webm/libvpx.git' + '@' + 'da5be113f3205544658db52201a66273cf7d6e70', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e', 'src/third_party/lss': { @@ -312,7 +312,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '97410bd3776655c264bf3e379aa71c6142a90356', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fc26e4ab831541db95032e0ce0770c6755de70a0', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),