Skip to content

Commit

Permalink
chromium: Drop gn build arguments that match the default
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Nov 28, 2020
1 parent fb0239c commit f097994
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/applications/networking/browsers/chromium/common.nix
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit f097994

Please sign in to comment.