diff --git a/DEPS b/DEPS index a14a7f4acf8583..350eca096b4bee 100644 --- a/DEPS +++ b/DEPS @@ -38,6 +38,7 @@ gclient_gn_args = [ vars = { + "buildspec_platforms": "android", # 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. @@ -115,7 +116,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/3589', + 'v8_revision': '20f55e634deb753258ef0a140306e271026137bc', # 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. @@ -123,11 +124,11 @@ 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/3589', + 'angle_revision': '5a206950149026a5c6fc0ca89a9d20b2fb124aed', # 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. - 'buildtools_revision': 'refs/heads/chromium/3589', + 'buildtools_revision': '13a00f110ef910a25763346d6538b60f12845656', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -135,7 +136,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/3589', + 'pdfium_revision': '20f804166944e7707e0a980626bdd9f4a293a32c', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling openmax_dl # and whatever else without interference from each other. @@ -1187,7 +1188,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/3589', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@cc87c6580db744cfbbddf343f9ab561c34925c5e', 'condition': 'checkout_src_internal', },