Index: components/history/core/test/BUILD.gn |
diff --git a/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn |
index 709a3a0949b7174fd0c72217b9fa5bf1cbd6653d..d8be6517e5eb7cefb84495b15ee78aa1decf5b2d 100644 |
--- a/components/history/core/test/BUILD.gn |
+++ b/components/history/core/test/BUILD.gn |
@@ -5,6 +5,7 @@ |
static_library("test") { |
testonly = true |
sources = [ |
+ "../browser/fake_web_history_service.cc", |
msramek
2015/11/30 15:17:10
This is a bit ugly. But I skimmed over a few BUILD
|
"database_test_utils.cc", |
"database_test_utils.h", |
"history_backend_db_base_test.cc", |
@@ -26,6 +27,7 @@ static_library("test") { |
deps = [ |
"//base", |
"//components/history/core/browser", |
+ "//net", |
"//sql", |
"//sql:test_support", |
"//testing/gtest", |