build: stop defining is_mas_build
This commit is contained in:
parent
3247d789f2
commit
9fff635453
2 changed files with 1 additions and 3 deletions
2
BUILD.gn
2
BUILD.gn
|
@ -30,8 +30,6 @@ declare_args() {
|
|||
enable_desktop_capturer = true
|
||||
enable_run_as_node = true
|
||||
enable_osr = false
|
||||
|
||||
is_mas_build = false
|
||||
}
|
||||
|
||||
if (is_mas_build) {
|
||||
|
|
2
DEPS
2
DEPS
|
@ -2,7 +2,7 @@ vars = {
|
|||
'chromium_version':
|
||||
'66.0.3359.181',
|
||||
'libchromiumcontent_revision':
|
||||
'a4c59c8494f22904cbd7f79051ecc42587aa11f6',
|
||||
'f11f66be68240ef6f723e42161e23a8684d369c8',
|
||||
'node_version':
|
||||
'v10.2.0-35-g4879332def',
|
||||
|
||||
|
|
Loading…
Reference in a new issue