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

Unified Diff: components/search_engines/prepopulated_engines.gyp

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 | « components/search_engines.gypi ('k') | components/search_engines/prepopulated_engines.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/prepopulated_engines.gyp
diff --git a/chrome/browser/search_engines/prepopulated_engines.gyp b/components/search_engines/prepopulated_engines.gyp
similarity index 84%
rename from chrome/browser/search_engines/prepopulated_engines.gyp
rename to components/search_engines/prepopulated_engines.gyp
index 5a3da5f0eeae8a9c777964faead14a55b7db125d..dcda6d9b854723951e99b895f990590b44184e27 100644
--- a/chrome/browser/search_engines/prepopulated_engines.gyp
+++ b/components/search_engines/prepopulated_engines.gyp
@@ -11,13 +11,13 @@
'prepopulated_engines.json',
],
'includes': [
- '../../../build/json_to_struct.gypi',
+ '../../build/json_to_struct.gypi',
],
'variables': {
'chromium_code': 1,
'schema_file': 'prepopulated_engines_schema.json',
'namespace': 'TemplateURLPrepopulateData',
- 'cc_dir': 'chrome/browser/search_engines',
+ 'cc_dir': 'components/search_engines',
},
},
],
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/prepopulated_engines.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698