blob: 52aac080e2a3127da13ac1fbff321bad7bcf3a1b [file] [log] [blame]
[email protected]69843a92014-05-30 15:43:171# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'targets': [
7 {
[email protected]273ae5ab2014-07-09 21:10:258 # GN version: //components/history/core/browser
[email protected]69843a92014-05-30 15:43:179 'target_name': 'history_core_browser',
[email protected]ad34610c2014-06-04 14:43:5210 'type': 'static_library',
[email protected]69843a92014-05-30 15:43:1711 'include_dirs': [
12 '..',
13 ],
14 'dependencies': [
15 '../base/base.gyp:base',
sdefresne236ea692015-04-27 11:08:1116 '../base/base.gyp:base_i18n',
sdefresneff131432015-02-17 19:23:1717 '../google_apis/google_apis.gyp:google_apis',
[email protected]73b2d1e72014-06-25 23:45:3618 '../net/net.gyp:net',
sdefresne0da3bc02015-01-29 18:26:3519 '../skia/skia.gyp:skia',
[email protected]e3ce70ac2014-06-26 18:34:5620 '../sql/sql.gyp:sql',
Max Boguefef332d2016-07-28 22:09:0921 '../components/sync.gyp:sync',
sdefresneeb278882014-12-30 19:23:4922 '../third_party/sqlite/sqlite.gyp:sqlite',
sdefresnebc766ef2014-09-25 09:28:1323 '../ui/base/ui_base.gyp:ui_base',
[email protected]9f95e2d2014-08-12 00:59:4424 '../ui/gfx/gfx.gyp:gfx',
[email protected]ad34610c2014-06-04 14:43:5225 '../url/url.gyp:url_lib',
[email protected]9f95e2d2014-08-12 00:59:4426 'favicon_base',
sdefresne236ea692015-04-27 11:08:1127 'history_core_common',
[email protected]69843a92014-05-30 15:43:1728 'keyed_service_core',
brettw58cd1f12016-01-30 05:56:0529 'prefs/prefs.gyp:prefs',
[email protected]73b2d1e72014-06-25 23:45:3630 'query_parser',
sdefresneff131432015-02-17 19:23:1731 'signin_core_browser',
rsleevi24f64dc22015-08-07 21:39:2132 'url_formatter/url_formatter.gyp:url_formatter',
msramek6d43c192016-05-25 15:45:5633 'version_info',
[email protected]69843a92014-05-30 15:43:1734 ],
blundelld130d592015-06-21 19:29:1335 'export_dependent_settings': [
36 '../skia/skia.gyp:skia',
37 ],
[email protected]69843a92014-05-30 15:43:1738 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2539 # Note: sources list duplicated in GN build.
sdefresne506dd522015-03-12 18:49:1240 'history/core/browser/delete_directive_handler.cc',
41 'history/core/browser/delete_directive_handler.h',
sdefresne715246622015-01-12 16:24:0442 'history/core/browser/download_constants.h',
43 'history/core/browser/download_database.cc',
44 'history/core/browser/download_database.h',
45 'history/core/browser/download_row.cc',
46 'history/core/browser/download_row.h',
47 'history/core/browser/download_types.cc',
48 'history/core/browser/download_types.h',
sdefresne2e7702c2015-01-23 21:14:5849 'history/core/browser/expire_history_backend.cc',
50 'history/core/browser/expire_history_backend.h',
sdefresne506dd522015-03-12 18:49:1251 'history/core/browser/history_backend.cc',
52 'history/core/browser/history_backend.h',
sdefresne542b71e2015-06-23 22:28:3253 'history/core/browser/history_backend_client.h',
sdefresne597713e2014-11-12 11:02:3654 'history/core/browser/history_backend_notifier.h',
sdefresnec8eb77e2014-10-15 18:15:4455 'history/core/browser/history_backend_observer.h',
[email protected]73b2d1e72014-06-25 23:45:3656 'history/core/browser/history_client.h',
naiem.shaikb9f5bffa2014-11-30 09:02:3157 'history/core/browser/history_constants.cc',
58 'history/core/browser/history_constants.h',
sdefresnebfd8f552015-01-13 10:12:2059 'history/core/browser/history_context.h',
sdefresne46129152015-01-20 19:24:4360 'history/core/browser/history_database.cc',
61 'history/core/browser/history_database.h',
62 'history/core/browser/history_database_params.cc',
63 'history/core/browser/history_database_params.h',
sdefresneabac1922014-12-29 15:54:0664 'history/core/browser/history_db_task.h',
maxbogue499b24a2015-10-24 00:29:5365 'history/core/browser/history_delete_directives_data_type_controller.cc',
66 'history/core/browser/history_delete_directives_data_type_controller.h',
[email protected]bac78f92014-07-09 06:08:5067 'history/core/browser/history_match.cc',
68 'history/core/browser/history_match.h',
maxbogueae4d4cd2015-10-22 23:34:3269 'history/core/browser/history_model_worker.cc',
70 'history/core/browser/history_model_worker.h',
sdefresne506dd522015-03-12 18:49:1271 'history/core/browser/history_service.cc',
72 'history/core/browser/history_service.h',
sdefresne1ef49e02014-10-14 09:20:5773 'history/core/browser/history_service_observer.h',
74 'history/core/browser/history_types.cc',
75 'history/core/browser/history_types.h',
[email protected]e3ce70ac2014-06-26 18:34:5676 'history/core/browser/in_memory_database.cc',
77 'history/core/browser/in_memory_database.h',
sdefresne506dd522015-03-12 18:49:1278 'history/core/browser/in_memory_history_backend.cc',
79 'history/core/browser/in_memory_history_backend.h',
[email protected]078d0f72014-06-23 23:54:2180 'history/core/browser/keyword_id.h',
[email protected]73b2d1e72014-06-25 23:45:3681 'history/core/browser/keyword_search_term.cc',
82 'history/core/browser/keyword_search_term.h',
[email protected]9f95e2d2014-08-12 00:59:4483 'history/core/browser/page_usage_data.cc',
84 'history/core/browser/page_usage_data.h',
sdefresneeb278882014-12-30 19:23:4985 'history/core/browser/thumbnail_database.cc',
86 'history/core/browser/thumbnail_database.h',
sdefresne0da3bc02015-01-29 18:26:3587 'history/core/browser/top_sites.cc',
88 'history/core/browser/top_sites.h',
89 'history/core/browser/top_sites_backend.cc',
90 'history/core/browser/top_sites_backend.h',
sdefresneeb278882014-12-30 19:23:4991 'history/core/browser/top_sites_cache.cc',
92 'history/core/browser/top_sites_cache.h',
sdefresne0da3bc02015-01-29 18:26:3593 'history/core/browser/top_sites_database.cc',
94 'history/core/browser/top_sites_database.h',
sdefresne236ea692015-04-27 11:08:1195 'history/core/browser/top_sites_impl.cc',
96 'history/core/browser/top_sites_impl.h',
naiem.shaike091cc32014-09-18 02:20:5297 'history/core/browser/top_sites_observer.h',
blundell4a362cd2015-10-26 12:17:4598 'history/core/browser/typed_url_data_type_controller.cc',
99 'history/core/browser/typed_url_data_type_controller.h',
sdefresne506dd522015-03-12 18:49:12100 'history/core/browser/typed_url_syncable_service.cc',
101 'history/core/browser/typed_url_syncable_service.h',
[email protected]73b2d1e72014-06-25 23:45:36102 'history/core/browser/url_database.cc',
103 'history/core/browser/url_database.h',
104 'history/core/browser/url_row.cc',
105 'history/core/browser/url_row.h',
sdefresneeb278882014-12-30 19:23:49106 'history/core/browser/url_utils.cc',
107 'history/core/browser/url_utils.h',
108 'history/core/browser/visit_database.cc',
109 'history/core/browser/visit_database.h',
sdefresned4d9fe42015-02-18 16:18:47110 'history/core/browser/visit_delegate.cc',
111 'history/core/browser/visit_delegate.h',
sdefresneeb278882014-12-30 19:23:49112 'history/core/browser/visit_tracker.cc',
113 'history/core/browser/visit_tracker.h',
114 'history/core/browser/visitsegment_database.cc',
115 'history/core/browser/visitsegment_database.h',
sdefresneff131432015-02-17 19:23:17116 'history/core/browser/web_history_service.cc',
117 'history/core/browser/web_history_service.h',
[email protected]ad34610c2014-06-04 14:43:52118 ],
sdefresne46129152015-01-20 19:24:43119 'conditions': [
120 ['OS=="android"', {
121 'sources': [
122 'history/core/browser/android/android_cache_database.cc',
123 'history/core/browser/android/android_cache_database.h',
124 'history/core/browser/android/android_history_types.cc',
125 'history/core/browser/android/android_history_types.h',
126 'history/core/browser/android/android_time.h',
127 'history/core/browser/android/android_urls_database.cc',
128 'history/core/browser/android/android_urls_database.h',
129 'history/core/browser/android/android_urls_sql_handler.cc',
130 'history/core/browser/android/android_urls_sql_handler.h',
131 'history/core/browser/android/favicon_sql_handler.cc',
132 'history/core/browser/android/favicon_sql_handler.h',
133 'history/core/browser/android/sql_handler.cc',
134 'history/core/browser/android/sql_handler.h',
135 'history/core/browser/android/urls_sql_handler.cc',
136 'history/core/browser/android/urls_sql_handler.h',
137 'history/core/browser/android/visit_sql_handler.cc',
138 'history/core/browser/android/visit_sql_handler.h',
139 ],
140 }],
141 ],
[email protected]ad34610c2014-06-04 14:43:52142 },
143 {
[email protected]273ae5ab2014-07-09 21:10:25144 # GN version: //components/history/core/common
[email protected]36db2ae2014-06-11 17:49:27145 'target_name': 'history_core_common',
146 'type': 'static_library',
147 'include_dirs': [
148 '..',
149 ],
150 'dependencies': [
151 '../base/base.gyp:base',
152 ],
153 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25154 # Note: sources list duplicated in GN build.
[email protected]36db2ae2014-06-11 17:49:27155 'history/core/common/thumbnail_score.cc',
156 'history/core/common/thumbnail_score.h',
157 ],
158 },
159 {
[email protected]273ae5ab2014-07-09 21:10:25160 # GN version: //components/history/core/test
[email protected]ad34610c2014-06-04 14:43:52161 'target_name': 'history_core_test_support',
162 'type': 'static_library',
163 'include_dirs': [
164 '..',
165 ],
166 'dependencies': [
[email protected]ad34610c2014-06-04 14:43:52167 '../base/base.gyp:base',
msramekb9326342015-12-18 10:39:54168 '../net/net.gyp:net',
sdefresnef13c9fd2015-05-05 18:14:24169 '../skia/skia.gyp:skia',
sdefresnea4d364e2015-01-14 18:11:58170 '../sql/sql.gyp:sql',
sdefresneb0d08622015-04-30 07:51:21171 '../sql/sql.gyp:test_support_sql',
Max Boguefef332d2016-07-28 22:09:09172 '../components/sync.gyp:sync',
sdefresnea4d364e2015-01-14 18:11:58173 '../testing/gtest.gyp:gtest',
sdefresnef13c9fd2015-05-05 18:14:24174 '../ui/gfx/gfx.gyp:gfx',
[email protected]ad34610c2014-06-04 14:43:52175 '../url/url.gyp:url_lib',
sdefresnea4d364e2015-01-14 18:11:58176 'history_core_browser',
[email protected]ad34610c2014-06-04 14:43:52177 ],
178 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25179 # Note: sources list duplicated in GN build.
sdefresne0da3bc02015-01-29 18:26:35180 'history/core/test/database_test_utils.cc',
181 'history/core/test/database_test_utils.h',
msramekb9326342015-12-18 10:39:54182 'history/core/test/fake_web_history_service.cc',
183 'history/core/test/fake_web_history_service.h',
sdefresnef13c9fd2015-05-05 18:14:24184 'history/core/test/history_backend_db_base_test.cc',
185 'history/core/test/history_backend_db_base_test.h',
[email protected]ad34610c2014-06-04 14:43:52186 'history/core/test/history_client_fake_bookmarks.cc',
187 'history/core/test/history_client_fake_bookmarks.h',
sdefresnea4d364e2015-01-14 18:11:58188 'history/core/test/history_unittest_base.cc',
rohitrao4a13d7b2016-02-01 17:11:06189 'history/core/test/history_service_test_util.cc',
190 'history/core/test/history_service_test_util.h',
sdefresnea4d364e2015-01-14 18:11:58191 'history/core/test/history_unittest_base.h',
sdefresne46129152015-01-20 19:24:43192 'history/core/test/test_history_database.cc',
193 'history/core/test/test_history_database.h',
sdefresnef13c9fd2015-05-05 18:14:24194 'history/core/test/thumbnail-inl.h',
195 'history/core/test/thumbnail.cc',
196 'history/core/test/thumbnail.h',
197 'history/core/test/thumbnail_ios.mm',
198 'history/core/test/wait_top_sites_loaded_observer.cc',
199 'history/core/test/wait_top_sites_loaded_observer.h',
200 ],
201 'conditions': [
202 ['OS=="ios"', {
203 'sources!': [
204 'history/core/test/thumbnail.cc',
205 ],
206 }],
[email protected]69843a92014-05-30 15:43:17207 ],
208 },
209 ],
sdefresnebc766ef2014-09-25 09:28:13210 'conditions': [
sdefresne715246622015-01-12 16:24:04211 ['OS!="ios"', {
212 'targets': [
213 {
214 # GN version: //components/history/content/browser
215 'target_name': 'history_content_browser',
216 'type': 'static_library',
217 'include_dirs': [
218 '..',
219 ],
220 'dependencies': [
221 '../base/base.gyp:base',
222 '../content/content.gyp:content_browser',
sdefresne4f8553c2015-04-23 17:25:25223 '../url/url.gyp:url_lib',
sdefresne715246622015-01-12 16:24:04224 'history_core_browser',
sdefresne506dd522015-03-12 18:49:12225 'visitedlink_browser',
sdefresne715246622015-01-12 16:24:04226 ],
227 'sources': [
sdefresne506dd522015-03-12 18:49:12228 'history/content/browser/content_visit_delegate.cc',
229 'history/content/browser/content_visit_delegate.h',
sdefresne715246622015-01-12 16:24:04230 'history/content/browser/download_constants_utils.cc',
231 'history/content/browser/download_constants_utils.h',
sdefresnebfd8f552015-01-13 10:12:20232 'history/content/browser/history_context_helper.cc',
233 'history/content/browser/history_context_helper.h',
sdefresne46129152015-01-20 19:24:43234 'history/content/browser/history_database_helper.cc',
235 'history/content/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25236 'history/content/browser/web_contents_top_sites_observer.cc',
237 'history/content/browser/web_contents_top_sites_observer.h',
sdefresne715246622015-01-12 16:24:04238 ],
239 }
240 ],
241 }],
sdefresne4f8553c2015-04-23 17:25:25242 ['OS=="ios"', {
243 'targets': [
244 {
sdefresne480a3d122015-11-17 12:22:37245 # GN version: //components/history/ios/browser
sdefresne4f8553c2015-04-23 17:25:25246 'target_name': 'history_ios_browser',
247 'type': 'static_library',
248 'include_dirs': [
249 '..',
250 ],
251 'dependencies': [
252 '../base/base.gyp:base',
253 '../ios/web/ios_web.gyp:ios_web',
254 '../url/url.gyp:url_lib',
255 'history_core_browser',
256 ],
257 'sources': [
sdefresne70d2cd62015-04-24 15:59:15258 'history/ios/browser/history_database_helper.cc',
259 'history/ios/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25260 'history/ios/browser/web_state_top_sites_observer.h',
sdefresnee131ae82016-02-16 16:08:24261 'history/ios/browser/web_state_top_sites_observer.mm',
sdefresne4f8553c2015-04-23 17:25:25262 ],
263 },
264 ],
265 }],
sdefresnebc766ef2014-09-25 09:28:13266 ],
[email protected]69843a92014-05-30 15:43:17267}