diff --git a/DEPS b/DEPS
index a49d507..c1ffd5f9 100644
--- a/DEPS
+++ b/DEPS
@@ -40,11 +40,11 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling Skia
   # and whatever else without interference from each other.
-  'skia_revision': '5143f2f3763bb1ccbcb893488775e6ed7221a7bf',
+  'skia_revision': '7a8c84c6c92565842aeea27d4971fbd78d523f7a',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling V8
   # and whatever else without interference from each other.
-  'v8_revision': '4a77d6405aaf14b9e58afbb44902cb3f59aa6cda',
+  'v8_revision': 'c7d2d2169f1f4d6d3f1e958a9102a4beb8bd4a95',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling swarming_client
   # and whatever else without interference from each other.
@@ -52,7 +52,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling ANGLE
   # and whatever else without interference from each other.
-  'angle_revision': '982f6e0125af4eaa40ee05157d27cbbd9259d969',
+  'angle_revision': '0492d4479799f296c4b1db4cb4ea465bacc8cec0',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling build tools
   # and whatever else without interference from each other.
@@ -60,7 +60,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling SwiftShader
   # and whatever else without interference from each other.
-  'swiftshader_revision': '399a298b449e9f9fff72170caf06ab2214172683',
+  'swiftshader_revision': '3b9e1eab3544111f3f1ff8fc652d6548acb608ba',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling PDFium
   # and whatever else without interference from each other.
@@ -96,7 +96,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': '1c02d65fcbf3f6960caf97fb3e137106f5d4a651',
+  'catapult_revision': '7ba431f75da5234ec64fe83dfe1d11d19a97581d',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling libFuzzer
   # and whatever else without interference from each other.
@@ -410,7 +410,7 @@
 
     # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
     'src/third_party/chromite':
-      Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'b97695f8e05e75b773b40d12a5eb9bb3b5872f5d',
+      Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '2d797e034329303f8b7cacf5ccebcd67f387d6f2',
 
     # Dependency of chromite.git and skia.
     'src/third_party/pyelftools':
@@ -458,13 +458,17 @@
     # Minizip library. Used on Chrome OS.
     'src/third_party/minizip/src':
       Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'dc3ad01e3d5928e9105f770b7e896a8e9fe0d3b4',
+
+    # Android Explicit Synchronization.
+    'src/third_party/libsync/src':
+      Var('chromium_git') + '/aosp/platform/system/core/libsync.git' + '@' + 'aa6cda6f638bd57d3a024f0d201f723a5c3bb875',
   },
   'android': {
     'src/third_party/android_protobuf/src':
       Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc72e97f7fe08bb756958a2cf090f4e7',
 
     'src/third_party/android_tools':
-      Var('chromium_git') + '/android_tools.git' + '@' + 'cb6bc21107001e2f2eeee2707b482b2b755baf51',
+      Var('chromium_git') + '/android_tools.git' + '@' + '023e2f65409a2b7886b8d644d6a88542ead6cd0a',
 
     'src/third_party/apache-portable-runtime/src':
       Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
@@ -734,6 +738,19 @@
                 '-s', 'src/buildtools/linux64/clang-format.sha1',
     ],
   },
+  # Pull order files for the win/clang build.
+  {
+    'name': 'orderfiles_win',
+    'pattern': '.',
+    'action': [ 'python',
+                'src/third_party/depot_tools/download_from_google_storage.py',
+                '--no_resume',
+                '--platform=win32',
+                '--no_auth',
+                '--bucket', 'chromium-browser-clang/orderfiles',
+                '-d', 'src/chrome/build',
+    ],
+  },
   # Pull luci-go binaries (isolate, swarming) using checked-in hashes.
   {
     'name': 'luci-go_win',