[Hotword] Remove optin_client.js now that optin bubble display happens from search...
[chromium-blink-merge.git] / components / history.gypi
blobab6acedff6f063d62e6ec86b96bbc9edee4a208f
1 # 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.
6   'targets': [
7     {
8       'target_name': 'history_core_browser',
9       'type': 'static_library',
10       'include_dirs': [
11         '..',
12       ],
13       'dependencies': [
14         '../base/base.gyp:base',
15         '../net/net.gyp:net',
16         '../sql/sql.gyp:sql',
17         '../url/url.gyp:url_lib',
18         'keyed_service_core',
19         'query_parser',
20       ],
21       'sources': [
22         'history/core/browser/history_client.cc',
23         'history/core/browser/history_client.h',
24         'history/core/browser/in_memory_database.cc',
25         'history/core/browser/in_memory_database.h',
26         'history/core/browser/keyword_id.h',
27         'history/core/browser/keyword_search_term.cc',
28         'history/core/browser/keyword_search_term.h',
29         'history/core/browser/url_database.cc',
30         'history/core/browser/url_database.h',
31         'history/core/browser/url_row.cc',
32         'history/core/browser/url_row.h',
33       ],
34     },
35     {
36       'target_name': 'history_core_common',
37       'type': 'static_library',
38       'include_dirs': [
39         '..',
40       ],
41       'dependencies': [
42         '../base/base.gyp:base',
43       ],
44       'sources': [
45         'history/core/common/thumbnail_score.cc',
46         'history/core/common/thumbnail_score.h',
47       ],
48     },
49     {
50       'target_name': 'history_core_test_support',
51       'type': 'static_library',
52       'include_dirs': [
53         '..',
54       ],
55       'dependencies': [
56         'history_core_browser',
57         '../base/base.gyp:base',
58         '../url/url.gyp:url_lib',
59       ],
60       'sources': [
61         'history/core/test/history_client_fake_bookmarks.cc',
62         'history/core/test/history_client_fake_bookmarks.h',
63       ],
64     },
65   ],