blob: 63dae2eaf0e0f726c813fcec08e4d7276fceeba1 [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',
[email protected]73b2d1e72014-06-25 23:45:3616 '../net/net.gyp:net',
[email protected]e3ce70ac2014-06-26 18:34:5617 '../sql/sql.gyp:sql',
[email protected]ad34610c2014-06-04 14:43:5218 '../url/url.gyp:url_lib',
[email protected]69843a92014-05-30 15:43:1719 'keyed_service_core',
[email protected]73b2d1e72014-06-25 23:45:3620 'query_parser',
[email protected]69843a92014-05-30 15:43:1721 ],
22 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2523 # Note: sources list duplicated in GN build.
[email protected]ad34610c2014-06-04 14:43:5224 'history/core/browser/history_client.cc',
[email protected]73b2d1e72014-06-25 23:45:3625 'history/core/browser/history_client.h',
[email protected]bac78f92014-07-09 06:08:5026 'history/core/browser/history_match.cc',
27 'history/core/browser/history_match.h',
[email protected]e3ce70ac2014-06-26 18:34:5628 'history/core/browser/in_memory_database.cc',
29 'history/core/browser/in_memory_database.h',
[email protected]078d0f72014-06-23 23:54:2130 'history/core/browser/keyword_id.h',
[email protected]73b2d1e72014-06-25 23:45:3631 'history/core/browser/keyword_search_term.cc',
32 'history/core/browser/keyword_search_term.h',
[email protected]73b2d1e72014-06-25 23:45:3633 'history/core/browser/url_database.cc',
34 'history/core/browser/url_database.h',
35 'history/core/browser/url_row.cc',
36 'history/core/browser/url_row.h',
[email protected]ad34610c2014-06-04 14:43:5237 ],
38 },
39 {
[email protected]273ae5ab2014-07-09 21:10:2540 # GN version: //components/history/core/common
[email protected]36db2ae2014-06-11 17:49:2741 'target_name': 'history_core_common',
42 'type': 'static_library',
43 'include_dirs': [
44 '..',
45 ],
46 'dependencies': [
47 '../base/base.gyp:base',
48 ],
49 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2550 # Note: sources list duplicated in GN build.
[email protected]36db2ae2014-06-11 17:49:2751 'history/core/common/thumbnail_score.cc',
52 'history/core/common/thumbnail_score.h',
53 ],
54 },
55 {
[email protected]273ae5ab2014-07-09 21:10:2556 # GN version: //components/history/core/test
[email protected]ad34610c2014-06-04 14:43:5257 'target_name': 'history_core_test_support',
58 'type': 'static_library',
59 'include_dirs': [
60 '..',
61 ],
62 'dependencies': [
63 'history_core_browser',
64 '../base/base.gyp:base',
65 '../url/url.gyp:url_lib',
66 ],
67 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2568 # Note: sources list duplicated in GN build.
[email protected]ad34610c2014-06-04 14:43:5269 'history/core/test/history_client_fake_bookmarks.cc',
70 'history/core/test/history_client_fake_bookmarks.h',
[email protected]69843a92014-05-30 15:43:1771 ],
72 },
73 ],
74}