From 9fef346b46518d1c7c87cabcd8f36b44c2d98d5a Mon Sep 17 00:00:00 2001
From: chrome-release-bot <chrome-release-bot@chromium.org>
Date: Tue, 10 Sep 2019 20:45:54 -0700
Subject: [PATCH] Publish DEPS for 79.0.3909.1

---
 DEPS | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/DEPS b/DEPS
index 84433c72992f6..4971fce666444 100644
--- a/DEPS
+++ b/DEPS
@@ -39,6 +39,7 @@ gclient_gn_args = [
 
 
 vars = {
+  "buildspec_platforms": "win-asan",
   # Variable that can be used to support multiple build scenarios, like having
   # Chromium specific targets in a client project's GN file or sync dependencies
   # conditionally etc.
@@ -166,7 +167,7 @@ vars = {
   # 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': 'refs/heads/chromium/3909',
+  'v8_revision': '75ba649d1c6fea41b60bfd21417bd135793b5073',
   # 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.
@@ -174,7 +175,7 @@ vars = {
   # 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': 'refs/heads/chromium/3909',
+  'angle_revision': '0b8eca7953499f9eb6459761aff1114f03bfa0e4',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling SwiftShader
   # and whatever else without interference from each other.
@@ -182,7 +183,7 @@ vars = {
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling PDFium
   # and whatever else without interference from each other.
-  'pdfium_revision': 'refs/heads/chromium/3909',
+  'pdfium_revision': '881c56bc068704d45398bd7dedd7dcab6461e999',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling BoringSSL
   # and whatever else without interference from each other.
@@ -1455,7 +1456,7 @@ deps = {
     Var('chromium_git') + '/v8/v8.git' + '@' +  Var('v8_revision'),
 
   'src-internal': {
-    'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/3909',
+    'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d8c771a2e0a28ad453e96187ff1205a8f76835f1',
     'condition': 'checkout_src_internal',
   },
 
-- 
GitLab