Skip to content

Commit ef6a1e6

Browse files
committed
new patch to fix browseros
1 parent ee60eb9 commit ef6a1e6

File tree

4 files changed

+739
-6
lines changed

4 files changed

+739
-6
lines changed

build/config/NXTSCAPE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
45
1+
46

build/config/gn/flags.linux.release.gn

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,35 @@ is_component_build = false
88
# Compiler
99
use_sysroot = true
1010
use_custom_libcxx = true
11+
is_clang = true
12+
clang_use_chrome_plugins = false
13+
fatal_linker_warnings = false
1114

1215
# Core features
1316
enable_nacl = false
1417
enable_widevine = true
18+
disable_fieldtrial_testing_config = true
1519

1620
# Media
1721
proprietary_codecs = true
1822
ffmpeg_branding = "Chrome"
1923

20-
# Optimization
24+
# Hardware acceleration
25+
use_vaapi = true
26+
27+
# Libraries
28+
use_system_libffi = false
29+
30+
# Optimization and binary size reduction
2131
symbol_level = 0
32+
blink_symbol_level = 0
33+
exclude_unwind_tables = true
2234

2335
# Disable PGO (Profile-Guided Optimization)
24-
chrome_pgo_phase = 0
36+
chrome_pgo_phase = 0
37+
38+
# API Keys (disable Google services)
39+
google_api_key = ""
40+
google_default_client_id = ""
41+
google_default_client_secret = ""
42+
use_official_google_api_keys = false

0 commit comments

Comments
 (0)