From 2baa39e81d420647fa141249ac5c0ec35b575e6b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 29 Jan 2018 14:45:03 -0800 Subject: [PATCH] Roll chromium_revision 5d01e2667f..da763f1ccd (531725:532638) Change log: https://chromium.googlesource.com/chromium/src/+log/5d01e2667f..da763f1ccd Full diff: https://chromium.googlesource.com/chromium/src/+/5d01e2667f..da763f1ccd Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/b2ca0b612f..2a3cdc3126 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a02764f4fd..33dd9b84fd * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/437a616be5..f115f47867 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/f8a86f1a1b..e18677caa3 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/dee45e96fe..1d4c820fb9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/86dfb27ddf..131ce7168b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c3373753de..69f2184e9c * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fd4ad24165..7a4ced2773 * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/373e08f921..742ae4b24d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3265525bff..6a5902dcd8 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5d01e2667f..da763f1ccd/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I8466fa3aa3c88fe0c86d23d0401431305e6b1ab2 Reviewed-on: https://webrtc-review.googlesource.com/45863 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21795} --- DEPS | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/DEPS b/DEPS index a8f5b7d172..59155f055b 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': '5d01e2667f5313b8cbdf4f876e84780c0a658ab1', + 'chromium_revision': 'da763f1ccda12815f5bc24f66e6e32265f33e12a', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': 'c3373753de40a505241481ad2e74e2746f21551f', + 'catapult_revision': '69f2184e9c4351f5216d1ebe52bfd4c37ea79081', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,11 +38,11 @@ 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' + '@' + 'b2ca0b612fde77d80298f91d5172d25d8b276e7e', + Var('chromium_git') + '/chromium/src/base' + '@' + '2a3cdc3126d1afeea6a65207d46af1d316166a36', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a02764f4fda40254275f59a588857a63c76b70ce', + Var('chromium_git') + '/chromium/src/build' + '@' + '33dd9b84fd51a046a76b01672ed123056a7afbec', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + '437a616be5b2056336ed3ca5c33c41f7788ede09', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. 'src/examples/androidtests/third_party/gradle': { 'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f8a86f1a1baa7d21f49483b15ea26ec48ee8a734', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e18677caa36f90dd47d6afd97e4b685b859fe2da', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'dee45e96fe4a22123ed637c8424955a4d0cbcbd1', + Var('chromium_git') + '/chromium/src/testing' + '@' + '1d4c820fb973f6b0ac91a2a4f41264029edd2bd6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '86dfb27ddfd75af8f72c79da959c2a3fdc5232e0', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '131ce7168b316a1e79494176abdfe1e68c4e2acc', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55', 'condition': 'checkout_android', @@ -80,7 +80,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' + '@' + 'fd4ad2416554c43f6ecd2c9c62ab5914f521c9ad', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '7a4ced2773b2173c8ddc17c4895514706eb8df46', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8', 'condition': 'checkout_android', @@ -117,7 +117,7 @@ deps = { 'src/third_party/libsrtp': Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', 'src/third_party/libvpx/source/libvpx': - Var('chromium_git') + '/webm/libvpx.git' + '@' + '373e08f921e5bfd5a96963fabbbbe16ec793d44e', + Var('chromium_git') + '/webm/libvpx.git' + '@' + '742ae4b24d28342a1642c9749826ee8428b20d6e', 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '92e22cf5b66173d5d5056751ca62bc2254e4ff86', 'src/third_party/lss': { @@ -159,7 +159,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '3265525bff0a6f85db15b9f8e8c30cb925b9c224', + Var('chromium_git') + '/chromium/src/tools' + '@' + '6a5902dcd8e1447493b83b6aa4dbb3c223b1956f', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':