diff options
Diffstat (limited to 'chromium/DEPS')
-rw-r--r-- | chromium/DEPS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/DEPS b/chromium/DEPS index f59ea54776c..2ba836c9850 100644 --- a/chromium/DEPS +++ b/chromium/DEPS @@ -51,7 +51,6 @@ gclient_gn_args = [ vars = { - "buildspec_platforms": "linux64, mac64, win, win64, chromeos", # 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. @@ -233,7 +232,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': '81a494cf40920ec0d392e9a047f29dd1090958a1', + 'v8_revision': '6301cc0db1cfe066b06da062b9e709384a648b02', # 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. @@ -1685,7 +1684,7 @@ deps = { Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@35e8c86dfaf356cdf7a29f564c0495ce916fedd1', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@7a066337a5f085c02e5a02b60ff775d933ed1452', 'condition': 'checkout_src_internal', }, |