blob: a0c4d83347f3ff3dcc1753113fd28f39a691f4ba [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 {
8 'target_name': 'history_core_browser',
[email protected]ad34610c2014-06-04 14:43:529 'type': 'static_library',
[email protected]69843a92014-05-30 15:43:1710 'include_dirs': [
11 '..',
12 ],
13 'dependencies': [
14 '../base/base.gyp:base',
[email protected]ad34610c2014-06-04 14:43:5215 '../url/url.gyp:url_lib',
[email protected]69843a92014-05-30 15:43:1716 'keyed_service_core',
17 ],
18 'sources': [
19 'history/core/browser/history_client.h',
[email protected]ad34610c2014-06-04 14:43:5220 'history/core/browser/history_client.cc',
[email protected]078d0f72014-06-23 23:54:2121 'history/core/browser/keyword_id.h',
[email protected]ad34610c2014-06-04 14:43:5222 ],
23 },
24 {
[email protected]36db2ae2014-06-11 17:49:2725 'target_name': 'history_core_common',
26 'type': 'static_library',
27 'include_dirs': [
28 '..',
29 ],
30 'dependencies': [
31 '../base/base.gyp:base',
32 ],
33 'sources': [
34 'history/core/common/thumbnail_score.cc',
35 'history/core/common/thumbnail_score.h',
36 ],
37 },
38 {
[email protected]ad34610c2014-06-04 14:43:5239 'target_name': 'history_core_test_support',
40 'type': 'static_library',
41 'include_dirs': [
42 '..',
43 ],
44 'dependencies': [
45 'history_core_browser',
46 '../base/base.gyp:base',
47 '../url/url.gyp:url_lib',
48 ],
49 'sources': [
50 'history/core/test/history_client_fake_bookmarks.cc',
51 'history/core/test/history_client_fake_bookmarks.h',
[email protected]69843a92014-05-30 15:43:1752 ],
53 },
54 ],
55}