Roll chromium_revision 03cf97f6d8..38dcb5ed01 (605818:605924)

Change log: https://chromium.googlesource.com/chromium/src/+log/03cf97f6d8..38dcb5ed01
Full diff: https://chromium.googlesource.com/chromium/src/+/03cf97f6d8..38dcb5ed01

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/ad50d06b11..546dc6eba1
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/41398b47eb..9f8abf9183
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/53572a08cb..25df0733e7
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4cd36e3e50..7e5b9bf06b
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/02af94e28a..1dd44c1c64
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0273c5e3c2..2e722b007d
* src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/fa0076282e..7808cc796e
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/41d11031b4..dc7f4d2a7b
DEPS diff: https://chromium.googlesource.com/chromium/src/+/03cf97f6d8..38dcb5ed01/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org,
BUG=None

Change-Id: Iec560e1c1bf8b7866990283ea3e8541827a3da66
Reviewed-on: https://webrtc-review.googlesource.com/c/109760
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#25533}
diff --git a/DEPS b/DEPS
index 6b92c29..2c33412 100644
--- a/DEPS
+++ b/DEPS
@@ -7,7 +7,7 @@
   'checkout_configuration': 'default',
   'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
   'webrtc_git': 'https://webrtc.googlesource.com',
-  'chromium_revision': '03cf97f6d8624109059e8ecd931dba7fcb829985',
+  'chromium_revision': '38dcb5ed0137923d9b1f758a8d8ddf7b0035c86c',
   'boringssl_git': 'https://boringssl.googlesource.com',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling swarming_client
@@ -24,7 +24,7 @@
   # 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': '0273c5e3c23ad25ac6626cbadd00695bf0d93b3f',
+  'catapult_revision': '2e722b007d34e61aad0b5f13d74e5a5d9616c1a0',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling libFuzzer
   # and whatever else without interference from each other.
@@ -42,9 +42,9 @@
   # 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' + '@' + 'ad50d06b11af93ad72d0eb92df28d0a619bf3d12',
+    Var('chromium_git') + '/chromium/src/base' + '@' + '546dc6eba167a9699d56f43f768c42d360ea540e',
   'src/build':
-    Var('chromium_git') + '/chromium/src/build' + '@' + '41398b47ebd1990a9a5f7f4a4f2c14c7b06bb0ed',
+    Var('chromium_git') + '/chromium/src/build' + '@' + '9f8abf9183b5dabc14a80a0dc8849f4439121c8b',
   'src/buildtools':
     Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
   # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@@ -54,13 +54,13 @@
     'condition': 'checkout_android',
   },
   'src/ios': {
-    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '53572a08cbc2961ba4570c3e1aa5aaca5a51dff1',
+    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '25df0733e7479f908394c0373402ad808e806f09',
     'condition': 'checkout_ios',
   },
   'src/testing':
-    Var('chromium_git') + '/chromium/src/testing' + '@' + '4cd36e3e5004fb94bb253874600631cf5e8b5a3d',
+    Var('chromium_git') + '/chromium/src/testing' + '@' + '7e5b9bf06ba729118829484dd4c5a28e060d47db',
   'src/third_party':
-    Var('chromium_git') + '/chromium/src/third_party' + '@' + '02af94e28ab6e509301e682e1eb3c1fe471bc069',
+    Var('chromium_git') + '/chromium/src/third_party' + '@' + '1dd44c1c64b37b811176c168cfc927722fc234c8',
   'src/third_party/android_ndk': {
       'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
       'condition': 'checkout_android',
@@ -158,7 +158,7 @@
   'src/third_party/libsrtp':
     Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c',
   'src/third_party/libvpx/source/libvpx':
-    Var('chromium_git') + '/webm/libvpx.git' + '@' +  'fa0076282e62f649483bde868602aab86448a661',
+    Var('chromium_git') + '/webm/libvpx.git' + '@' +  '7808cc796ef1b7dde0a5e03f6d71e8a7f0174a1e',
   'src/third_party/libyuv':
     Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e',
   'src/third_party/lss': {
@@ -218,7 +218,7 @@
   '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' + '@' + '41d11031b4e42be206663bff755c7d3363bc5931',
+    Var('chromium_git') + '/chromium/src/tools' + '@' + 'dc7f4d2a7b3b367df1c01bd6b78247d33904445b',
   'src/tools/swarming_client':
     Var('chromium_git') + '/infra/luci/client-py.git' + '@' +  Var('swarming_revision'),