Commit cc641f6b authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

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/+/1890100Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64680}
parent dd663158
......@@ -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.
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment