Index: components/history.gypi |
diff --git a/components/history.gypi b/components/history.gypi |
index 1252f5940ee6ffbfe070613ba25bb62dc654e487..1efca5ae1ac49495f897685d6324f6fd5405b05a 100644 |
--- a/components/history.gypi |
+++ b/components/history.gypi |
@@ -171,6 +171,7 @@ |
], |
'dependencies': [ |
'../base/base.gyp:base', |
+ '../net/net.gyp:net', |
'../skia/skia.gyp:skia', |
'../sql/sql.gyp:sql', |
'../sql/sql.gyp:test_support_sql', |
@@ -184,6 +185,8 @@ |
# Note: sources list duplicated in GN build. |
'history/core/test/database_test_utils.cc', |
'history/core/test/database_test_utils.h', |
+ 'history/core/test/fake_web_history_service.cc', |
+ 'history/core/test/fake_web_history_service.h', |
'history/core/test/history_backend_db_base_test.cc', |
'history/core/test/history_backend_db_base_test.h', |
'history/core/test/history_client_fake_bookmarks.cc', |