summaryrefslogtreecommitdiffstats
path: root/components/history.gypi
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-26 18:34:56 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-26 18:34:56 +0000
commite3ce70ac4f0b28911bc13e684aec8316fab60c5c (patch)
tree26bf0d200cb9a6e2394ffa76276c2762d925f5ba /components/history.gypi
parentbc330ea7b30265b6d2e3e37b31f69b64fe3d329f (diff)
downloadchromium_src-e3ce70ac4f0b28911bc13e684aec8316fab60c5c.zip
chromium_src-e3ce70ac4f0b28911bc13e684aec8316fab60c5c.tar.gz
chromium_src-e3ce70ac4f0b28911bc13e684aec8316fab60c5c.tar.bz2
Componentize InMemoryDatabase
Move in_memory_database.{cc,h} from chrome/browser/history to components/history/core/browser BUG=387284 TEST=build TBR=sky@chromium.org for include fix under chrome/browser Review URL: https://codereview.chromium.org/344733006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/history.gypi')
-rw-r--r--components/history.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/history.gypi b/components/history.gypi
index 9de5bea..ab6aced 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -13,6 +13,7 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../sql/sql.gyp:sql',
'../url/url.gyp:url_lib',
'keyed_service_core',
'query_parser',
@@ -20,6 +21,8 @@
'sources': [
'history/core/browser/history_client.cc',
'history/core/browser/history_client.h',
+ 'history/core/browser/in_memory_database.cc',
+ 'history/core/browser/in_memory_database.h',
'history/core/browser/keyword_id.h',
'history/core/browser/keyword_search_term.cc',
'history/core/browser/keyword_search_term.h',