[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 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. |
| 4 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'history_core_browser', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 9 | 'type': 'static_library', |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 10 | 'include_dirs': [ |
| 11 | '..', |
| 12 | ], |
| 13 | 'dependencies': [ |
| 14 | '../base/base.gyp:base', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 15 | '../url/url.gyp:url_lib', |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 16 | 'keyed_service_core', |
| 17 | ], |
| 18 | 'sources': [ |
| 19 | 'history/core/browser/history_client.h', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 20 | 'history/core/browser/history_client.cc', |
[email protected] | 078d0f7 | 2014-06-23 23:54:21 | [diff] [blame^] | 21 | 'history/core/browser/keyword_id.h', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 22 | ], |
| 23 | }, |
| 24 | { |
[email protected] | 36db2ae | 2014-06-11 17:49:27 | [diff] [blame] | 25 | '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] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 39 | '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] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 52 | ], |
| 53 | }, |
| 54 | ], |
| 55 | } |