Skip to content

Commit add7b5b

Browse files
targosrichardlau
authored andcommitted
deps: V8: cherry-pick cc641f6be756
Original commit message: Add a simple gclient_args.gni file to V8 Bug: v8:9914 Change-Id: I0bae9aadd89876e8505e1388903c86777694ee09 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1890100 Reviewed-by: Michael Achenbach <[email protected]> Commit-Queue: Maya Lekova <[email protected]> Cr-Commit-Position: refs/heads/master@{#64680} Refs: v8/v8@cc641f6 PR-URL: #39245 Refs: nodejs/build#2696 Reviewed-By: Richard Lau <[email protected]>
1 parent a73275f commit add7b5b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# Reset this number to 0 on major V8 upgrades.
3636
# Increment by one for each non-official patch applied to deps/v8.
37-
'v8_embedder_string': '-node.51',
37+
'v8_embedder_string': '-node.52',
3838

3939
##### V8 defaults for Node.js #####
4040

deps/v8/DEPS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
# directory and assume that the root of the checkout is in ./v8/, so
33
# all paths in here must match this assumption.
44

5+
gclient_gn_args_file = 'v8/build/config/gclient_args.gni'
6+
gclient_gn_args = [
7+
'checkout_aemu'
8+
]
9+
510
vars = {
11+
# By Default, do not checkout AEMU, as it is too big, as is done in Chromium.
12+
'checkout_aemu': False,
13+
614
# Fetches only the SDK boot images which match at least one of the whitelist
715
# entries in a comma-separated list.
816
#

0 commit comments

Comments
 (0)