chromium: Drop gn build arguments that match the default

This commit is contained in:
Michael Weiss 2020-11-28 17:48:16 +01:00
parent fb0239c654
commit f09799441f
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -214,10 +214,8 @@ let
custom_toolchain = "//build/toolchain/linux/unbundle:default";
host_toolchain = "//build/toolchain/linux/unbundle:default";
is_official_build = true;
is_debug = false;
use_vaapi = !stdenv.isAarch64; # TODO: Remove once M88 is released
proprietary_codecs = false;
use_sysroot = false;
use_gnome_keyring = gnomeKeyringSupport;
use_gio = gnomeSupport;
@ -233,7 +231,6 @@ let
rtc_use_pipewire = true;
treat_warnings_as_errors = false;
is_clang = stdenv.cc.isClang;
clang_use_chrome_plugins = false;
blink_symbol_level = 0;
symbol_level = 0;