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 10 matching lines...) Expand all Loading... |
21 'favicon_base', | 21 'favicon_base', |
22 'keyed_service_core', | 22 'keyed_service_core', |
23 'query_parser', | 23 'query_parser', |
24 ], | 24 ], |
25 'sources': [ | 25 'sources': [ |
26 # Note: sources list duplicated in GN build. | 26 # Note: sources list duplicated in GN build. |
27 'history/core/browser/history_backend_notifier.h', | 27 'history/core/browser/history_backend_notifier.h', |
28 'history/core/browser/history_backend_observer.h', | 28 'history/core/browser/history_backend_observer.h', |
29 'history/core/browser/history_client.cc', | 29 'history/core/browser/history_client.cc', |
30 'history/core/browser/history_client.h', | 30 'history/core/browser/history_client.h', |
| 31 'history/core/browser/history_constants.cc', |
| 32 'history/core/browser/history_constants.h', |
31 'history/core/browser/history_match.cc', | 33 'history/core/browser/history_match.cc', |
32 'history/core/browser/history_match.h', | 34 'history/core/browser/history_match.h', |
33 'history/core/browser/history_service_observer.h', | 35 'history/core/browser/history_service_observer.h', |
34 'history/core/browser/history_types.cc', | 36 'history/core/browser/history_types.cc', |
35 'history/core/browser/history_types.h', | 37 'history/core/browser/history_types.h', |
36 'history/core/browser/in_memory_database.cc', | 38 'history/core/browser/in_memory_database.cc', |
37 'history/core/browser/in_memory_database.h', | 39 'history/core/browser/in_memory_database.h', |
38 'history/core/browser/keyword_id.h', | 40 'history/core/browser/keyword_id.h', |
39 'history/core/browser/keyword_search_term.cc', | 41 'history/core/browser/keyword_search_term.cc', |
40 'history/core/browser/keyword_search_term.h', | 42 'history/core/browser/keyword_search_term.h', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 ], | 101 ], |
100 'sources': [ | 102 'sources': [ |
101 'history/core/android/android_history_types.cc', | 103 'history/core/android/android_history_types.cc', |
102 'history/core/android/android_history_types.h', | 104 'history/core/android/android_history_types.h', |
103 ], | 105 ], |
104 }, | 106 }, |
105 ], | 107 ], |
106 }], | 108 }], |
107 ], | 109 ], |
108 } | 110 } |
OLD | NEW |