blob: 64adec8e2569f12c14e4466fc3c6ae9ac3f1606f [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',
sdefresne506dd5212015-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',
rsleevi24f64dc22015-08-07 21:39:2132 'url_formatter/url_formatter.gyp:url_formatter',
[email protected]69843a92014-05-30 15:43:1733 ],
blundelld130d592015-06-21 19:29:1334 'export_dependent_settings': [
35 '../skia/skia.gyp:skia',
36 ],
[email protected]69843a92014-05-30 15:43:1737 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2538 # Note: sources list duplicated in GN build.
sdefresne506dd5212015-03-12 18:49:1239 'history/core/browser/delete_directive_handler.cc',
40 'history/core/browser/delete_directive_handler.h',
sdefresne715246622015-01-12 16:24:0441 'history/core/browser/download_constants.h',
42 'history/core/browser/download_database.cc',
43 'history/core/browser/download_database.h',
44 'history/core/browser/download_row.cc',
45 'history/core/browser/download_row.h',
46 'history/core/browser/download_types.cc',
47 'history/core/browser/download_types.h',
sdefresne2e7702c2015-01-23 21:14:5848 'history/core/browser/expire_history_backend.cc',
49 'history/core/browser/expire_history_backend.h',
sdefresne506dd5212015-03-12 18:49:1250 'history/core/browser/history_backend.cc',
51 'history/core/browser/history_backend.h',
sdefresne542b71e2015-06-23 22:28:3252 'history/core/browser/history_backend_client.h',
sdefresne597713e2014-11-12 11:02:3653 'history/core/browser/history_backend_notifier.h',
sdefresnec8eb77e2014-10-15 18:15:4454 'history/core/browser/history_backend_observer.h',
[email protected]73b2d1e72014-06-25 23:45:3655 'history/core/browser/history_client.h',
naiem.shaikb9f5bffa2014-11-30 09:02:3156 'history/core/browser/history_constants.cc',
57 'history/core/browser/history_constants.h',
sdefresnebfd8f552015-01-13 10:12:2058 'history/core/browser/history_context.h',
sdefresne46129152015-01-20 19:24:4359 'history/core/browser/history_database.cc',
60 'history/core/browser/history_database.h',
61 'history/core/browser/history_database_params.cc',
62 'history/core/browser/history_database_params.h',
sdefresneabac1922014-12-29 15:54:0663 'history/core/browser/history_db_task.h',
[email protected]bac78f92014-07-09 06:08:5064 'history/core/browser/history_match.cc',
65 'history/core/browser/history_match.h',
sdefresne506dd5212015-03-12 18:49:1266 'history/core/browser/history_service.cc',
67 'history/core/browser/history_service.h',
sdefresne1ef49e02014-10-14 09:20:5768 'history/core/browser/history_service_observer.h',
69 'history/core/browser/history_types.cc',
70 'history/core/browser/history_types.h',
[email protected]e3ce70ac2014-06-26 18:34:5671 'history/core/browser/in_memory_database.cc',
72 'history/core/browser/in_memory_database.h',
sdefresne506dd5212015-03-12 18:49:1273 'history/core/browser/in_memory_history_backend.cc',
74 'history/core/browser/in_memory_history_backend.h',
[email protected]078d0f72014-06-23 23:54:2175 'history/core/browser/keyword_id.h',
[email protected]73b2d1e72014-06-25 23:45:3676 'history/core/browser/keyword_search_term.cc',
77 'history/core/browser/keyword_search_term.h',
[email protected]9f95e2d2014-08-12 00:59:4478 'history/core/browser/page_usage_data.cc',
79 'history/core/browser/page_usage_data.h',
sdefresneeb278882014-12-30 19:23:4980 'history/core/browser/thumbnail_database.cc',
81 'history/core/browser/thumbnail_database.h',
sdefresne0da3bc02015-01-29 18:26:3582 'history/core/browser/top_sites.cc',
83 'history/core/browser/top_sites.h',
84 'history/core/browser/top_sites_backend.cc',
85 'history/core/browser/top_sites_backend.h',
sdefresneeb278882014-12-30 19:23:4986 'history/core/browser/top_sites_cache.cc',
87 'history/core/browser/top_sites_cache.h',
sdefresne0da3bc02015-01-29 18:26:3588 'history/core/browser/top_sites_database.cc',
89 'history/core/browser/top_sites_database.h',
sdefresne236ea692015-04-27 11:08:1190 'history/core/browser/top_sites_impl.cc',
91 'history/core/browser/top_sites_impl.h',
naiem.shaike091cc32014-09-18 02:20:5292 'history/core/browser/top_sites_observer.h',
sdefresne506dd5212015-03-12 18:49:1293 'history/core/browser/typed_url_syncable_service.cc',
94 'history/core/browser/typed_url_syncable_service.h',
[email protected]73b2d1e72014-06-25 23:45:3695 'history/core/browser/url_database.cc',
96 'history/core/browser/url_database.h',
97 'history/core/browser/url_row.cc',
98 'history/core/browser/url_row.h',
sdefresneeb278882014-12-30 19:23:4999 'history/core/browser/url_utils.cc',
100 'history/core/browser/url_utils.h',
101 'history/core/browser/visit_database.cc',
102 'history/core/browser/visit_database.h',
sdefresned4d9fe42015-02-18 16:18:47103 'history/core/browser/visit_delegate.cc',
104 'history/core/browser/visit_delegate.h',
sdefresneeb278882014-12-30 19:23:49105 'history/core/browser/visit_filter.cc',
106 'history/core/browser/visit_filter.h',
107 'history/core/browser/visit_tracker.cc',
108 'history/core/browser/visit_tracker.h',
109 'history/core/browser/visitsegment_database.cc',
110 'history/core/browser/visitsegment_database.h',
sdefresneff131432015-02-17 19:23:17111 'history/core/browser/web_history_service.cc',
112 'history/core/browser/web_history_service.h',
[email protected]ad34610c2014-06-04 14:43:52113 ],
sdefresne46129152015-01-20 19:24:43114 'conditions': [
115 ['OS=="android"', {
116 'sources': [
117 'history/core/browser/android/android_cache_database.cc',
118 'history/core/browser/android/android_cache_database.h',
119 'history/core/browser/android/android_history_types.cc',
120 'history/core/browser/android/android_history_types.h',
121 'history/core/browser/android/android_time.h',
122 'history/core/browser/android/android_urls_database.cc',
123 'history/core/browser/android/android_urls_database.h',
124 'history/core/browser/android/android_urls_sql_handler.cc',
125 'history/core/browser/android/android_urls_sql_handler.h',
126 'history/core/browser/android/favicon_sql_handler.cc',
127 'history/core/browser/android/favicon_sql_handler.h',
128 'history/core/browser/android/sql_handler.cc',
129 'history/core/browser/android/sql_handler.h',
130 'history/core/browser/android/urls_sql_handler.cc',
131 'history/core/browser/android/urls_sql_handler.h',
132 'history/core/browser/android/visit_sql_handler.cc',
133 'history/core/browser/android/visit_sql_handler.h',
134 ],
135 }],
136 ],
[email protected]ad34610c2014-06-04 14:43:52137 },
138 {
[email protected]273ae5ab2014-07-09 21:10:25139 # GN version: //components/history/core/common
[email protected]36db2ae2014-06-11 17:49:27140 'target_name': 'history_core_common',
141 'type': 'static_library',
142 'include_dirs': [
143 '..',
144 ],
145 'dependencies': [
146 '../base/base.gyp:base',
147 ],
148 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25149 # Note: sources list duplicated in GN build.
[email protected]36db2ae2014-06-11 17:49:27150 'history/core/common/thumbnail_score.cc',
151 'history/core/common/thumbnail_score.h',
152 ],
153 },
154 {
[email protected]273ae5ab2014-07-09 21:10:25155 # GN version: //components/history/core/test
[email protected]ad34610c2014-06-04 14:43:52156 'target_name': 'history_core_test_support',
157 'type': 'static_library',
158 'include_dirs': [
159 '..',
160 ],
161 'dependencies': [
[email protected]ad34610c2014-06-04 14:43:52162 '../base/base.gyp:base',
sdefresnef13c9fd2015-05-05 18:14:24163 '../skia/skia.gyp:skia',
sdefresnea4d364e2015-01-14 18:11:58164 '../sql/sql.gyp:sql',
sdefresneb0d08622015-04-30 07:51:21165 '../sql/sql.gyp:test_support_sql',
166 '../sync/sync.gyp:sync',
sdefresnea4d364e2015-01-14 18:11:58167 '../testing/gtest.gyp:gtest',
sdefresnef13c9fd2015-05-05 18:14:24168 '../ui/gfx/gfx.gyp:gfx',
[email protected]ad34610c2014-06-04 14:43:52169 '../url/url.gyp:url_lib',
sdefresnea4d364e2015-01-14 18:11:58170 'history_core_browser',
[email protected]ad34610c2014-06-04 14:43:52171 ],
172 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25173 # Note: sources list duplicated in GN build.
sdefresne0da3bc02015-01-29 18:26:35174 'history/core/test/database_test_utils.cc',
175 'history/core/test/database_test_utils.h',
sdefresnef13c9fd2015-05-05 18:14:24176 'history/core/test/history_backend_db_base_test.cc',
177 'history/core/test/history_backend_db_base_test.h',
[email protected]ad34610c2014-06-04 14:43:52178 'history/core/test/history_client_fake_bookmarks.cc',
179 'history/core/test/history_client_fake_bookmarks.h',
sdefresnea4d364e2015-01-14 18:11:58180 'history/core/test/history_unittest_base.cc',
181 'history/core/test/history_unittest_base.h',
sdefresne46129152015-01-20 19:24:43182 'history/core/test/test_history_database.cc',
183 'history/core/test/test_history_database.h',
sdefresnef13c9fd2015-05-05 18:14:24184 'history/core/test/thumbnail-inl.h',
185 'history/core/test/thumbnail.cc',
186 'history/core/test/thumbnail.h',
187 'history/core/test/thumbnail_ios.mm',
188 'history/core/test/wait_top_sites_loaded_observer.cc',
189 'history/core/test/wait_top_sites_loaded_observer.h',
190 ],
191 'conditions': [
192 ['OS=="ios"', {
193 'sources!': [
194 'history/core/test/thumbnail.cc',
195 ],
196 }],
[email protected]69843a92014-05-30 15:43:17197 ],
198 },
199 ],
sdefresnebc766ef2014-09-25 09:28:13200 'conditions': [
sdefresne715246622015-01-12 16:24:04201 ['OS!="ios"', {
202 'targets': [
203 {
204 # GN version: //components/history/content/browser
205 'target_name': 'history_content_browser',
206 'type': 'static_library',
207 'include_dirs': [
208 '..',
209 ],
210 'dependencies': [
211 '../base/base.gyp:base',
212 '../content/content.gyp:content_browser',
sdefresne4f8553c2015-04-23 17:25:25213 '../url/url.gyp:url_lib',
sdefresne715246622015-01-12 16:24:04214 'history_core_browser',
sdefresne506dd5212015-03-12 18:49:12215 'visitedlink_browser',
sdefresne715246622015-01-12 16:24:04216 ],
217 'sources': [
sdefresne506dd5212015-03-12 18:49:12218 'history/content/browser/content_visit_delegate.cc',
219 'history/content/browser/content_visit_delegate.h',
sdefresne715246622015-01-12 16:24:04220 'history/content/browser/download_constants_utils.cc',
221 'history/content/browser/download_constants_utils.h',
sdefresnebfd8f552015-01-13 10:12:20222 'history/content/browser/history_context_helper.cc',
223 'history/content/browser/history_context_helper.h',
sdefresne46129152015-01-20 19:24:43224 'history/content/browser/history_database_helper.cc',
225 'history/content/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25226 'history/content/browser/web_contents_top_sites_observer.cc',
227 'history/content/browser/web_contents_top_sites_observer.h',
sdefresne715246622015-01-12 16:24:04228 ],
229 }
230 ],
231 }],
sdefresne4f8553c2015-04-23 17:25:25232 ['OS=="ios"', {
233 'targets': [
234 {
235 'target_name': 'history_ios_browser',
236 'type': 'static_library',
237 'include_dirs': [
238 '..',
239 ],
240 'dependencies': [
241 '../base/base.gyp:base',
242 '../ios/web/ios_web.gyp:ios_web',
243 '../url/url.gyp:url_lib',
244 'history_core_browser',
245 ],
246 'sources': [
sdefresne70d2cd62015-04-24 15:59:15247 'history/ios/browser/history_database_helper.cc',
248 'history/ios/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25249 'history/ios/browser/web_state_top_sites_observer.cc',
250 'history/ios/browser/web_state_top_sites_observer.h',
251 ],
252 },
253 ],
254 }],
sdefresnebc766ef2014-09-25 09:28:13255 ],
[email protected]69843a92014-05-30 15:43:17256}