Index: components/history/core/common/BUILD.gn |
diff --git a/components/history/core/common/BUILD.gn b/components/history/core/common/BUILD.gn |
index 7a493141978ebc86786ede32720f563e8a537d74..b2f332aafe33d5ab90ac307ea89f34ff9b7f3736 100644 |
--- a/components/history/core/common/BUILD.gn |
+++ b/components/history/core/common/BUILD.gn |
@@ -12,3 +12,14 @@ static_library("common") { |
"//base", |
] |
} |
+ |
+source_set("unit_tests") { |
+ testonly = true |
+ sources = [ |
+ "thumbnail_score_unittest.cc", |
+ ] |
+ deps = [ |
+ ":common", |
+ "//testing/gtest", |
+ ] |
+} |