blob: 9ecec9fbe73657e684268e59056d445bea150065 [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',
[email protected]69843a92014-05-30 15:43:1732 ],
33 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2534 # Note: sources list duplicated in GN build.
sdefresne506dd522015-03-12 18:49:1235 'history/core/browser/delete_directive_handler.cc',
36 'history/core/browser/delete_directive_handler.h',
sdefresne715246622015-01-12 16:24:0437 'history/core/browser/download_constants.h',
38 'history/core/browser/download_database.cc',
39 'history/core/browser/download_database.h',
40 'history/core/browser/download_row.cc',
41 'history/core/browser/download_row.h',
42 'history/core/browser/download_types.cc',
43 'history/core/browser/download_types.h',
sdefresne2e7702c2015-01-23 21:14:5844 'history/core/browser/expire_history_backend.cc',
45 'history/core/browser/expire_history_backend.h',
sdefresne506dd522015-03-12 18:49:1246 'history/core/browser/history_backend.cc',
47 'history/core/browser/history_backend.h',
sdefresne597713e2014-11-12 11:02:3648 'history/core/browser/history_backend_notifier.h',
sdefresnec8eb77e2014-10-15 18:15:4449 'history/core/browser/history_backend_observer.h',
[email protected]ad34610c2014-06-04 14:43:5250 'history/core/browser/history_client.cc',
[email protected]73b2d1e72014-06-25 23:45:3651 'history/core/browser/history_client.h',
naiem.shaikb9f5bffa2014-11-30 09:02:3152 'history/core/browser/history_constants.cc',
53 'history/core/browser/history_constants.h',
sdefresnebfd8f552015-01-13 10:12:2054 'history/core/browser/history_context.h',
sdefresne46129152015-01-20 19:24:4355 'history/core/browser/history_database.cc',
56 'history/core/browser/history_database.h',
57 'history/core/browser/history_database_params.cc',
58 'history/core/browser/history_database_params.h',
sdefresneabac1922014-12-29 15:54:0659 'history/core/browser/history_db_task.h',
[email protected]bac78f92014-07-09 06:08:5060 'history/core/browser/history_match.cc',
61 'history/core/browser/history_match.h',
sdefresne506dd522015-03-12 18:49:1262 'history/core/browser/history_service.cc',
63 'history/core/browser/history_service.h',
sdefresne1ef49e02014-10-14 09:20:5764 'history/core/browser/history_service_observer.h',
65 'history/core/browser/history_types.cc',
66 'history/core/browser/history_types.h',
[email protected]e3ce70ac2014-06-26 18:34:5667 'history/core/browser/in_memory_database.cc',
68 'history/core/browser/in_memory_database.h',
sdefresne506dd522015-03-12 18:49:1269 'history/core/browser/in_memory_history_backend.cc',
70 'history/core/browser/in_memory_history_backend.h',
[email protected]078d0f72014-06-23 23:54:2171 'history/core/browser/keyword_id.h',
[email protected]73b2d1e72014-06-25 23:45:3672 'history/core/browser/keyword_search_term.cc',
73 'history/core/browser/keyword_search_term.h',
[email protected]9f95e2d2014-08-12 00:59:4474 'history/core/browser/page_usage_data.cc',
75 'history/core/browser/page_usage_data.h',
sdefresneeb278882014-12-30 19:23:4976 'history/core/browser/thumbnail_database.cc',
77 'history/core/browser/thumbnail_database.h',
sdefresne0da3bc02015-01-29 18:26:3578 'history/core/browser/top_sites.cc',
79 'history/core/browser/top_sites.h',
80 'history/core/browser/top_sites_backend.cc',
81 'history/core/browser/top_sites_backend.h',
sdefresneeb278882014-12-30 19:23:4982 'history/core/browser/top_sites_cache.cc',
83 'history/core/browser/top_sites_cache.h',
sdefresne0da3bc02015-01-29 18:26:3584 'history/core/browser/top_sites_database.cc',
85 'history/core/browser/top_sites_database.h',
sdefresne236ea692015-04-27 11:08:1186 'history/core/browser/top_sites_impl.cc',
87 'history/core/browser/top_sites_impl.h',
naiem.shaike091cc32014-09-18 02:20:5288 'history/core/browser/top_sites_observer.h',
sdefresne506dd522015-03-12 18:49:1289 'history/core/browser/typed_url_syncable_service.cc',
90 'history/core/browser/typed_url_syncable_service.h',
[email protected]73b2d1e72014-06-25 23:45:3691 'history/core/browser/url_database.cc',
92 'history/core/browser/url_database.h',
93 'history/core/browser/url_row.cc',
94 'history/core/browser/url_row.h',
sdefresneeb278882014-12-30 19:23:4995 'history/core/browser/url_utils.cc',
96 'history/core/browser/url_utils.h',
97 'history/core/browser/visit_database.cc',
98 'history/core/browser/visit_database.h',
sdefresned4d9fe42015-02-18 16:18:4799 'history/core/browser/visit_delegate.cc',
100 'history/core/browser/visit_delegate.h',
sdefresneeb278882014-12-30 19:23:49101 'history/core/browser/visit_filter.cc',
102 'history/core/browser/visit_filter.h',
103 'history/core/browser/visit_tracker.cc',
104 'history/core/browser/visit_tracker.h',
105 'history/core/browser/visitsegment_database.cc',
106 'history/core/browser/visitsegment_database.h',
sdefresneff131432015-02-17 19:23:17107 'history/core/browser/web_history_service.cc',
108 'history/core/browser/web_history_service.h',
[email protected]ad34610c2014-06-04 14:43:52109 ],
sdefresne46129152015-01-20 19:24:43110 'conditions': [
111 ['OS=="android"', {
112 'sources': [
113 'history/core/browser/android/android_cache_database.cc',
114 'history/core/browser/android/android_cache_database.h',
115 'history/core/browser/android/android_history_types.cc',
116 'history/core/browser/android/android_history_types.h',
117 'history/core/browser/android/android_time.h',
118 'history/core/browser/android/android_urls_database.cc',
119 'history/core/browser/android/android_urls_database.h',
120 'history/core/browser/android/android_urls_sql_handler.cc',
121 'history/core/browser/android/android_urls_sql_handler.h',
122 'history/core/browser/android/favicon_sql_handler.cc',
123 'history/core/browser/android/favicon_sql_handler.h',
124 'history/core/browser/android/sql_handler.cc',
125 'history/core/browser/android/sql_handler.h',
126 'history/core/browser/android/urls_sql_handler.cc',
127 'history/core/browser/android/urls_sql_handler.h',
128 'history/core/browser/android/visit_sql_handler.cc',
129 'history/core/browser/android/visit_sql_handler.h',
130 ],
131 }],
132 ],
[email protected]ad34610c2014-06-04 14:43:52133 },
134 {
[email protected]273ae5ab2014-07-09 21:10:25135 # GN version: //components/history/core/common
[email protected]36db2ae2014-06-11 17:49:27136 'target_name': 'history_core_common',
137 'type': 'static_library',
138 'include_dirs': [
139 '..',
140 ],
141 'dependencies': [
142 '../base/base.gyp:base',
143 ],
144 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25145 # Note: sources list duplicated in GN build.
[email protected]36db2ae2014-06-11 17:49:27146 'history/core/common/thumbnail_score.cc',
147 'history/core/common/thumbnail_score.h',
148 ],
149 },
150 {
[email protected]273ae5ab2014-07-09 21:10:25151 # GN version: //components/history/core/test
[email protected]ad34610c2014-06-04 14:43:52152 'target_name': 'history_core_test_support',
153 'type': 'static_library',
154 'include_dirs': [
155 '..',
156 ],
157 'dependencies': [
[email protected]ad34610c2014-06-04 14:43:52158 '../base/base.gyp:base',
sdefresnef13c9fd2015-05-05 18:14:24159 '../skia/skia.gyp:skia',
sdefresnea4d364e2015-01-14 18:11:58160 '../sql/sql.gyp:sql',
sdefresneb0d08622015-04-30 07:51:21161 '../sql/sql.gyp:test_support_sql',
162 '../sync/sync.gyp:sync',
sdefresnea4d364e2015-01-14 18:11:58163 '../testing/gtest.gyp:gtest',
sdefresnef13c9fd2015-05-05 18:14:24164 '../ui/gfx/gfx.gyp:gfx',
[email protected]ad34610c2014-06-04 14:43:52165 '../url/url.gyp:url_lib',
sdefresnea4d364e2015-01-14 18:11:58166 'history_core_browser',
[email protected]ad34610c2014-06-04 14:43:52167 ],
168 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25169 # Note: sources list duplicated in GN build.
sdefresne0da3bc02015-01-29 18:26:35170 'history/core/test/database_test_utils.cc',
171 'history/core/test/database_test_utils.h',
sdefresnef13c9fd2015-05-05 18:14:24172 'history/core/test/history_backend_db_base_test.cc',
173 'history/core/test/history_backend_db_base_test.h',
[email protected]ad34610c2014-06-04 14:43:52174 'history/core/test/history_client_fake_bookmarks.cc',
175 'history/core/test/history_client_fake_bookmarks.h',
sdefresnea4d364e2015-01-14 18:11:58176 'history/core/test/history_unittest_base.cc',
177 'history/core/test/history_unittest_base.h',
sdefresne46129152015-01-20 19:24:43178 'history/core/test/test_history_database.cc',
179 'history/core/test/test_history_database.h',
sdefresnef13c9fd2015-05-05 18:14:24180 'history/core/test/thumbnail-inl.h',
181 'history/core/test/thumbnail.cc',
182 'history/core/test/thumbnail.h',
183 'history/core/test/thumbnail_ios.mm',
184 'history/core/test/wait_top_sites_loaded_observer.cc',
185 'history/core/test/wait_top_sites_loaded_observer.h',
186 ],
187 'conditions': [
188 ['OS=="ios"', {
189 'sources!': [
190 'history/core/test/thumbnail.cc',
191 ],
192 }],
[email protected]69843a92014-05-30 15:43:17193 ],
194 },
195 ],
sdefresnebc766ef2014-09-25 09:28:13196 'conditions': [
sdefresne715246622015-01-12 16:24:04197 ['OS!="ios"', {
198 'targets': [
199 {
200 # GN version: //components/history/content/browser
201 'target_name': 'history_content_browser',
202 'type': 'static_library',
203 'include_dirs': [
204 '..',
205 ],
206 'dependencies': [
207 '../base/base.gyp:base',
208 '../content/content.gyp:content_browser',
sdefresne4f8553c2015-04-23 17:25:25209 '../url/url.gyp:url_lib',
sdefresne715246622015-01-12 16:24:04210 'history_core_browser',
sdefresne506dd522015-03-12 18:49:12211 'visitedlink_browser',
sdefresne715246622015-01-12 16:24:04212 ],
213 'sources': [
sdefresne506dd522015-03-12 18:49:12214 'history/content/browser/content_visit_delegate.cc',
215 'history/content/browser/content_visit_delegate.h',
sdefresne715246622015-01-12 16:24:04216 'history/content/browser/download_constants_utils.cc',
217 'history/content/browser/download_constants_utils.h',
sdefresnebfd8f552015-01-13 10:12:20218 'history/content/browser/history_context_helper.cc',
219 'history/content/browser/history_context_helper.h',
sdefresne46129152015-01-20 19:24:43220 'history/content/browser/history_database_helper.cc',
221 'history/content/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25222 'history/content/browser/web_contents_top_sites_observer.cc',
223 'history/content/browser/web_contents_top_sites_observer.h',
sdefresne715246622015-01-12 16:24:04224 ],
225 }
226 ],
227 }],
sdefresne4f8553c2015-04-23 17:25:25228 ['OS=="ios"', {
229 'targets': [
230 {
231 'target_name': 'history_ios_browser',
232 'type': 'static_library',
233 'include_dirs': [
234 '..',
235 ],
236 'dependencies': [
237 '../base/base.gyp:base',
238 '../ios/web/ios_web.gyp:ios_web',
239 '../url/url.gyp:url_lib',
240 'history_core_browser',
241 ],
242 'sources': [
sdefresne70d2cd62015-04-24 15:59:15243 'history/ios/browser/history_database_helper.cc',
244 'history/ios/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25245 'history/ios/browser/web_state_top_sites_observer.cc',
246 'history/ios/browser/web_state_top_sites_observer.h',
247 ],
248 },
249 ],
250 }],
sdefresnebc766ef2014-09-25 09:28:13251 ],
[email protected]69843a92014-05-30 15:43:17252}