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

Unified Diff: chrome/chrome_browser.gypi

Issue 10948045: introduce chrome/browser/common directory and move url_database(and its dependencies) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/browser/webdata/web_data_service.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 157579)
+++ chrome/chrome_browser.gypi (working copy)
@@ -481,6 +481,11 @@
'browser/command_observer.h',
'browser/command_updater.cc',
'browser/command_updater.h',
+ 'browser/common/url_database/template_url_id.h',
+ 'browser/common/url_database/url_database.cc',
+ 'browser/common/url_database/url_database.h',
+ 'browser/common/url_database/url_database_types.cc',
+ 'browser/common/url_database/url_database_types.h',
'browser/component_updater/component_updater_configurator.cc',
'browser/component_updater/component_updater_configurator.h',
'browser/component_updater/component_unpacker.cc',
@@ -800,8 +805,6 @@
'browser/history/top_sites_cache.h',
'browser/history/top_sites_database.cc',
'browser/history/top_sites_database.h',
- 'browser/history/url_database.cc',
- 'browser/history/url_database.h',
'browser/history/url_index_private_data.cc',
'browser/history/url_index_private_data.h',
'browser/history/visit_database.cc',
@@ -1672,7 +1675,6 @@
'browser/search_engines/template_url_fetcher_callbacks.h',
'browser/search_engines/template_url_fetcher_factory.cc',
'browser/search_engines/template_url_fetcher_factory.h',
- 'browser/search_engines/template_url_id.h',
'browser/search_engines/template_url_parser.cc',
'browser/search_engines/template_url_parser.h',
'browser/search_engines/template_url_prepopulate_data.cc',
« no previous file with comments | « chrome/browser/webdata/web_data_service.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698