Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: components/history/core/test/BUILD.gn

Issue 903493002: Componentize ScoredHistoryMatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/history/core/test/BUILD.gn
diff --git a/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn
index 95c46db6d83d7b8a8b84ee8d961195873b116358..8472f4ba78d2fe446cb702bdd920b1822549c8dc 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/core/test/BUILD.gn
@@ -13,6 +13,8 @@ static_library("test") {
"history_unittest_base.h",
"test_history_database.cc",
"test_history_database.h",
+ "test_scored_history_match_client.cc",
+ "test_scored_history_match_client.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698