From a647920631f475f68bbd4e35659a15e18990cb35 Mon Sep 17 00:00:00 2001 From: Max Karolinskiy Date: Sat, 20 Dec 2025 11:23:10 -0500 Subject: [PATCH] [cr145] Contextrual search service factory gn target modev. Chromium change: https://source.chromium.org/chromium/chromium/src/+/9a3f20f017c15681e9e3395a079fd57aa1170484 commit 9a3f20f017c15681e9e3395a079fd57aa1170484 Author: Juan Mojica Date: Mon Nov 24 02:22:10 2025 -0800 [contextual-search] Move ContextualSearchServiceFactory to contextual_search target. The existing "web_contents_helper" target is renamed to "contextual_search" and now includes both the service factory and the web contents helper. Dependencies on the old target are updated accordingly --- browser/ui/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/ui/BUILD.gn b/browser/ui/BUILD.gn index 4321bd0d2cb..59f658f0304 100644 --- a/browser/ui/BUILD.gn +++ b/browser/ui/BUILD.gn @@ -397,6 +397,7 @@ source_set("ui") { "//chrome/app:generated_resources", "//chrome/browser/app_mode", "//chrome/browser/content_settings:content_settings_factory", + "//chrome/browser/contextual_search", "//chrome/browser/favicon", "//chrome/browser/importer", "//chrome/browser/profiles",