From 547f5f900fb20fee9356a664385d6a90d9729c7b Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Sat, 24 Jan 2026 18:31:38 +0100 Subject: [PATCH] [TOOLS] removed gn arg enable_ppapi no longer active --- build/cromite.gn_args | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index 3530e420..2bc6f586 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -156,7 +156,6 @@ if (target_os == "win") { enable_pdf = true pdf_is_complete_lib = true enable_plugins = true - enable_ppapi = false chrome_pgo_phase = 2 # enable pgo @@ -172,7 +171,6 @@ if (target_os == "linux") { enable_pdf = true pdf_is_complete_lib = true enable_plugins = true - enable_ppapi = false use_sysroot = true chrome_pgo_phase = 2 # enable pgo