| # Copyright 2025 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("autocomplete") { |
| sources = [ |
| "autocomplete_classifier_factory.h", |
| "chrome_autocomplete_scheme_classifier.h", |
| ] |
| public_deps = [ |
| "//base", |
| "//chrome/browser/profiles:profile", |
| "//components/omnibox/browser:location_bar", |
| ] |
| } |
| |
| source_set("aim_eligibility_service") { |
| sources = [ |
| "aim_eligibility_service_factory.cc", |
| "aim_eligibility_service_factory.h", |
| "chrome_aim_eligibility_service.cc", |
| "chrome_aim_eligibility_service.h", |
| ] |
| deps = [ |
| "//base", |
| "//chrome/browser:browser_process", |
| "//chrome/browser:global_features", |
| "//chrome/browser/profiles:profile", |
| "//chrome/browser/search_engines", |
| "//components/application_locale_storage", |
| "//components/keyed_service/core", |
| "//components/omnibox/browser", |
| "//components/prefs", |
| "//components/search_engines", |
| "//components/variations/service", |
| "//content/public/browser", |
| "//services/network/public/cpp", |
| ] |
| } |