Index: components/history.gypi |
diff --git a/components/history.gypi b/components/history.gypi |
index 5b18dbc5f285329ed4b9bc1242554a44454907be..cde78051ab035de00520a782b7467296d7f1fa29 100644 |
--- a/components/history.gypi |
+++ b/components/history.gypi |
@@ -115,14 +115,18 @@ |
'..', |
], |
'dependencies': [ |
- 'history_core_browser', |
'../base/base.gyp:base', |
+ '../sql/sql.gyp:sql', |
+ '../testing/gtest.gyp:gtest', |
'../url/url.gyp:url_lib', |
+ 'history_core_browser', |
], |
'sources': [ |
# Note: sources list duplicated in GN build. |
'history/core/test/history_client_fake_bookmarks.cc', |
'history/core/test/history_client_fake_bookmarks.h', |
+ 'history/core/test/history_unittest_base.cc', |
+ 'history/core/test/history_unittest_base.h', |
], |
}, |
], |
@@ -172,10 +176,16 @@ |
'history/core/android/android_time.h', |
'history/core/android/android_urls_database.cc', |
'history/core/android/android_urls_database.h', |
+ 'history/core/android/android_urls_sql_handler.cc', |
+ 'history/core/android/android_urls_sql_handler.h', |
'history/core/android/favicon_sql_handler.cc', |
'history/core/android/favicon_sql_handler.h', |
'history/core/android/sql_handler.cc', |
'history/core/android/sql_handler.h', |
+ 'history/core/android/urls_sql_handler.cc', |
+ 'history/core/android/urls_sql_handler.h', |
+ 'history/core/android/visit_sql_handler.cc', |
+ 'history/core/android/visit_sql_handler.h', |
], |
}, |
], |