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

Unified Diff: components/search_engines.gypi

Issue 373343003: Componentize TemplateURLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_browser.gypi ('k') | components/search_engines/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines.gypi
diff --git a/components/search_engines.gypi b/components/search_engines.gypi
index d0afdd54f0169ac01e3a47e1c326b0bb04acc409..22309f05a0305157bb00b4f7a39188ea9eacdb66 100644
--- a/components/search_engines.gypi
+++ b/components/search_engines.gypi
@@ -13,7 +13,8 @@
'../net/net.gyp:net',
'../sql/sql.gyp:sql',
'../sync/sync.gyp:sync',
- '../ui/gfx/gfx.gyp:gfx_geometry',
+ '../third_party/libxml/libxml.gyp:libxml',
+ '../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
'component_metrics_proto',
'components_strings.gyp:components_strings',
@@ -51,7 +52,11 @@
'search_engines/template_url.h',
'search_engines/template_url_data.cc',
'search_engines/template_url_data.h',
+ 'search_engines/template_url_fetcher.cc',
+ 'search_engines/template_url_fetcher.h',
'search_engines/template_url_id.h',
+ 'search_engines/template_url_parser.cc',
+ 'search_engines/template_url_parser.h',
'search_engines/template_url_prepopulate_data.cc',
'search_engines/template_url_prepopulate_data.h',
'search_engines/template_url_service.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/search_engines/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698