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

Unified Diff: components/history/core/browser/BUILD.gn

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/history.gypi ('k') | components/history/core/browser/download_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 5e8b4f49ef98ee737eb09054bbad28501e204109..3a4571d99580aff5f7dd9a3d5a601c07f3f27fad 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/protobuf/proto_library.gni")
-
static_library("browser") {
sources = [
"download_constants.h",
@@ -34,15 +32,11 @@ static_library("browser") {
"history_types.h",
"in_memory_database.cc",
"in_memory_database.h",
- "in_memory_url_index_types.cc",
- "in_memory_url_index_types.h",
"keyword_id.h",
"keyword_search_term.cc",
"keyword_search_term.h",
"page_usage_data.cc",
"page_usage_data.h",
- "scored_history_match.cc",
- "scored_history_match.h",
"thumbnail_database.cc",
"thumbnail_database.h",
"top_sites.cc",
@@ -114,9 +108,3 @@ static_library("browser") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
-
-proto_library("proto") {
- sources = [
- "in_memory_url_index_cache.proto",
- ]
-}
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/download_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698