# Copyright 2026 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("history") { sources = [ "history_util.cc" ] public = [ "history_util.h" ] public_deps = [ "//chrome/browser:browser_public_dependencies" ] deps = [ "//base", "//chrome/app:branded_strings", "//chrome/app:generated_resources_grit", "//chrome/app/resources:locale_settings", "//chrome/browser/history_embeddings", "//chrome/browser/profiles:profile", "//chrome/browser/resources/history:resources", "//chrome/browser/signin", "//chrome/browser/sync", "//chrome/browser/ui/webui:favicon_source", "//chrome/browser/ui/webui:webui_util", "//chrome/browser/ui/webui/cr_components/history_clusters", "//components/browsing_data/core", "//components/critical_actions/core/browser", "//components/favicon_base", "//components/history/core/browser", "//components/history/core/common", "//components/history_clusters/core", "//components/prefs", "//components/signin/public/base", "//components/strings:components_strings_grit", "//content/public/browser", "//ui/base", "//ui/webui", ] }