summaryrefslogtreecommitdiff
path: root/chromium/components/history/core/browser/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/history/core/browser/BUILD.gn')
-rw-r--r--chromium/components/history/core/browser/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/components/history/core/browser/BUILD.gn b/chromium/components/history/core/browser/BUILD.gn
index d3a9b446dbd..10fd62ac60e 100644
--- a/chromium/components/history/core/browser/BUILD.gn
+++ b/chromium/components/history/core/browser/BUILD.gn
@@ -11,6 +11,8 @@ static_library("browser") {
"default_top_sites_provider.h",
"delete_directive_handler.cc",
"delete_directive_handler.h",
+ "domain_mixing_metrics.cc",
+ "domain_mixing_metrics.h",
"download_constants.h",
"download_database.cc",
"download_database.h",
@@ -103,6 +105,7 @@ static_library("browser") {
"//base:i18n",
"//components/data_use_measurement/core",
"//components/favicon_base",
+ "//components/google/core/browser",
"//components/history/core/common",
"//components/keyed_service/core",
"//components/prefs",
@@ -171,6 +174,7 @@ bundle_data("unit_tests_bundle_data") {
"//components/test/data/history/history.31.sql",
"//components/test/data/history/history.32.sql",
"//components/test/data/history/history.38.sql",
+ "//components/test/data/history/history.39.sql",
"//components/test/data/history/thumbnail_wild/Favicons.corrupt_meta.disable",
"//components/test/data/history/thumbnail_wild/Favicons.v2.init.sql",
"//components/test/data/history/thumbnail_wild/Favicons.v3.init.sql",
@@ -191,6 +195,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"browsing_history_service_unittest.cc",
+ "domain_mixing_metrics_unittest.cc",
"download_slice_info_unittest.cc",
"expire_history_backend_unittest.cc",
"history_backend_db_unittest.cc",