chore: update GN build for chrome 66

This commit is contained in:
Jeremy Apthorp 2018-06-20 12:50:43 -07:00
parent 4a7dda7c45
commit aa4ca406c8
4 changed files with 34 additions and 21 deletions

14
DEPS
View file

@ -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'