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

Unified Diff: components/history.gypi

Issue 963823003: Move InMemoryURLIndex into chrome/browser/autocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcut-database
Patch Set: Fixing win_chromium_x64_rel_ng build Created 5 years, 9 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/components_tests.gyp ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history.gypi
diff --git a/components/history.gypi b/components/history.gypi
index 384fc9ca9fda9cdc2fffad068b712905b4c5646c..75be781d365f136645ae8399007543f183543f66 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -22,7 +22,6 @@
'../ui/gfx/gfx.gyp:gfx',
'../url/url.gyp:url_lib',
'favicon_base',
- 'history_core_browser_proto',
'keyed_service_core',
'query_parser',
'signin_core_browser',
@@ -57,15 +56,11 @@
'history/core/browser/history_types.h',
'history/core/browser/in_memory_database.cc',
'history/core/browser/in_memory_database.h',
- 'history/core/browser/in_memory_url_index_types.cc',
- 'history/core/browser/in_memory_url_index_types.h',
'history/core/browser/keyword_id.h',
'history/core/browser/keyword_search_term.cc',
'history/core/browser/keyword_search_term.h',
'history/core/browser/page_usage_data.cc',
'history/core/browser/page_usage_data.h',
- 'history/core/browser/scored_history_match.cc',
- 'history/core/browser/scored_history_match.h',
'history/core/browser/thumbnail_database.cc',
'history/core/browser/thumbnail_database.h',
'history/core/browser/top_sites.cc',
@@ -121,21 +116,6 @@
],
},
{
- # GN version: //components/history/core/browser:proto
- # Protobuf compiler / generator for the InMemoryURLIndex caching
- # protocol buffer.
- 'target_name': 'history_core_browser_proto',
- 'type': 'static_library',
- 'sources': [
- 'history/core/browser/in_memory_url_index_cache.proto',
- ],
- 'variables': {
- 'proto_in_dir': 'history/core/browser',
- 'proto_out_dir': 'components/history/core/browser',
- },
- 'includes': [ '../build/protoc.gypi' ]
- },
- {
# GN version: //components/history/core/common
'target_name': 'history_core_common',
'type': 'static_library',
« no previous file with comments | « components/components_tests.gyp ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698