Skip to content

Commit cc641f6

Browse files
MayaLekovaCommit Bot
authored andcommitted
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}
1 parent dd66315 commit cc641f6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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)