Index: components/history/core/test/BUILD.gn |
diff --git a/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn |
index 7ac0c01a770748dddcb00f91f9f9794bddb311ee..024c54d34aa84b22d512e3565d29296955f3ac6f 100644 |
--- a/components/history/core/test/BUILD.gn |
+++ b/components/history/core/test/BUILD.gn |
@@ -3,14 +3,19 @@ |
# found in the LICENSE file. |
static_library("test") { |
+ testonly = true |
sources = [ |
"history_client_fake_bookmarks.cc", |
"history_client_fake_bookmarks.h", |
+ "history_unittest_base.cc", |
+ "history_unittest_base.h", |
] |
deps = [ |
"//base", |
"//components/history/core/browser", |
+ "//sql", |
+ "//testing/gtest", |
"//url", |
] |
} |