From 5548792c29da8bbe0ef00e2932afa97316ce44db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=8E=9F=E6=81=BA?= <34772565+dyk98@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:28:40 +0800 Subject: [PATCH] fix: headless_shell_switches.cc was deleted in branch nw73 --- headless/BUILD.gn | 7 ------- 1 file changed, 7 deletions(-) diff --git a/headless/BUILD.gn b/headless/BUILD.gn index e1b6aff98bade..b205634c665c5 100644 --- a/headless/BUILD.gn +++ b/headless/BUILD.gn @@ -898,13 +898,6 @@ static_library("headless_shell_lib") { deps += [ "//components/crash/content/browser" ] } - if ((is_linux || is_mac) && is_component_build) { - sources += [ - "app/headless_shell_switches.cc", - "app/headless_shell_switches.h", - ] - } - if (enable_printing) { deps += [ "//components/printing/browser",