From 780dc38e41c36eed4034bab1a8f7a59354f80bb7 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Thu, 5 Apr 2018 20:45:14 -0700 Subject: [PATCH] Roll chromium_revision 0c62dce191..08d2ef4b27 (548550:548658) Change log: https://chromium.googlesource.com/chromium/src/+log/0c62dce191..08d2ef4b27 Full diff: https://chromium.googlesource.com/chromium/src/+/0c62dce191..08d2ef4b27 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f944f680e2..813f7d7b10 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/7f8536efdc..f73e9296a2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3c529657c9..4b7fedd56d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/db34fdc3f7..5795cb6d0b * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/92a57aff9a..21f8829821 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/883d59ef70..7b821dff59 * src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/dee9308475..f34a90b210 * src/third_party/openmax_dl: https://webrtc.googlesource.com/deps/third_party/openmax.git/+log/63d8cf4708..59265e0e91 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f4c0faebea..581251d3c7 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0c62dce191..08d2ef4b27/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I01cbaac6d095e7fc3f07bfce171c1d7870d8d647 Reviewed-on: https://webrtc-review.googlesource.com/67195 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22759} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index f1d843350a..fe6bac844e 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': '0c62dce191fc65f2d9d5b8e0be396ac299a1c8a4', + 'chromium_revision': '08d2ef4b272610e6085aa3ea7eb0f421d1d2c8cd', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -16,7 +16,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openmax_dl # and whatever else without interference from each other. - 'openmax_dl_revision': '63d8cf4708c94c9c8931c389ce333954541a96f2', + 'openmax_dl_revision': '59265e0e9105ec94e473b59c5c7ca1941e4dbd83', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -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': '883d59ef70276b408240bc48e9b615787a224188', + 'catapult_revision': '7b821dff598416556b5942edbf400216ced4034b', # 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,9 +38,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' + '@' + 'f944f680e2285f6a1e5fabc36c6e3657ff9aceb1', + Var('chromium_git') + '/chromium/src/base' + '@' + '813f7d7b10407c91dad95a0bbef8dd7bf1152705', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '7f8536efdcc7e3d6fcecea0fd70f5cb67d06b915', + Var('chromium_git') + '/chromium/src/build' + '@' + 'f73e9296a286d211ac52ee7fcec075f9bf43f01e', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '3748a2a90871fc25b0455790fa5a6699553f5197', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3c529657c9d8c233066e50b177ce1df8feb79480', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '4b7fedd56d4a356ca44c06914016ede3efa5cb94', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'db34fdc3f7f80bb6ad0f22f752e4036a162cc409', + Var('chromium_git') + '/chromium/src/testing' + '@' + '5795cb6d0bd999312076bfad4a52c7b19819699a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '92a57aff9af8e503d5f46af78cc19ccb3899a804', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '21f88298217dcd6515bbe129b664ea75cfe01fdf', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -86,7 +86,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/ffmpeg': - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'dee930847568b85e25ef6db3e87a563057731e32', + Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f34a90b2109007f1dace5824e26108b19d11cb81', 'src/third_party/findbugs': { 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67', 'condition': 'checkout_android', @@ -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' + '@' + 'f4c0faebea6ae5ee14aea9db0ee68f73ccdb497a', + Var('chromium_git') + '/chromium/src/tools' + '@' + '581251d3c706aea21a5c591583e0e81d756df7d7', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':