OLD | NEW |
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'history/core/browser/top_sites_database.h', | 78 'history/core/browser/top_sites_database.h', |
79 'history/core/browser/top_sites_observer.h', | 79 'history/core/browser/top_sites_observer.h', |
80 'history/core/browser/url_database.cc', | 80 'history/core/browser/url_database.cc', |
81 'history/core/browser/url_database.h', | 81 'history/core/browser/url_database.h', |
82 'history/core/browser/url_row.cc', | 82 'history/core/browser/url_row.cc', |
83 'history/core/browser/url_row.h', | 83 'history/core/browser/url_row.h', |
84 'history/core/browser/url_utils.cc', | 84 'history/core/browser/url_utils.cc', |
85 'history/core/browser/url_utils.h', | 85 'history/core/browser/url_utils.h', |
86 'history/core/browser/visit_database.cc', | 86 'history/core/browser/visit_database.cc', |
87 'history/core/browser/visit_database.h', | 87 'history/core/browser/visit_database.h', |
| 88 'history/core/browser/visit_delegate.cc', |
| 89 'history/core/browser/visit_delegate.h', |
88 'history/core/browser/visit_filter.cc', | 90 'history/core/browser/visit_filter.cc', |
89 'history/core/browser/visit_filter.h', | 91 'history/core/browser/visit_filter.h', |
90 'history/core/browser/visit_tracker.cc', | 92 'history/core/browser/visit_tracker.cc', |
91 'history/core/browser/visit_tracker.h', | 93 'history/core/browser/visit_tracker.h', |
92 'history/core/browser/visitsegment_database.cc', | 94 'history/core/browser/visitsegment_database.cc', |
93 'history/core/browser/visitsegment_database.h', | 95 'history/core/browser/visitsegment_database.h', |
94 'history/core/browser/web_history_service.cc', | 96 'history/core/browser/web_history_service.cc', |
95 'history/core/browser/web_history_service.h', | 97 'history/core/browser/web_history_service.h', |
96 ], | 98 ], |
97 'conditions': [ | 99 'conditions': [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'history/content/browser/history_context_helper.cc', | 199 'history/content/browser/history_context_helper.cc', |
198 'history/content/browser/history_context_helper.h', | 200 'history/content/browser/history_context_helper.h', |
199 'history/content/browser/history_database_helper.cc', | 201 'history/content/browser/history_database_helper.cc', |
200 'history/content/browser/history_database_helper.h', | 202 'history/content/browser/history_database_helper.h', |
201 ], | 203 ], |
202 } | 204 } |
203 ], | 205 ], |
204 }], | 206 }], |
205 ], | 207 ], |
206 } | 208 } |
OLD | NEW |