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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'history/core/browser/history_types.h', | 55 'history/core/browser/history_types.h', |
56 'history/core/browser/in_memory_database.cc', | 56 'history/core/browser/in_memory_database.cc', |
57 'history/core/browser/in_memory_database.h', | 57 'history/core/browser/in_memory_database.h', |
58 'history/core/browser/in_memory_url_index_types.cc', | 58 'history/core/browser/in_memory_url_index_types.cc', |
59 'history/core/browser/in_memory_url_index_types.h', | 59 'history/core/browser/in_memory_url_index_types.h', |
60 'history/core/browser/keyword_id.h', | 60 'history/core/browser/keyword_id.h', |
61 'history/core/browser/keyword_search_term.cc', | 61 'history/core/browser/keyword_search_term.cc', |
62 'history/core/browser/keyword_search_term.h', | 62 'history/core/browser/keyword_search_term.h', |
63 'history/core/browser/page_usage_data.cc', | 63 'history/core/browser/page_usage_data.cc', |
64 'history/core/browser/page_usage_data.h', | 64 'history/core/browser/page_usage_data.h', |
| 65 'history/core/browser/scored_history_match.cc', |
| 66 'history/core/browser/scored_history_match.h', |
| 67 'history/core/browser/scored_history_match_client.cc', |
| 68 'history/core/browser/scored_history_match_client.h', |
65 'history/core/browser/thumbnail_database.cc', | 69 'history/core/browser/thumbnail_database.cc', |
66 'history/core/browser/thumbnail_database.h', | 70 'history/core/browser/thumbnail_database.h', |
67 'history/core/browser/top_sites.cc', | 71 'history/core/browser/top_sites.cc', |
68 'history/core/browser/top_sites.h', | 72 'history/core/browser/top_sites.h', |
69 'history/core/browser/top_sites_backend.cc', | 73 'history/core/browser/top_sites_backend.cc', |
70 'history/core/browser/top_sites_backend.h', | 74 'history/core/browser/top_sites_backend.h', |
71 'history/core/browser/top_sites_cache.cc', | 75 'history/core/browser/top_sites_cache.cc', |
72 'history/core/browser/top_sites_cache.h', | 76 'history/core/browser/top_sites_cache.h', |
73 'history/core/browser/top_sites_database.cc', | 77 'history/core/browser/top_sites_database.cc', |
74 'history/core/browser/top_sites_database.h', | 78 'history/core/browser/top_sites_database.h', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'sources': [ | 164 'sources': [ |
161 # Note: sources list duplicated in GN build. | 165 # Note: sources list duplicated in GN build. |
162 'history/core/test/database_test_utils.cc', | 166 'history/core/test/database_test_utils.cc', |
163 'history/core/test/database_test_utils.h', | 167 'history/core/test/database_test_utils.h', |
164 'history/core/test/history_client_fake_bookmarks.cc', | 168 'history/core/test/history_client_fake_bookmarks.cc', |
165 'history/core/test/history_client_fake_bookmarks.h', | 169 'history/core/test/history_client_fake_bookmarks.h', |
166 'history/core/test/history_unittest_base.cc', | 170 'history/core/test/history_unittest_base.cc', |
167 'history/core/test/history_unittest_base.h', | 171 'history/core/test/history_unittest_base.h', |
168 'history/core/test/test_history_database.cc', | 172 'history/core/test/test_history_database.cc', |
169 'history/core/test/test_history_database.h', | 173 'history/core/test/test_history_database.h', |
| 174 'history/core/test/test_scored_history_match_client.cc', |
| 175 'history/core/test/test_scored_history_match_client.h', |
170 ], | 176 ], |
171 }, | 177 }, |
172 ], | 178 ], |
173 'conditions': [ | 179 'conditions': [ |
174 ['OS!="ios"', { | 180 ['OS!="ios"', { |
175 'targets': [ | 181 'targets': [ |
176 { | 182 { |
177 # GN version: //components/history/content/browser | 183 # GN version: //components/history/content/browser |
178 'target_name': 'history_content_browser', | 184 'target_name': 'history_content_browser', |
179 'type': 'static_library', | 185 'type': 'static_library', |
(...skipping 11 matching lines...) Expand all Loading... |
191 'history/content/browser/history_context_helper.cc', | 197 'history/content/browser/history_context_helper.cc', |
192 'history/content/browser/history_context_helper.h', | 198 'history/content/browser/history_context_helper.h', |
193 'history/content/browser/history_database_helper.cc', | 199 'history/content/browser/history_database_helper.cc', |
194 'history/content/browser/history_database_helper.h', | 200 'history/content/browser/history_database_helper.h', |
195 ], | 201 ], |
196 } | 202 } |
197 ], | 203 ], |
198 }], | 204 }], |
199 ], | 205 ], |
200 } | 206 } |
OLD | NEW |