Skip to content

Commit

Permalink
Add a simple gclient_args.gni file to V8
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
MayaLekova authored and Commit Bot committed Oct 31, 2019
1 parent dd66315 commit cc641f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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 cc641f6

Please sign in to comment.