Skip to content

Commit

Permalink
deps: V8: cherry-pick cc641f6be756
Browse files Browse the repository at this point in the history
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 <machenbach@chromium.org>
    Commit-Queue: Maya Lekova <mslekova@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64680}

Refs: v8/v8@cc641f6

PR-URL: #39245
Refs: nodejs/build#2696
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
targos authored and richardlau committed Jul 23, 2021
1 parent a73275f commit add7b5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -34,7 +34,7 @@

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

##### V8 defaults for Node.js #####

Expand Down
8 changes: 8 additions & 0 deletions deps/v8/DEPS
Expand Up @@ -2,7 +2,15 @@
# directory and assume that the root of the checkout is in ./v8/, so
# all paths in here must match this assumption.

gclient_gn_args_file = 'v8/build/config/gclient_args.gni'
gclient_gn_args = [
'checkout_aemu'
]

vars = {
# By Default, do not checkout AEMU, as it is too big, as is done in Chromium.
'checkout_aemu': False,

# Fetches only the SDK boot images which match at least one of the whitelist
# entries in a comma-separated list.
#
Expand Down

0 comments on commit add7b5b

Please sign in to comment.