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

Unified Diff: chrome/chrome_browser.gypi

Issue 1182113009: Componentize HistoryQuickProvider and its supporting cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 293aa8f52de492e4cdcccaadcc32e633f01205d6..ad426fd411606106e6f1e85245645a03f3a947dc 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1277,10 +1277,6 @@
'browser/autocomplete/chrome_autocomplete_provider_client.h',
'browser/autocomplete/chrome_autocomplete_scheme_classifier.cc',
'browser/autocomplete/chrome_autocomplete_scheme_classifier.h',
- 'browser/autocomplete/history_quick_provider.cc',
- 'browser/autocomplete/history_quick_provider.h',
- 'browser/autocomplete/in_memory_url_index.cc',
- 'browser/autocomplete/in_memory_url_index.h',
'browser/autocomplete/in_memory_url_index_factory.cc',
'browser/autocomplete/in_memory_url_index_factory.h',
'browser/autocomplete/shortcuts_backend.cc',
@@ -1289,8 +1285,6 @@
'browser/autocomplete/shortcuts_backend_factory.h',
'browser/autocomplete/shortcuts_provider.cc',
'browser/autocomplete/shortcuts_provider.h',
- 'browser/autocomplete/url_index_private_data.cc',
- 'browser/autocomplete/url_index_private_data.h',
'browser/autocomplete/zero_suggest_provider.cc',
'browser/autocomplete/zero_suggest_provider.h',
],
@@ -3081,7 +3075,6 @@
'common',
'common_net',
'encrypted_cert_logger_proto',
- 'in_memory_url_index_cache_proto',
'offline_pages_proto',
'probe_message_proto',
'../components/components.gyp:autofill_core_browser',
@@ -3802,19 +3795,6 @@
],
},
{
- # Protobuf compiler / generator for the InMemoryURLIndex caching
- # protocol buffer.
- # GN version: //chrome/browser/autocomplete:in_memory_url_index_cache_proto
- 'target_name': 'in_memory_url_index_cache_proto',
- 'type': 'static_library',
- 'sources': [ 'browser/autocomplete/in_memory_url_index_cache.proto', ],
- 'variables': {
- 'proto_in_dir': 'browser/autocomplete',
- 'proto_out_dir': 'chrome/browser/autocomplete',
- },
- 'includes': [ '../build/protoc.gypi', ],
- },
- {
# Protobuf compiler / generator for the fraudulent certificate reporting
# protocol buffer.
# GN version: //chrome/browser/ssl:cert_logger_proto
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ('k') | chrome/test/base/history_index_restore_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698