chore: update GN build for chrome 66
This commit is contained in:
parent
4a7dda7c45
commit
aa4ca406c8
4 changed files with 34 additions and 21 deletions
14
DEPS
14
DEPS
|
@ -13,6 +13,13 @@ vars = {
|
|||
|
||||
'electron_git':
|
||||
'https://github.com/electron',
|
||||
|
||||
'checkout_nacl':
|
||||
False,
|
||||
'checkout_libaom':
|
||||
True,
|
||||
'checkout_oculus_sdk':
|
||||
False,
|
||||
}
|
||||
|
||||
deps = {
|
||||
|
@ -60,3 +67,10 @@ recursedeps = [
|
|||
'src',
|
||||
'src/libchromiumcontent',
|
||||
]
|
||||
|
||||
gclient_gn_args = [
|
||||
'checkout_libaom',
|
||||
'checkout_nacl',
|
||||
'checkout_oculus_sdk'
|
||||
]
|
||||
gclient_gn_args_file = 'src/build/config/gclient_args.gni'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue