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

Unified Diff: components/history.gypi

Issue 339433007: Componentize URLDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: components/history.gypi
diff --git a/components/history.gypi b/components/history.gypi
index a0c4d83347f3ff3dcc1753113fd28f39a691f4ba..bb750028b08e2148283d2f31e6ce9f6335f4b65d 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -16,9 +16,15 @@
'keyed_service_core',
sdefresne 2014/06/25 13:21:09 You need to add net/net.gyp:net as dependency here
hashimoto 2014/06/25 16:37:33 Good catch. Added net and 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',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698