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

Unified Diff: components/history.gypi

Issue 339433007: Componentize URLDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | « components/components_tests.gyp ('k') | components/history/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 a0c4d83347f3ff3dcc1753113fd28f39a691f4ba..9de5bea38f672d13627b779a464df4672830a4fe 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -12,13 +12,21 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net',
'../url/url.gyp:url_lib',
'keyed_service_core',
+ 'query_parser',
],
'sources': [
- 'history/core/browser/history_client.h',
'history/core/browser/history_client.cc',
+ 'history/core/browser/history_client.h',
'history/core/browser/keyword_id.h',
+ 'history/core/browser/keyword_search_term.cc',
+ 'history/core/browser/keyword_search_term.h',
+ 'history/core/browser/url_database.cc',
+ 'history/core/browser/url_database.h',
+ 'history/core/browser/url_row.cc',
+ 'history/core/browser/url_row.h',
],
},
{
« no previous file with comments | « components/components_tests.gyp ('k') | components/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698