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 '../url/url.gyp:url_lib',
23 # Note: sources list duplicated in GN build.
24 'history/core/browser/history_client.cc',
25 'history/core/browser/history_client.h',
26 'history/core/browser/history_match.cc',
27 'history/core/browser/history_match.h',
28 'history/core/browser/in_memory_database.cc',
29 'history/core/browser/in_memory_database.h',
30 'history/core/browser/keyword_id.h',
31 'history/core/browser/keyword_search_term.cc',
32 'history/core/browser/keyword_search_term.h',
33 'history/core/browser/url_database.cc',
34 'history/core/browser/url_database.h',
35 'history/core/browser/url_row.cc',
36 'history/core/browser/url_row.h',
40 # GN version: //components/history/core/common
41 'target_name': 'history_core_common',
42 'type': 'static_library',
47 '../base/base.gyp:base',
50 # Note: sources list duplicated in GN build.
51 'history/core/common/thumbnail_score.cc',
52 'history/core/common/thumbnail_score.h',
56 # GN version: //components/history/core/test
57 'target_name': 'history_core_test_support',
58 'type': 'static_library',
63 'history_core_browser',
64 '../base/base.gyp:base',
65 '../url/url.gyp:url_lib',
68 # Note: sources list duplicated in GN build.
69 'history/core/test/history_client_fake_bookmarks.cc',
70 'history/core/test/history_client_fake_bookmarks.h',