Roll chromium_revision f87ef78727..2985a2476a (594716:594820)

Change log: https://chromium.googlesource.com/chromium/src/+log/f87ef78727..2985a2476a
Full diff: https://chromium.googlesource.com/chromium/src/+/f87ef78727..2985a2476a

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/a70a936115..381a4659bf
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/16c0043925..25f3a5195f
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0ce74ff66b..e0b19b71c6
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/fbb8c49331..0434dacf1a
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f37f9c926a..82c166f796
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/7f4f41fa81..fb86b888ef
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d9fdc1f5b5..cf257cec18
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0d86d95062..6007310a0c
DEPS diff: https://chromium.googlesource.com/chromium/src/+/f87ef78727..2985a2476a/DEPS

Clang version changed 342523:343189
Details: https://chromium.googlesource.com/chromium/src/+/f87ef78727..2985a2476a/tools/clang/scripts/update.py

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: Ia9003190af1e4946beb1ae96cf65b9d8abed6c82
Reviewed-on: https://webrtc-review.googlesource.com/102408
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24873}
diff --git a/DEPS b/DEPS
index 9d61d38..ec1058f 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': 'f87ef78727bc51eded829eddc8695a8a3c5b8193',
+  'chromium_revision': '2985a2476a50ee04dbd78b6a0c3228c5f96a2559',
   '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 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling BoringSSL
   # and whatever else without interference from each other.
-  'boringssl_revision': '7f4f41fa81c03e0f8ef1ab5b3d1d566b5968f107',
+  'boringssl_revision': 'fb86b888ef1c1265719208fd6c27a53ceb4920f7',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling lss
   # 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' + '@' + 'a70a9361152ec1f4fc573c459a49bad8b9be5464',
+    Var('chromium_git') + '/chromium/src/base' + '@' + '381a4659bf3918b7f924b404b453121278cd2a72',
   'src/build':
-    Var('chromium_git') + '/chromium/src/build' + '@' + '16c00439256e08988c4c3ccdd2c5f239be25a8e3',
+    Var('chromium_git') + '/chromium/src/build' + '@' + '25f3a5195fd5d32badd6b1acc793452d787b4556',
   'src/buildtools':
     Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2dff9c9c74e9d732e6fe57c84ef7fd044cc45d96',
   # 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' + '@' + '0ce74ff66be66fcca78ce75eb7a4cd19739e3b30',
+    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e0b19b71c6b8b734535c0b3419534e6790bb74bc',
     'condition': 'checkout_ios',
   },
   'src/testing':
-    Var('chromium_git') + '/chromium/src/testing' + '@' + 'fbb8c49331fdfcb049f8cbd5f36a9575033748b8',
+    Var('chromium_git') + '/chromium/src/testing' + '@' + '0434dacf1a0cfcde06e166ee574bf66b46a678b1',
   'src/third_party':
-    Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f37f9c926a56f96596a13404f3af8ca53b929e00',
+    Var('chromium_git') + '/chromium/src/third_party' + '@' + '82c166f796d7781fd6bd0d75167069e4aa4c294e',
   'src/third_party/android_ndk': {
       'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
       'condition': 'checkout_android',
@@ -84,7 +84,7 @@
   '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' + '@' + 'd9fdc1f5b5ded0b2b8189a08b3f45dcdbc5951dd',
+    Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'cf257cec18f051e361065e89473b651fb32f1855',
   'src/third_party/errorprone/lib': {
       'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
       'condition': 'checkout_android',
@@ -195,7 +195,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' + '@' + '0d86d950622e402ac370d41e030cffc45e74dc6e',
+    Var('chromium_git') + '/chromium/src/tools' + '@' + '6007310a0c44c748968a17f3a2ccfe5ddfa11846',
   'src/tools/swarming_client':
     Var('chromium_git') + '/infra/luci/client-py.git' + '@' +  Var('swarming_revision'),