blob: e3d0605c034c26ce5a59d6e177aac9dd8a0faf93 [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',
sdefresneff131432015-02-17 19:23:1716 '../google_apis/google_apis.gyp:google_apis',
[email protected]73b2d1e72014-06-25 23:45:3617 '../net/net.gyp:net',
sdefresne0da3bc02015-01-29 18:26:3518 '../skia/skia.gyp:skia',
[email protected]e3ce70ac2014-06-26 18:34:5619 '../sql/sql.gyp:sql',
sdefresne506dd522015-03-12 18:49:1220 '../sync/sync.gyp:sync',
sdefresneeb278882014-12-30 19:23:4921 '../third_party/sqlite/sqlite.gyp:sqlite',
sdefresnebc766ef2014-09-25 09:28:1322 '../ui/base/ui_base.gyp:ui_base',
[email protected]9f95e2d2014-08-12 00:59:4423 '../ui/gfx/gfx.gyp:gfx',
[email protected]ad34610c2014-06-04 14:43:5224 '../url/url.gyp:url_lib',
[email protected]9f95e2d2014-08-12 00:59:4425 'favicon_base',
[email protected]69843a92014-05-30 15:43:1726 'keyed_service_core',
[email protected]73b2d1e72014-06-25 23:45:3627 'query_parser',
sdefresneff131432015-02-17 19:23:1728 'signin_core_browser',
[email protected]69843a92014-05-30 15:43:1729 ],
30 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2531 # Note: sources list duplicated in GN build.
sdefresne506dd522015-03-12 18:49:1232 'history/core/browser/delete_directive_handler.cc',
33 'history/core/browser/delete_directive_handler.h',
sdefresne715246622015-01-12 16:24:0434 'history/core/browser/download_constants.h',
35 'history/core/browser/download_database.cc',
36 'history/core/browser/download_database.h',
37 'history/core/browser/download_row.cc',
38 'history/core/browser/download_row.h',
39 'history/core/browser/download_types.cc',
40 'history/core/browser/download_types.h',
sdefresne2e7702c2015-01-23 21:14:5841 'history/core/browser/expire_history_backend.cc',
42 'history/core/browser/expire_history_backend.h',
sdefresne506dd522015-03-12 18:49:1243 'history/core/browser/history_backend.cc',
44 'history/core/browser/history_backend.h',
sdefresne597713e2014-11-12 11:02:3645 'history/core/browser/history_backend_notifier.h',
sdefresnec8eb77e2014-10-15 18:15:4446 'history/core/browser/history_backend_observer.h',
[email protected]ad34610c2014-06-04 14:43:5247 'history/core/browser/history_client.cc',
[email protected]73b2d1e72014-06-25 23:45:3648 'history/core/browser/history_client.h',
naiem.shaikb9f5bffa2014-11-30 09:02:3149 'history/core/browser/history_constants.cc',
50 'history/core/browser/history_constants.h',
sdefresnebfd8f552015-01-13 10:12:2051 'history/core/browser/history_context.h',
sdefresne46129152015-01-20 19:24:4352 'history/core/browser/history_database.cc',
53 'history/core/browser/history_database.h',
54 'history/core/browser/history_database_params.cc',
55 'history/core/browser/history_database_params.h',
sdefresneabac1922014-12-29 15:54:0656 'history/core/browser/history_db_task.h',
[email protected]bac78f92014-07-09 06:08:5057 'history/core/browser/history_match.cc',
58 'history/core/browser/history_match.h',
sdefresne506dd522015-03-12 18:49:1259 'history/core/browser/history_service.cc',
60 'history/core/browser/history_service.h',
sdefresne1ef49e02014-10-14 09:20:5761 'history/core/browser/history_service_observer.h',
62 'history/core/browser/history_types.cc',
63 'history/core/browser/history_types.h',
[email protected]e3ce70ac2014-06-26 18:34:5664 'history/core/browser/in_memory_database.cc',
65 'history/core/browser/in_memory_database.h',
sdefresne506dd522015-03-12 18:49:1266 'history/core/browser/in_memory_history_backend.cc',
67 'history/core/browser/in_memory_history_backend.h',
[email protected]078d0f72014-06-23 23:54:2168 'history/core/browser/keyword_id.h',
[email protected]73b2d1e72014-06-25 23:45:3669 'history/core/browser/keyword_search_term.cc',
70 'history/core/browser/keyword_search_term.h',
[email protected]9f95e2d2014-08-12 00:59:4471 'history/core/browser/page_usage_data.cc',
72 'history/core/browser/page_usage_data.h',
sdefresneeb278882014-12-30 19:23:4973 'history/core/browser/thumbnail_database.cc',
74 'history/core/browser/thumbnail_database.h',
sdefresne0da3bc02015-01-29 18:26:3575 'history/core/browser/top_sites.cc',
76 'history/core/browser/top_sites.h',
77 'history/core/browser/top_sites_backend.cc',
78 'history/core/browser/top_sites_backend.h',
sdefresneeb278882014-12-30 19:23:4979 'history/core/browser/top_sites_cache.cc',
80 'history/core/browser/top_sites_cache.h',
sdefresne0da3bc02015-01-29 18:26:3581 'history/core/browser/top_sites_database.cc',
82 'history/core/browser/top_sites_database.h',
naiem.shaike091cc32014-09-18 02:20:5283 'history/core/browser/top_sites_observer.h',
sdefresne506dd522015-03-12 18:49:1284 'history/core/browser/typed_url_syncable_service.cc',
85 'history/core/browser/typed_url_syncable_service.h',
[email protected]73b2d1e72014-06-25 23:45:3686 'history/core/browser/url_database.cc',
87 'history/core/browser/url_database.h',
88 'history/core/browser/url_row.cc',
89 'history/core/browser/url_row.h',
sdefresneeb278882014-12-30 19:23:4990 'history/core/browser/url_utils.cc',
91 'history/core/browser/url_utils.h',
92 'history/core/browser/visit_database.cc',
93 'history/core/browser/visit_database.h',
sdefresned4d9fe42015-02-18 16:18:4794 'history/core/browser/visit_delegate.cc',
95 'history/core/browser/visit_delegate.h',
sdefresneeb278882014-12-30 19:23:4996 'history/core/browser/visit_filter.cc',
97 'history/core/browser/visit_filter.h',
98 'history/core/browser/visit_tracker.cc',
99 'history/core/browser/visit_tracker.h',
100 'history/core/browser/visitsegment_database.cc',
101 'history/core/browser/visitsegment_database.h',
sdefresneff131432015-02-17 19:23:17102 'history/core/browser/web_history_service.cc',
103 'history/core/browser/web_history_service.h',
[email protected]ad34610c2014-06-04 14:43:52104 ],
sdefresne46129152015-01-20 19:24:43105 'conditions': [
106 ['OS=="android"', {
107 'sources': [
108 'history/core/browser/android/android_cache_database.cc',
109 'history/core/browser/android/android_cache_database.h',
110 'history/core/browser/android/android_history_types.cc',
111 'history/core/browser/android/android_history_types.h',
112 'history/core/browser/android/android_time.h',
113 'history/core/browser/android/android_urls_database.cc',
114 'history/core/browser/android/android_urls_database.h',
115 'history/core/browser/android/android_urls_sql_handler.cc',
116 'history/core/browser/android/android_urls_sql_handler.h',
117 'history/core/browser/android/favicon_sql_handler.cc',
118 'history/core/browser/android/favicon_sql_handler.h',
119 'history/core/browser/android/sql_handler.cc',
120 'history/core/browser/android/sql_handler.h',
121 'history/core/browser/android/urls_sql_handler.cc',
122 'history/core/browser/android/urls_sql_handler.h',
123 'history/core/browser/android/visit_sql_handler.cc',
124 'history/core/browser/android/visit_sql_handler.h',
125 ],
126 }],
127 ],
[email protected]ad34610c2014-06-04 14:43:52128 },
129 {
[email protected]273ae5ab2014-07-09 21:10:25130 # GN version: //components/history/core/common
[email protected]36db2ae2014-06-11 17:49:27131 'target_name': 'history_core_common',
132 'type': 'static_library',
133 'include_dirs': [
134 '..',
135 ],
136 'dependencies': [
137 '../base/base.gyp:base',
138 ],
139 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25140 # Note: sources list duplicated in GN build.
[email protected]36db2ae2014-06-11 17:49:27141 'history/core/common/thumbnail_score.cc',
142 'history/core/common/thumbnail_score.h',
143 ],
144 },
145 {
[email protected]273ae5ab2014-07-09 21:10:25146 # GN version: //components/history/core/test
[email protected]ad34610c2014-06-04 14:43:52147 'target_name': 'history_core_test_support',
148 'type': 'static_library',
149 'include_dirs': [
150 '..',
151 ],
152 'dependencies': [
[email protected]ad34610c2014-06-04 14:43:52153 '../base/base.gyp:base',
sdefresnea4d364e2015-01-14 18:11:58154 '../sql/sql.gyp:sql',
155 '../testing/gtest.gyp:gtest',
[email protected]ad34610c2014-06-04 14:43:52156 '../url/url.gyp:url_lib',
sdefresnea4d364e2015-01-14 18:11:58157 'history_core_browser',
[email protected]ad34610c2014-06-04 14:43:52158 ],
159 'sources': [
[email protected]273ae5ab2014-07-09 21:10:25160 # Note: sources list duplicated in GN build.
sdefresne0da3bc02015-01-29 18:26:35161 'history/core/test/database_test_utils.cc',
162 'history/core/test/database_test_utils.h',
[email protected]ad34610c2014-06-04 14:43:52163 'history/core/test/history_client_fake_bookmarks.cc',
164 'history/core/test/history_client_fake_bookmarks.h',
sdefresnea4d364e2015-01-14 18:11:58165 'history/core/test/history_unittest_base.cc',
166 'history/core/test/history_unittest_base.h',
sdefresne46129152015-01-20 19:24:43167 'history/core/test/test_history_database.cc',
168 'history/core/test/test_history_database.h',
[email protected]69843a92014-05-30 15:43:17169 ],
170 },
171 ],
sdefresnebc766ef2014-09-25 09:28:13172 'conditions': [
sdefresne715246622015-01-12 16:24:04173 ['OS!="ios"', {
174 'targets': [
175 {
176 # GN version: //components/history/content/browser
177 'target_name': 'history_content_browser',
178 'type': 'static_library',
179 'include_dirs': [
180 '..',
181 ],
182 'dependencies': [
183 '../base/base.gyp:base',
184 '../content/content.gyp:content_browser',
sdefresne4f8553c2015-04-23 17:25:25185 '../url/url.gyp:url_lib',
sdefresne715246622015-01-12 16:24:04186 'history_core_browser',
sdefresne506dd522015-03-12 18:49:12187 'visitedlink_browser',
sdefresne715246622015-01-12 16:24:04188 ],
189 'sources': [
sdefresne506dd522015-03-12 18:49:12190 'history/content/browser/content_visit_delegate.cc',
191 'history/content/browser/content_visit_delegate.h',
sdefresne715246622015-01-12 16:24:04192 'history/content/browser/download_constants_utils.cc',
193 'history/content/browser/download_constants_utils.h',
sdefresnebfd8f552015-01-13 10:12:20194 'history/content/browser/history_context_helper.cc',
195 'history/content/browser/history_context_helper.h',
sdefresne46129152015-01-20 19:24:43196 'history/content/browser/history_database_helper.cc',
197 'history/content/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25198 'history/content/browser/web_contents_top_sites_observer.cc',
199 'history/content/browser/web_contents_top_sites_observer.h',
sdefresne715246622015-01-12 16:24:04200 ],
201 }
202 ],
203 }],
sdefresne4f8553c2015-04-23 17:25:25204 ['OS=="ios"', {
205 'targets': [
206 {
207 'target_name': 'history_ios_browser',
208 'type': 'static_library',
209 'include_dirs': [
210 '..',
211 ],
212 'dependencies': [
213 '../base/base.gyp:base',
214 '../ios/web/ios_web.gyp:ios_web',
215 '../url/url.gyp:url_lib',
216 'history_core_browser',
217 ],
218 'sources': [
sdefresne70d2cd62015-04-24 15:59:15219 'history/ios/browser/history_database_helper.cc',
220 'history/ios/browser/history_database_helper.h',
sdefresne4f8553c2015-04-23 17:25:25221 'history/ios/browser/web_state_top_sites_observer.cc',
222 'history/ios/browser/web_state_top_sites_observer.h',
223 ],
224 },
225 ],
226 }],
sdefresnebc766ef2014-09-25 09:28:13227 ],
[email protected]69843a92014-05-30 15:43:17228}