blob: 1252f5940ee6ffbfe070613ba25bb62dc654e487 [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',
17 '../base/base.gyp:base_prefs',
sdefresneff131432015-02-17 19:23:1718 '../google_apis/google_apis.gyp:google_apis',
[email protected]73b2d1e72014-06-25 23:45:3619 '../net/net.gyp:net',
sdefresne0da3bc02015-01-29 18:26:3520 '../skia/skia.gyp:skia',
[email protected]e3ce70ac2014-06-26 18:34:5621 '../sql/sql.gyp:sql',
sdefresne506dd522015-03-12 18:49:1222 '../sync/sync.gyp:sync',
sdefresneeb278882014-12-30 19:23:4923 '../third_party/sqlite/sqlite.gyp:sqlite',
sdefresnebc766ef2014-09-25 09:28:1324 '../ui/base/ui_base.gyp:ui_base',
[email protected]9f95e2d2014-08-12 00:59:4425 '../ui/gfx/gfx.gyp:gfx',
[email protected]ad34610c2014-06-04 14:43:5226 '../url/url.gyp:url_lib',
[email protected]9f95e2d2014-08-12 00:59:4427 'favicon_base',
sdefresne236ea692015-04-27 11:08:1128 'history_core_common',
[email protected]69843a92014-05-30 15:43:1729 'keyed_service_core',
[email protected]73b2d1e72014-06-25 23:45:3630 'query_parser',
sdefresneff131432015-02-17 19:23:1731 'signin_core_browser',
maxbogueae4d4cd2015-10-22 23:34:3232 'sync_driver',
rsleevi24f64dc22015-08-07 21:39:2133 'url_formatter/url_formatter.gyp:url_formatter',
[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_change_processor.cc',
99 'history/core/browser/typed_url_change_processor.h',
100 'history/core/browser/typed_url_data_type_controller.cc',
101 'history/core/browser/typed_url_data_type_controller.h',
maxbogueae4d4cd2015-10-22 23:34:32102 'history/core/browser/typed_url_model_associator.cc',
103 'history/core/browser/typed_url_model_associator.h',
sdefresne506dd522015-03-12 18:49:12104 'history/core/browser/typed_url_syncable_service.cc',
105 'history/core/browser/typed_url_syncable_service.h',
[email protected]73b2d1e72014-06-25 23:45:36106 'history/core/browser/url_database.cc',
107 'history/core/browser/url_database.h',
108 'history/core/browser/url_row.cc',
109 'history/core/browser/url_row.h',
sdefresneeb278882014-12-30 19:23:49110 'history/core/browser/url_utils.cc',
111 'history/core/browser/url_utils.h',
112 'history/core/browser/visit_database.cc',
113 'history/core/browser/visit_database.h',
sdefresned4d9fe42015-02-18 16:18:47114 'history/core/browser/visit_delegate.cc',
115 'history/core/browser/visit_delegate.h',
sdefresneeb278882014-12-30 19:23:49116 'history/core/browser/visit_filter.cc',
117 'history/core/browser/visit_filter.h',
118 'history/core/browser/visit_tracker.cc',
119 'history/core/browser/visit_tracker.h',
120 'history/core/browser/visitsegment_database.cc',
121 'history/core/browser/visitsegment_database.h',
sdefresneff131432015-02-17 19:23:17122 'history/core/browser/web_history_service.cc',
123 'history/core/browser/web_history_service.h',
[email protected]ad34610c2014-06-04 14:43:52124 ],
sdefresne46129152015-01-20 19:24:43125 'conditions': [
126 ['OS=="android"', {
127 'sources': [
128 'history/core/browser/android/android_cache_database.cc',
129 'history/core/browser/android/android_cache_database.h',
130 'history/core/browser/android/android_history_types.cc',
131 'history/core/browser/android/android_history_types.h',
132 'history/core/browser/android/android_time.h',
133 'history/core/browser/android/android_urls_database.cc',
134 'history/core/browser/android/android_urls_database.h',
135 'history/core/browser/android/android_urls_sql_handler.cc',
136 'history/core/browser/android/android_urls_sql_handler.h',
137 'history/core/browser/android/favicon_sql_handler.cc',
138 'history/core/browser/android/favicon_sql_handler.h',
139 'history/core/browser/android/sql_handler.cc',
140 'history/core/browser/android/sql_handler.h',
141 'history/core/browser/android/urls_sql_handler.cc',
142 'history/core/browser/android/urls_sql_handler.h',
143 'history/core/browser/android/visit_sql_handler.cc',
144 'history/core/browser/android/visit_sql_handler.h',
145 ],
146 }],
147 ],
[email protected]ad34610c2014-06-04 14:43:52148 },
149 {
[email protected]273ae5ab2014-07-09 21:10:25150 # GN version: //components/history/core/common
[email protected]36db2ae2014-06-11 17:49:27151 'target_name': 'history_core_common',
152 'type': 'static_library',
153 'include_dirs': [
154 '..',
155 ],
156 'dependencies': [
157 '../base/base.gyp:base',
158 ],
159 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25160 # Note: sources list duplicated in GN build.
[email protected]36db2ae2014-06-11 17:49:27161 'history/core/common/thumbnail_score.cc',
162 'history/core/common/thumbnail_score.h',
163 ],
164 },
165 {
[email protected]273ae5ab2014-07-09 21:10:25166 # GN version: //components/history/core/test
[email protected]ad34610c2014-06-04 14:43:52167 'target_name': 'history_core_test_support',
168 'type': 'static_library',
169 'include_dirs': [
170 '..',
171 ],
172 'dependencies': [
[email protected]ad34610c2014-06-04 14:43:52173 '../base/base.gyp:base',
sdefresnef13c9fd2015-05-05 18:14:24174 '../skia/skia.gyp:skia',
sdefresnea4d364e2015-01-14 18:11:58175 '../sql/sql.gyp:sql',
sdefresneb0d08622015-04-30 07:51:21176 '../sql/sql.gyp:test_support_sql',
177 '../sync/sync.gyp:sync',
sdefresnea4d364e2015-01-14 18:11:58178 '../testing/gtest.gyp:gtest',
sdefresnef13c9fd2015-05-05 18:14:24179 '../ui/gfx/gfx.gyp:gfx',
[email protected]ad34610c2014-06-04 14:43:52180 '../url/url.gyp:url_lib',
sdefresnea4d364e2015-01-14 18:11:58181 'history_core_browser',
[email protected]ad34610c2014-06-04 14:43:52182 ],
183 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25184 # Note: sources list duplicated in GN build.
sdefresne0da3bc02015-01-29 18:26:35185 'history/core/test/database_test_utils.cc',
186 'history/core/test/database_test_utils.h',
sdefresnef13c9fd2015-05-05 18:14:24187 'history/core/test/history_backend_db_base_test.cc',
188 'history/core/test/history_backend_db_base_test.h',
[email protected]ad34610c2014-06-04 14:43:52189 'history/core/test/history_client_fake_bookmarks.cc',
190 'history/core/test/history_client_fake_bookmarks.h',
sdefresnea4d364e2015-01-14 18:11:58191 'history/core/test/history_unittest_base.cc',
192 'history/core/test/history_unittest_base.h',
sdefresne46129152015-01-20 19:24:43193 'history/core/test/test_history_database.cc',
194 'history/core/test/test_history_database.h',
sdefresnef13c9fd2015-05-05 18:14:24195 'history/core/test/thumbnail-inl.h',
196 'history/core/test/thumbnail.cc',
197 'history/core/test/thumbnail.h',
198 'history/core/test/thumbnail_ios.mm',
199 'history/core/test/wait_top_sites_loaded_observer.cc',
200 'history/core/test/wait_top_sites_loaded_observer.h',
201 ],
202 'conditions': [
203 ['OS=="ios"', {
204 'sources!': [
205 'history/core/test/thumbnail.cc',
206 ],
207 }],
[email protected]69843a92014-05-30 15:43:17208 ],
209 },
210 ],
sdefresnebc766ef2014-09-25 09:28:13211 'conditions': [
sdefresne715246622015-01-12 16:24:04212 ['OS!="ios"', {
213 'targets': [
214 {
215 # GN version: //components/history/content/browser
216 'target_name': 'history_content_browser',
217 'type': 'static_library',
218 'include_dirs': [
219 '..',
220 ],
221 'dependencies': [
222 '../base/base.gyp:base',
223 '../content/content.gyp:content_browser',
sdefresne4f8553c2015-04-23 17:25:25224 '../url/url.gyp:url_lib',
sdefresne715246622015-01-12 16:24:04225 'history_core_browser',
sdefresne506dd522015-03-12 18:49:12226 'visitedlink_browser',
sdefresne715246622015-01-12 16:24:04227 ],
228 'sources': [
sdefresne506dd522015-03-12 18:49:12229 'history/content/browser/content_visit_delegate.cc',
230 'history/content/browser/content_visit_delegate.h',
sdefresne715246622015-01-12 16:24:04231 'history/content/browser/download_constants_utils.cc',
232 'history/content/browser/download_constants_utils.h',
sdefresnebfd8f552015-01-13 10:12:20233 'history/content/browser/history_context_helper.cc',
234 'history/content/browser/history_context_helper.h',
sdefresne46129152015-01-20 19:24:43235 'history/content/browser/history_database_helper.cc',
236 'history/content/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25237 'history/content/browser/web_contents_top_sites_observer.cc',
238 'history/content/browser/web_contents_top_sites_observer.h',
sdefresne715246622015-01-12 16:24:04239 ],
240 }
241 ],
242 }],
sdefresne4f8553c2015-04-23 17:25:25243 ['OS=="ios"', {
244 'targets': [
245 {
sdefresne480a3d122015-11-17 12:22:37246 # GN version: //components/history/ios/browser
sdefresne4f8553c2015-04-23 17:25:25247 'target_name': 'history_ios_browser',
248 'type': 'static_library',
249 'include_dirs': [
250 '..',
251 ],
252 'dependencies': [
253 '../base/base.gyp:base',
254 '../ios/web/ios_web.gyp:ios_web',
255 '../url/url.gyp:url_lib',
256 'history_core_browser',
257 ],
258 'sources': [
sdefresne70d2cd62015-04-24 15:59:15259 'history/ios/browser/history_database_helper.cc',
260 'history/ios/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25261 'history/ios/browser/web_state_top_sites_observer.cc',
262 'history/ios/browser/web_state_top_sites_observer.h',
263 ],
264 },
265 ],
266 }],
sdefresnebc766ef2014-09-25 09:28:13267 ],
[email protected]69843a92014-05-30 15:43:17268}