Roll chromium_revision ca475350fa..47bc76841a (1238613:1238791)

Change log: https://chromium.googlesource.com/chromium/src/+log/ca475350fa..47bc76841a
Full diff: https://chromium.googlesource.com/chromium/src/+/ca475350fa..47bc76841a

Changed dependencies
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/ad3bfe9769..74005130f8
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/a481c9ee1a..5fe189d3b5
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b3277078b4..a3732df314
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/846310816e..05550500d7
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/21b5144133..4abc8f169b
* src/third_party/androidx: 4CxJZWo7ajrRGfWQCiweWMSo_Z-q6emYk1oHhobSdUoC..sqQJ-wARDWk_E32q9UOmDuZsVYv8ZVY37AD5jc996aYC
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2298e63899..61af87d894
* src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/8eab511017..ca76683b78
* src/third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/28d7125795..d855d8bc2e
* src/third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/c7c5649e8b..8806fb8bb2
* src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/84bb6bced2..819068d7e8
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/64f5401094..dd8974492d
DEPS diff: https://chromium.googlesource.com/chromium/src/+/ca475350fa..47bc76841a/DEPS

No update to Clang.

BUG=None

Change-Id: I6e6795da46874d50c0b1eaa1b3ca96cb413cb241
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331922
Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#41408}
diff --git a/DEPS b/DEPS
index f8a45dd..e83f150 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': 'ca475350faa54ff9695bbc8a242c2bd409e96a9c',
+  'chromium_revision': '47bc76841a37f70eb20ed90c21321b5648f99684',
 
   # Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
   # process the raw profiles produced by instrumented targets (built with
@@ -52,22 +52,22 @@
   'src/base':
     'https://chromium.googlesource.com/chromium/src/base@b9df085be67984c84a1cfa1c498bfdf966c2100e',
   'src/build':
-    'https://chromium.googlesource.com/chromium/src/build@ad3bfe976940d569d19360f444346d6e9b02d47f',
+    'https://chromium.googlesource.com/chromium/src/build@74005130f8dbb626ddf237bea3a89c2a10a6a884',
   'src/buildtools':
-    'https://chromium.googlesource.com/chromium/src/buildtools@a481c9ee1a44939746336fb8f386f87235cbd7f4',
+    'https://chromium.googlesource.com/chromium/src/buildtools@5fe189d3b5ffc1105961b7a3ed13898c4eeda7b1',
   # 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@b3277078b4e68d875094ee31a82b73e7c1a27ace',
+    'url': 'https://chromium.googlesource.com/chromium/src/ios@a3732df31452f4d1d2748c2c261a56d686aed8b4',
     'condition': 'checkout_ios',
   },
   'src/testing':
-    'https://chromium.googlesource.com/chromium/src/testing@846310816e81411e41101e11df2b93383db126c3',
+    'https://chromium.googlesource.com/chromium/src/testing@05550500d7387fd21dfad3bf6396da286989d134',
   'src/third_party':
-    'https://chromium.googlesource.com/chromium/src/third_party@21b51441335e076daeee93838af4291389390dd8',
+    'https://chromium.googlesource.com/chromium/src/third_party@4abc8f169bb2d8d26caad0a444bf457cdb412f79',
 
   'src/buildtools/linux64': {
     'packages': [
@@ -115,9 +115,9 @@
   'src/third_party/clang-format/script':
     'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@e5337933f2951cacd3aeacd238ce4578163ca0b9',
   'src/third_party/libc++/src':
-    'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@28d7125795ff7da27512de569bb539e7ba44cb62',
+    'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@d855d8bc2ef4a063c552236b57ed0b1ab2e6e0c1',
   'src/third_party/libc++abi/src':
-    'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@c7c5649e8badcb31e66f188f5cf7933f9a8f8287',
+    'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@8806fb8bb26e20206241ea2dfcee4fd2d4157b83',
   'src/third_party/libunwind/src':
     'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@3bb39833678d0a8ecc1a3544fdfb552493c3f232',
 
@@ -189,7 +189,7 @@
   'src/third_party/breakpad/breakpad':
     'https://chromium.googlesource.com/breakpad/breakpad.git@f49c2f1a2023da0cb055874fba050563dfea57db',
   'src/third_party/catapult':
-    'https://chromium.googlesource.com/catapult.git@2298e6389913688b2fee8100c4535053d627ef8c',
+    'https://chromium.googlesource.com/catapult.git@61af87d894922b368c4733137916ecfaaa607fea',
   'src/third_party/ced/src': {
     'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
   },
@@ -216,7 +216,7 @@
       'condition': 'checkout_linux',
   },
   'src/third_party/freetype/src':
-    'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@8eab511017a65026985523cab14aff07f1bb9746',
+    'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@ca76683b781db5d06ef1a0e2cb62a767e7dbe626',
   'src/third_party/harfbuzz-ng/src':
     'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@920c40cd43dd7b10b7ecba3d82a46f5fea88536f',
   'src/third_party/google_benchmark/src': {
@@ -302,7 +302,7 @@
       'condition': 'checkout_android',
   },
   'src/third_party/perfetto':
-    'https://android.googlesource.com/platform/external/perfetto.git@84bb6bced2420d2e7bd880cbf30b348448fa95d4',
+    'https://android.googlesource.com/platform/external/perfetto.git@819068d7e83a09200ee0b3a43fe44d90465cca5e',
   'src/third_party/libvpx/source/libvpx':
     'https://chromium.googlesource.com/webm/libvpx.git@df655cf4fb6c2a23b964544acd015cc715752830',
   'src/third_party/libyuv':
@@ -355,7 +355,7 @@
     'condition': 'checkout_android',
   },
   'src/tools':
-    'https://chromium.googlesource.com/chromium/src/tools@64f540109456355c84f861b5fd877ebb9c43fb8d',
+    'https://chromium.googlesource.com/chromium/src/tools@dd8974492d5a3550acecf23e6492c522403935b4',
 
   'src/third_party/accessibility_test_framework': {
       'packages': [
@@ -405,7 +405,7 @@
     'packages': [
       {
           'package': 'chromium/third_party/androidx',
-          'version': '4CxJZWo7ajrRGfWQCiweWMSo_Z-q6emYk1oHhobSdUoC',
+          'version': 'sqQJ-wARDWk_E32q9UOmDuZsVYv8ZVY37AD5jc996aYC',
       },
     ],
     'condition': 'checkout_android',