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

Side by Side Diff: components/history.gypi

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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/history/core/browser 8 # GN version: //components/history/core/browser
9 'target_name': 'history_core_browser', 9 'target_name': 'history_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'history/core/browser/top_sites_database.h', 76 'history/core/browser/top_sites_database.h',
77 'history/core/browser/top_sites_observer.h', 77 'history/core/browser/top_sites_observer.h',
78 'history/core/browser/url_database.cc', 78 'history/core/browser/url_database.cc',
79 'history/core/browser/url_database.h', 79 'history/core/browser/url_database.h',
80 'history/core/browser/url_row.cc', 80 'history/core/browser/url_row.cc',
81 'history/core/browser/url_row.h', 81 'history/core/browser/url_row.h',
82 'history/core/browser/url_utils.cc', 82 'history/core/browser/url_utils.cc',
83 'history/core/browser/url_utils.h', 83 'history/core/browser/url_utils.h',
84 'history/core/browser/visit_database.cc', 84 'history/core/browser/visit_database.cc',
85 'history/core/browser/visit_database.h', 85 'history/core/browser/visit_database.h',
86 'history/core/browser/visit_delegate.cc',
87 'history/core/browser/visit_delegate.h',
86 'history/core/browser/visit_filter.cc', 88 'history/core/browser/visit_filter.cc',
87 'history/core/browser/visit_filter.h', 89 'history/core/browser/visit_filter.h',
88 'history/core/browser/visit_tracker.cc', 90 'history/core/browser/visit_tracker.cc',
89 'history/core/browser/visit_tracker.h', 91 'history/core/browser/visit_tracker.h',
90 'history/core/browser/visitsegment_database.cc', 92 'history/core/browser/visitsegment_database.cc',
91 'history/core/browser/visitsegment_database.h', 93 'history/core/browser/visitsegment_database.h',
92 'history/core/browser/web_history_service.cc', 94 'history/core/browser/web_history_service.cc',
93 'history/core/browser/web_history_service.h', 95 'history/core/browser/web_history_service.h',
94 ], 96 ],
95 'conditions': [ 97 'conditions': [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'history/content/browser/history_context_helper.cc', 197 'history/content/browser/history_context_helper.cc',
196 'history/content/browser/history_context_helper.h', 198 'history/content/browser/history_context_helper.h',
197 'history/content/browser/history_database_helper.cc', 199 'history/content/browser/history_database_helper.cc',
198 'history/content/browser/history_database_helper.h', 200 'history/content/browser/history_database_helper.h',
199 ], 201 ],
200 } 202 }
201 ], 203 ],
202 }], 204 }],
203 ], 205 ],
204 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698