fix build
This commit is contained in:
parent
03d9a61648
commit
dc660cb15d
@ -43,16 +43,16 @@ Config.prototype.buildArgs = function () {
|
||||
version_parts = version_parts.split('.')
|
||||
|
||||
let args = {
|
||||
safe_browsing_mode: 0,
|
||||
enable_session_service: false,
|
||||
// safe_browsing_mode: 0,
|
||||
// enable_session_service: false,
|
||||
// root_extra_deps: [ "//electron" ],
|
||||
is_component_build: this.buildConfig !== 'Release',
|
||||
enable_nacl: false,
|
||||
is_multi_dll_chrome: false,
|
||||
// enable_nacl: false,
|
||||
// is_multi_dll_chrome: false,
|
||||
proprietary_codecs: true,
|
||||
ffmpeg_branding: "Chrome",
|
||||
clang_use_chrome_plugins: false,
|
||||
enable_supervised_users: false,
|
||||
// clang_use_chrome_plugins: false,
|
||||
// enable_supervised_users: false,
|
||||
// branding_path_component: "brave",
|
||||
enable_widevine: process.platform !== 'linux',
|
||||
target_cpu: this.targetArch,
|
||||
|
Loading…
x
Reference in New Issue
Block a user