Skip to content

Commit

Permalink
#710 drop support for proprietary_codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Feb 1, 2024
1 parent 274d679 commit 7fbd09f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions build/cromite.gn_args
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,19 @@ debuggable_apks=false
dfmify_dev_ui=false
disable_android_lint=true
disable_fieldtrial_testing_config=true
disable_tab_ui_dfm=true
enable_av1_decoder=true
enable_dav1d_decoder=true
enable_gvr_services=false
enable_hangout_services_extension=false
enable_iterator_debugging=false
enable_mdns=false
enable_mse_mpeg2ts_stream_parser=true
enable_nacl=false
enable_platform_dolby_vision=true
enable_platform_hevc=true
enable_remoting=false
enable_reporting=false
enable_vr=false
exclude_unwind_tables=false
ffmpeg_branding="Chrome"
icu_use_data_file=true
is_component_build=false
is_debug=false
is_official_build=true
proprietary_codecs=true
rtc_build_examples=false
symbol_level=1
treat_warnings_as_errors=true
Expand All @@ -46,6 +38,12 @@ enable_feed_v2=false
enable_cardboard=false
is_high_end_android=true

# Do not compile with proprietary codecs
proprietary_codecs=false
ffmpeg_branding="Chromium"
enable_av1_decoder=true
enable_dav1d_decoder=true

# Do not compile libmonochrome.so with RELR relocations
# since supported only on API 28+
use_relr_relocations=false
Expand Down Expand Up @@ -105,7 +103,7 @@ if (target_os == "android") {
generate_linker_map = true
}

if (build_webview) {
if (build_webview) {
# only 64bit
skip_secondary_abi_for_cq = true
}
Expand Down

0 comments on commit 7fbd09f

Please sign in to comment.