From 42e7033e09e100dfa29fc41bc8481970a377ae5a Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Mon, 10 Dec 2018 17:01:05 -0800 Subject: [PATCH] Roll chromium_revision aec72e9e9c..d5698f682d (615246:615355) Change log: https://chromium.googlesource.com/chromium/src/+log/aec72e9e9c..d5698f682d Full diff: https://chromium.googlesource.com/chromium/src/+/aec72e9e9c..d5698f682d Changed dependencies * src/build: https://chromium.googlesource.com/chromium/src/build/+log/14e93be10a..640cd9eec2 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c1c1b066e7..cdbbe6e9df * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e2a1fb712f..ab80815c55 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/95bddd1e6e..d968674196 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ec40d02c8a..762a25693f * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/e472187d11..3ca6798e2c * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a2fbc72df3..1d656f5715 Added dependency * src/third_party/android_deps/libs/com_google_ar_core DEPS diff: https://chromium.googlesource.com/chromium/src/+/aec72e9e9c..d5698f682d/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Iabb1b87854eccb128e51ab489a17d6b66a04ada1 Reviewed-on: https://webrtc-review.googlesource.com/c/113827 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#25961} --- DEPS | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 221e366df8..182cbee5c1 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': 'aec72e9e9c13bdc488f11e7b165c73270fd40b6f', + 'chromium_revision': 'd5698f682d8b2742017df6c81e0bd8e6a3063189', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -48,7 +48,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '8c9b9a432685b7a92a5b57d0e631fed47cd1ab40', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '14e93be10a71ea19a99a88df1e8d8ce51d9c9034', + Var('chromium_git') + '/chromium/src/build' + '@' + '640cd9eec2a6f1e797d71a50f13238e9cb4c3df2', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c1c1b066e752e44e89c47113f8cf92dc9204c424', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cdbbe6e9dfc92301af752ede1070e1012d25637f', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'e2a1fb712fbba57772d15a0f6971054c907d43c5', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'ab80815c55a4b07d5b62865694998748d71e2245', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '95bddd1e6e8f1d51d229fd71adec0e295198c1fd', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd96867419689dec0e04679728430b7d0be54b134', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -111,7 +111,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' + '@' + 'ec40d02c8a16c9bc03a8eddddb71979244f5f1fd', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '762a25693faf4d7e82a70d1021aebd7d981297ff', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -128,7 +128,7 @@ deps = { Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + Var('harfbuzz_revision'), # WebRTC-only dependency (not present in Chromium). 'src/third_party/gtest-parallel': - Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'e472187d1129e508890aa20ac914adeac2e7f7b6', + Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '3ca6798e2c2a06708888611bc5147bd1266f97a0', 'src/third_party/google-truth': { 'packages': [ { @@ -229,7 +229,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' + '@' + 'a2fbc72df305b7751c3ff6774f7f6f20206bd308', + Var('chromium_git') + '/chromium/src/tools' + '@' + '1d656f571516b0ac5deea109473953602b8064eb', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), @@ -947,6 +947,17 @@ deps = { 'dep_type': 'cipd', }, + 'src/third_party/android_deps/libs/com_google_ar_core': { + 'packages': [ + { + 'package': 'chromium/third_party/android_deps/libs/com_google_ar_core', + 'version': 'version:1.5.0-cr0', + }, + ], + 'condition': 'checkout_android', + 'dep_type': 'cipd', + }, + 'src/third_party/android_deps/libs/com_google_code_findbugs_jsr305': { 'packages': [ {