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

Side by Side Diff: components/history/core/browser/BUILD.gn

Issue 872313005: Remove dependency on visitedlink from history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@init-prefs
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 static_library("browser") { 7 static_library("browser") {
8 sources = [ 8 sources = [
9 "download_constants.h", 9 "download_constants.h",
10 "download_database.cc", 10 "download_database.cc",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "top_sites_database.h", 53 "top_sites_database.h",
54 "top_sites_observer.h", 54 "top_sites_observer.h",
55 "url_database.cc", 55 "url_database.cc",
56 "url_database.h", 56 "url_database.h",
57 "url_row.cc", 57 "url_row.cc",
58 "url_row.h", 58 "url_row.h",
59 "url_utils.cc", 59 "url_utils.cc",
60 "url_utils.h", 60 "url_utils.h",
61 "visit_database.cc", 61 "visit_database.cc",
62 "visit_database.h", 62 "visit_database.h",
63 "visit_delegate.cc",
64 "visit_delegate.h",
63 "visit_filter.cc", 65 "visit_filter.cc",
64 "visit_filter.h", 66 "visit_filter.h",
65 "visit_tracker.cc", 67 "visit_tracker.cc",
66 "visit_tracker.h", 68 "visit_tracker.h",
67 "visitsegment_database.cc", 69 "visitsegment_database.cc",
68 "visitsegment_database.h", 70 "visitsegment_database.h",
69 "web_history_service.cc", 71 "web_history_service.cc",
70 "web_history_service.h", 72 "web_history_service.h",
71 ] 73 ]
72 74
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "android/visit_sql_handler.h", 109 "android/visit_sql_handler.h",
108 ] 110 ]
109 } 111 }
110 } 112 }
111 113
112 proto_library("proto") { 114 proto_library("proto") {
113 sources = [ 115 sources = [
114 "in_memory_url_index_cache.proto", 116 "in_memory_url_index_cache.proto",
115 ] 117 ]
116 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698