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

Unified Diff: components/search_engines.gypi

Issue 330433002: Move prepopulated_engines to components/search_engines (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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/search_engines/prepopulated_engines.gyp » ('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 3456fdde9a666aa4d52fec7d10b6297fa728dc4e..9f7a604eb5062d2061301cc5376cd8e13856204a 100644
--- a/components/search_engines.gypi
+++ b/components/search_engines.gypi
@@ -10,11 +10,13 @@
'dependencies': [
'../base/base.gyp:base',
'../url/url.gyp:url_lib',
+ 'search_engines/prepopulated_engines.gyp:prepopulated_engines',
],
'include_dirs': [
'..',
],
'sources': [
+ 'search_engines/search_engine_type.h',
'search_engines/template_url_data.cc',
'search_engines/template_url_data.h',
'search_engines/template_url_id.h',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/search_engines/prepopulated_engines.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698