aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-services_screen__ai_public_cpp_utilities.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-services_screen__ai_public_cpp_utilities.cc')
-rw-r--r--devel/electron33/files/patch-services_screen__ai_public_cpp_utilities.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron33/files/patch-services_screen__ai_public_cpp_utilities.cc b/devel/electron33/files/patch-services_screen__ai_public_cpp_utilities.cc
deleted file mode 100644
index 7238c5bfcb67..000000000000
--- a/devel/electron33/files/patch-services_screen__ai_public_cpp_utilities.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- services/screen_ai/public/cpp/utilities.cc.orig 2024-08-14 20:55:10 UTC
-+++ services/screen_ai/public/cpp/utilities.cc
-@@ -18,7 +18,7 @@ namespace {
-
- namespace {
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- constexpr char kBinaryPathSwitch[] = "screen-ai-binary";
- #endif
-
-@@ -39,7 +39,7 @@ constexpr char kScreenAIDlcRootPath[] =
- #endif
-
- #if BUILDFLAG(ENABLE_SCREEN_AI_BROWSERTESTS)
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- constexpr base::FilePath::CharType kScreenAIResourcePathForTests[] =
- FILE_PATH_LITERAL("third_party/screen-ai/linux/resources");
- #elif BUILDFLAG(IS_MAC)
-@@ -128,7 +128,7 @@ const char* GetBinaryPathSwitch() {
-
- const char* GetBinaryPathSwitch() {
- // This is only used on Linux and ChromeOS.
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- return kBinaryPathSwitch;
- #else
- return nullptr;