[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 | { |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 8 | # GN version: //components/history/core/browser |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 9 | 'target_name': 'history_core_browser', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 10 | 'type': 'static_library', |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 11 | 'include_dirs': [ |
| 12 | '..', |
| 13 | ], |
| 14 | 'dependencies': [ |
| 15 | '../base/base.gyp:base', |
[email protected] | 73b2d1e7 | 2014-06-25 23:45:36 | [diff] [blame] | 16 | '../net/net.gyp:net', |
[email protected] | e3ce70ac | 2014-06-26 18:34:56 | [diff] [blame] | 17 | '../sql/sql.gyp:sql', |
sdefresne | bc766ef | 2014-09-25 09:28:13 | [diff] [blame] | 18 | '../ui/base/ui_base.gyp:ui_base', |
[email protected] | 9f95e2d | 2014-08-12 00:59:44 | [diff] [blame] | 19 | '../ui/gfx/gfx.gyp:gfx', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 20 | '../url/url.gyp:url_lib', |
[email protected] | 9f95e2d | 2014-08-12 00:59:44 | [diff] [blame] | 21 | 'favicon_base', |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 22 | 'keyed_service_core', |
[email protected] | 73b2d1e7 | 2014-06-25 23:45:36 | [diff] [blame] | 23 | 'query_parser', |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 24 | ], |
| 25 | 'sources': [ |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 26 | # Note: sources list duplicated in GN build. |
sdefresne | c8eb77e | 2014-10-15 18:15:44 | [diff] [blame^] | 27 | 'history/core/browser/history_backend_observer.h', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 28 | 'history/core/browser/history_client.cc', |
[email protected] | 73b2d1e7 | 2014-06-25 23:45:36 | [diff] [blame] | 29 | 'history/core/browser/history_client.h', |
[email protected] | bac78f9 | 2014-07-09 06:08:50 | [diff] [blame] | 30 | 'history/core/browser/history_match.cc', |
| 31 | 'history/core/browser/history_match.h', |
sdefresne | 1ef49e0 | 2014-10-14 09:20:57 | [diff] [blame] | 32 | 'history/core/browser/history_service_observer.h', |
| 33 | 'history/core/browser/history_types.cc', |
| 34 | 'history/core/browser/history_types.h', |
[email protected] | e3ce70ac | 2014-06-26 18:34:56 | [diff] [blame] | 35 | 'history/core/browser/in_memory_database.cc', |
| 36 | 'history/core/browser/in_memory_database.h', |
[email protected] | 078d0f7 | 2014-06-23 23:54:21 | [diff] [blame] | 37 | 'history/core/browser/keyword_id.h', |
[email protected] | 73b2d1e7 | 2014-06-25 23:45:36 | [diff] [blame] | 38 | 'history/core/browser/keyword_search_term.cc', |
| 39 | 'history/core/browser/keyword_search_term.h', |
[email protected] | 9f95e2d | 2014-08-12 00:59:44 | [diff] [blame] | 40 | 'history/core/browser/page_usage_data.cc', |
| 41 | 'history/core/browser/page_usage_data.h', |
naiem.shaik | e091cc3 | 2014-09-18 02:20:52 | [diff] [blame] | 42 | 'history/core/browser/top_sites_observer.h', |
[email protected] | 73b2d1e7 | 2014-06-25 23:45:36 | [diff] [blame] | 43 | 'history/core/browser/url_database.cc', |
| 44 | 'history/core/browser/url_database.h', |
| 45 | 'history/core/browser/url_row.cc', |
| 46 | 'history/core/browser/url_row.h', |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 47 | ], |
| 48 | }, |
| 49 | { |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 50 | # GN version: //components/history/core/common |
[email protected] | 36db2ae | 2014-06-11 17:49:27 | [diff] [blame] | 51 | 'target_name': 'history_core_common', |
| 52 | 'type': 'static_library', |
| 53 | 'include_dirs': [ |
| 54 | '..', |
| 55 | ], |
| 56 | 'dependencies': [ |
| 57 | '../base/base.gyp:base', |
| 58 | ], |
| 59 | 'sources': [ |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 60 | # Note: sources list duplicated in GN build. |
[email protected] | 36db2ae | 2014-06-11 17:49:27 | [diff] [blame] | 61 | 'history/core/common/thumbnail_score.cc', |
| 62 | 'history/core/common/thumbnail_score.h', |
| 63 | ], |
| 64 | }, |
| 65 | { |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 66 | # GN version: //components/history/core/test |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 67 | 'target_name': 'history_core_test_support', |
| 68 | 'type': 'static_library', |
| 69 | 'include_dirs': [ |
| 70 | '..', |
| 71 | ], |
| 72 | 'dependencies': [ |
| 73 | 'history_core_browser', |
| 74 | '../base/base.gyp:base', |
| 75 | '../url/url.gyp:url_lib', |
| 76 | ], |
| 77 | 'sources': [ |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 78 | # Note: sources list duplicated in GN build. |
[email protected] | ad34610c | 2014-06-04 14:43:52 | [diff] [blame] | 79 | 'history/core/test/history_client_fake_bookmarks.cc', |
| 80 | 'history/core/test/history_client_fake_bookmarks.h', |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 81 | ], |
| 82 | }, |
| 83 | ], |
sdefresne | bc766ef | 2014-09-25 09:28:13 | [diff] [blame] | 84 | 'conditions': [ |
| 85 | ['OS=="android"', { |
| 86 | 'targets': [ |
| 87 | { |
| 88 | # GN version: //components/history/code/android |
| 89 | 'target_name': 'history_core_android', |
| 90 | 'type': 'static_library', |
| 91 | 'include_dirs': [ |
| 92 | '..', |
| 93 | ], |
| 94 | 'dependencies': [ |
| 95 | '../base/base.gyp:base', |
| 96 | '../sql/sql.gyp:sql', |
| 97 | 'history_core_browser', |
| 98 | ], |
| 99 | 'sources': [ |
| 100 | 'history/core/android/android_history_types.cc', |
| 101 | 'history/core/android/android_history_types.h', |
| 102 | ], |
| 103 | }, |
| 104 | ], |
| 105 | }], |
| 106 | ], |
[email protected] | 69843a9 | 2014-05-30 15:43:17 | [diff] [blame] | 107 | } |