Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: components/history.gypi

Issue 813503003: Move files from chrome/browser/history to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-owners
Patch Set: Add missing #include of base/macros.h Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/history/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/history/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698