summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-04 13:45:21 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-04 13:45:21 +0000
commit098e6098d233277b168cd367bc6012ba1722d108 (patch)
treefd5f157a10627ea4b45640cc2901a5230305caa4 /components/components.gyp
parentbea1db328892155789e584c87e8b2cb043b039af (diff)
downloadchromium_src-098e6098d233277b168cd367bc6012ba1722d108.zip
chromium_src-098e6098d233277b168cd367bc6012ba1722d108.tar.gz
chromium_src-098e6098d233277b168cd367bc6012ba1722d108.tar.bz2
Componentize TemplateURLService
Move TemplateURLService, SearchHostToURLsMap, util.cc from chrome/browser/search_engines to components/search_engines Move KeywordTable and KeywordWeDataService from chrome/browser/webdata to components/search_engines Fix DEPS, OWNERS and gyp. Replace HistoryDatabase in keyword_table.cc with URLDatabase. BUG=386367 TEST=build and checkdeps R=blundell@chromium.org, jochen@chromium.org, pkasting@chromium.org TBR=atwilson@chromium.org as an owner of sync, erikwright@chromium.org as an owner of sql Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281350 Review URL: https://codereview.chromium.org/367023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 903402d..7b485d1 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -43,7 +43,6 @@
'pref_registry.gypi',
'query_parser.gypi',
'rappor.gypi',
- 'search_engines.gypi',
'search_provider_logos.gypi',
'signin.gypi',
'startup_metric_utils.gypi',
@@ -87,6 +86,7 @@
# introduced.
'includes': [
'gcm_driver.gypi',
+ 'search_engines.gypi',
'sync_driver.gypi',
'invalidation.gypi',
],