Roll chromium_revision 2652ae0313..17157a99eb (1052243:1053021)

Change log: https://chromium.googlesource.com/chromium/src/+log/2652ae0313..17157a99eb
Full diff: https://chromium.googlesource.com/chromium/src/+/2652ae0313..17157a99eb

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/d2c50e0ff8..1bf506fcf3
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/4f7a8d7266..52a4ebc92d
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/f9d0f8488f..133d7cdb35
* src/buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/71619e734c..11bdb46a42
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8d895c39fa..cf96ef3cef
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/e8d25a90b2..779d58002d
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c53b0dbafd..d907fa343c
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fcf9fc4c36..e3ed6a8e01
* src/third_party/ffmpeg: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3dd1a90db3..b9f01c3c54
* src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/df2601395f..3f3427c6f3
* src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/865ce2ab0b..0f0f1ffa16
* src/third_party/r8/d8: xpZ7PmWRng3qxWvJQkt5btj_zJ-3QbBxahH-_MsVX48C..YRMWFybrAcIrgAxXJdeWJ3Qn_MbhEUGC5vZAcOAHnJIC
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/611b3fb47e..fd367926cc
DEPS diff: https://chromium.googlesource.com/chromium/src/+/2652ae0313..17157a99eb/DEPS

No update to Clang.

BUG=None

Change-Id: If2e06f3c1baa6bd31872cf569bcc90e69eaf9e25
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/277420
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#38246}
diff --git a/DEPS b/DEPS
index 5d78d78..b3fa41c 100644
--- a/DEPS
+++ b/DEPS
@@ -10,7 +10,7 @@
   # chromium waterfalls. More info at: crbug.com/570091.
   'checkout_configuration': 'default',
   'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
-  'chromium_revision': '2652ae0313a4565484aed75b7197f66d48049699',
+  'chromium_revision': '17157a99eb0ad47baf31a7d606ba5bde4ff71dcc',
 
   # Keep the Chromium default of generating location tags.
   'generate_location_tags': True,
@@ -36,24 +36,24 @@
 deps = {
   # TODO(kjellander): Move this to be Android-only.
   'src/base':
-    'https://chromium.googlesource.com/chromium/src/base@d2c50e0ff8c75dd0cb4930c51c9d77c3b59db6cf',
+    'https://chromium.googlesource.com/chromium/src/base@1bf506fcf3a94336be7396de651d66699b447b40',
   'src/build':
-    'https://chromium.googlesource.com/chromium/src/build@4f7a8d726692762c27650586fe4596b9de5ada43',
+    'https://chromium.googlesource.com/chromium/src/build@52a4ebc92d595b3800e5a11efbd73ce32ceab2f0',
   'src/buildtools':
-    'https://chromium.googlesource.com/chromium/src/buildtools@f9d0f8488f83f4f81139c297d7702006138c1ba6',
+    'https://chromium.googlesource.com/chromium/src/buildtools@133d7cdb35bf80c4a17bd4977bfc385ffeb4743d',
   # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
   'src/examples/androidtests/third_party/gradle': {
     'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
     'condition': 'checkout_android',
   },
   'src/ios': {
-    'url': 'https://chromium.googlesource.com/chromium/src/ios@8d895c39fa9a6b751f1d01a8353cd83a0581f97f',
+    'url': 'https://chromium.googlesource.com/chromium/src/ios@cf96ef3cef8d70052fe6761d1b303bb9031ac5d9',
     'condition': 'checkout_ios',
   },
   'src/testing':
-    'https://chromium.googlesource.com/chromium/src/testing@e8d25a90b2cd3fa5e0b2785a3192e08d38edeb20',
+    'https://chromium.googlesource.com/chromium/src/testing@779d58002d7f23c7c4b79bf562345bed7b5a44ab',
   'src/third_party':
-    'https://chromium.googlesource.com/chromium/src/third_party@c53b0dbafdbfc0375ab2919dd2c0d47a26f11681',
+    'https://chromium.googlesource.com/chromium/src/third_party@d907fa343ce99c0d2d693bb1776c19685460984d',
 
   'src/buildtools/linux64': {
     'packages': [
@@ -99,7 +99,7 @@
   'src/buildtools/clang_format/script':
     'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@8b525d2747f2584fc35d8c7e612e66f377858df7',
   'src/buildtools/third_party/libc++/trunk':
-    'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@71619e734caf944bdc576a70c5ca4830e2723830',
+    'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@11bdb46a42a9947797fb273821769a59fa2becbb',
   'src/buildtools/third_party/libc++abi/trunk':
     'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@5c3e02e92ae8bbc1bf1001bd9ef0d76e044ddb86',
   'src/buildtools/third_party/libunwind/trunk':
@@ -161,9 +161,9 @@
   'src/third_party/crc32c/src':
     'https://chromium.googlesource.com/external/github.com/google/crc32c.git@fa5ade41ee480003d9c5af6f43567ba22e4e17e6',
   'src/third_party/depot_tools':
-    'https://chromium.googlesource.com/chromium/tools/depot_tools.git@fcf9fc4c36d6a3b244fd95fbceaa7b9030e67362',
+    'https://chromium.googlesource.com/chromium/tools/depot_tools.git@e3ed6a8e015bada7f2708d990b5e8c4d01bcf047',
   'src/third_party/ffmpeg':
-    'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@3dd1a90db3f7ec955ff5476bd4ee5942f093c6fe',
+    'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@b9f01c3c54576330b2cf8918c54d5ee5be8faefe',
   'src/third_party/grpc/src': {
     'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@dd77c67217b10ffeaf766e25eb8b46d2d59de4ff',
   },
@@ -173,7 +173,7 @@
       'condition': 'checkout_linux',
   },
   'src/third_party/freetype/src':
-    'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@df2601395f96d5d513f15795a725abfe76214d95',
+    'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@3f3427c6f3c0ee928a923d3bb9218073d51f548b',
   'src/third_party/harfbuzz-ng/src':
     'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@56c467093598ec559a7148b61e112e9de52b7076',
   'src/third_party/google_benchmark/src': {
@@ -229,7 +229,7 @@
       'condition': 'checkout_android',
   },
   'src/third_party/perfetto':
-    'https://android.googlesource.com/platform/external/perfetto.git@865ce2ab0b69f9bf7ebd09bc5b0e493d08ad1da3',
+    'https://android.googlesource.com/platform/external/perfetto.git@0f0f1ffa169ed3be5c0e61443fb319df380634f0',
   'src/third_party/libvpx/source/libvpx':
     'https://chromium.googlesource.com/webm/libvpx.git@9d6d0624d7943a09cc0be9df1a7402522989ac1a',
   'src/third_party/libyuv':
@@ -267,7 +267,7 @@
       'packages': [
           {
               'package': 'chromium/third_party/r8',
-              'version': 'xpZ7PmWRng3qxWvJQkt5btj_zJ-3QbBxahH-_MsVX48C',
+              'version': 'YRMWFybrAcIrgAxXJdeWJ3Qn_MbhEUGC5vZAcOAHnJIC',
           },
       ],
       'condition': 'checkout_android',
@@ -278,7 +278,7 @@
     'condition': 'checkout_android',
   },
   'src/tools':
-    'https://chromium.googlesource.com/chromium/src/tools@611b3fb47eba41d03671a83251f31dfe5e5f4687',
+    'https://chromium.googlesource.com/chromium/src/tools@fd367926cc2e86ba813e96c8e6538d26c2eda55f',
 
   'src/third_party/accessibility_test_framework': {
       'packages': [