Browse Source

build: stop defining is_mas_build (#13742)

is_mas_build is now defined in libcc.
Jeremy Apthorp 6 years ago
parent
commit
4918e279e2
2 changed files with 1 additions and 3 deletions
  1. 0 2
      BUILD.gn
  2. 1 1
      DEPS

+ 0 - 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) {

+ 1 - 1
DEPS

@@ -2,7 +2,7 @@ vars = {
   'chromium_version':
     '66.0.3359.181',
   'libchromiumcontent_revision':
-    'a4c59c8494f22904cbd7f79051ecc42587aa11f6',
+    '108379153e00ebaa8bdc4270008ac15feb901cc0',
   'node_version':
     'v10.2.0-35-g4879332def',