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.
8 # GN version: //components/history/core/browser
9 'target_name': 'history_core_browser',
10 'type': 'static_library',
15 '../base/base.gyp:base',
18 '../ui/base/ui_base.gyp:ui_base',
19 '../ui/gfx/gfx.gyp:gfx',
20 '../url/url.gyp:url_lib',
26 # Note: sources list duplicated in GN build.
27 'history/core/browser/history_backend_observer.h',
28 'history/core/browser/history_client.cc',
29 'history/core/browser/history_client.h',
30 'history/core/browser/history_match.cc',
31 'history/core/browser/history_match.h',
32 'history/core/browser/history_service_observer.h',
33 'history/core/browser/history_types.cc',
34 'history/core/browser/history_types.h',
35 'history/core/browser/in_memory_database.cc',
36 'history/core/browser/in_memory_database.h',
37 'history/core/browser/keyword_id.h',
38 'history/core/browser/keyword_search_term.cc',
39 'history/core/browser/keyword_search_term.h',
40 'history/core/browser/page_usage_data.cc',
41 'history/core/browser/page_usage_data.h',
42 'history/core/browser/top_sites_observer.h',
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',
50 # GN version: //components/history/core/common
51 'target_name': 'history_core_common',
52 'type': 'static_library',
57 '../base/base.gyp:base',
60 # Note: sources list duplicated in GN build.
61 'history/core/common/thumbnail_score.cc',
62 'history/core/common/thumbnail_score.h',
66 # GN version: //components/history/core/test
67 'target_name': 'history_core_test_support',
68 'type': 'static_library',
73 'history_core_browser',
74 '../base/base.gyp:base',
75 '../url/url.gyp:url_lib',
78 # Note: sources list duplicated in GN build.
79 'history/core/test/history_client_fake_bookmarks.cc',
80 'history/core/test/history_client_fake_bookmarks.h',
88 # GN version: //components/history/code/android
89 'target_name': 'history_core_android',
90 'type': 'static_library',
95 '../base/base.gyp:base',
97 'history_core_browser',
100 'history/core/android/android_history_types.cc',
101 'history/core/android/android_history_types.h',