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 15 matching lines...) Expand all Loading... |
26 ], | 26 ], |
27 'sources': [ | 27 'sources': [ |
28 # Note: sources list duplicated in GN build. | 28 # Note: sources list duplicated in GN build. |
29 'history/core/browser/download_constants.h', | 29 'history/core/browser/download_constants.h', |
30 'history/core/browser/download_database.cc', | 30 'history/core/browser/download_database.cc', |
31 'history/core/browser/download_database.h', | 31 'history/core/browser/download_database.h', |
32 'history/core/browser/download_row.cc', | 32 'history/core/browser/download_row.cc', |
33 'history/core/browser/download_row.h', | 33 'history/core/browser/download_row.h', |
34 'history/core/browser/download_types.cc', | 34 'history/core/browser/download_types.cc', |
35 'history/core/browser/download_types.h', | 35 'history/core/browser/download_types.h', |
| 36 'history/core/browser/expire_history_backend.cc', |
| 37 'history/core/browser/expire_history_backend.h', |
36 'history/core/browser/history_backend_notifier.h', | 38 'history/core/browser/history_backend_notifier.h', |
37 'history/core/browser/history_backend_observer.h', | 39 'history/core/browser/history_backend_observer.h', |
38 'history/core/browser/history_client.cc', | 40 'history/core/browser/history_client.cc', |
39 'history/core/browser/history_client.h', | 41 'history/core/browser/history_client.h', |
40 'history/core/browser/history_constants.cc', | 42 'history/core/browser/history_constants.cc', |
41 'history/core/browser/history_constants.h', | 43 'history/core/browser/history_constants.h', |
42 'history/core/browser/history_context.h', | 44 'history/core/browser/history_context.h', |
43 'history/core/browser/history_database.cc', | 45 'history/core/browser/history_database.cc', |
44 'history/core/browser/history_database.h', | 46 'history/core/browser/history_database.h', |
45 'history/core/browser/history_database_params.cc', | 47 'history/core/browser/history_database_params.cc', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'history/content/browser/history_context_helper.cc', | 182 'history/content/browser/history_context_helper.cc', |
181 'history/content/browser/history_context_helper.h', | 183 'history/content/browser/history_context_helper.h', |
182 'history/content/browser/history_database_helper.cc', | 184 'history/content/browser/history_database_helper.cc', |
183 'history/content/browser/history_database_helper.h', | 185 'history/content/browser/history_database_helper.h', |
184 ], | 186 ], |
185 } | 187 } |
186 ], | 188 ], |
187 }], | 189 }], |
188 ], | 190 ], |
189 } | 191 } |
OLD | NEW |