From bb9b97fb74b3e281fe633686e65cb42501677f8b Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Tue, 24 Jan 2023 11:58:50 -0500 Subject: [PATCH] remove `use_brlapi` in build WARNING at build arg file (use "gn args " to edit):18:14: Build argument has no effect. use_brlapi = 0 ^ Did you mean "use_vaapi"? The variable "use_brlapi" was set as a build argument but never appeared in a declare_args() block in any buildfile. To view all possible args, run "gn args --list " The build continued as if that argument was unspecified. Done. Made 18000 targets from 3088 files in 3657ms --- _/ansible/plays/chromium.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_/ansible/plays/chromium.yml b/_/ansible/plays/chromium.yml index 766b261..c85b31f 100644 --- a/_/ansible/plays/chromium.yml +++ b/_/ansible/plays/chromium.yml @@ -263,7 +263,6 @@ symbol_level = 0 target_cpu = "x64" target_os = "linux" - use_brlapi = 0 use_sysroot = true v8_symbol_level = 0 v8_target_cpu = "x64"