Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: components/history.gypi

Issue 896983003: Componentize ScoredHistoryMatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use base::saturated_cast<> to convert from float to int Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/history/core/browser 8 # GN version: //components/history/core/browser
9 'target_name': 'history_core_browser', 9 'target_name': 'history_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'history/core/browser/history_types.h', 55 'history/core/browser/history_types.h',
56 'history/core/browser/in_memory_database.cc', 56 'history/core/browser/in_memory_database.cc',
57 'history/core/browser/in_memory_database.h', 57 'history/core/browser/in_memory_database.h',
58 'history/core/browser/in_memory_url_index_types.cc', 58 'history/core/browser/in_memory_url_index_types.cc',
59 'history/core/browser/in_memory_url_index_types.h', 59 'history/core/browser/in_memory_url_index_types.h',
60 'history/core/browser/keyword_id.h', 60 'history/core/browser/keyword_id.h',
61 'history/core/browser/keyword_search_term.cc', 61 'history/core/browser/keyword_search_term.cc',
62 'history/core/browser/keyword_search_term.h', 62 'history/core/browser/keyword_search_term.h',
63 'history/core/browser/page_usage_data.cc', 63 'history/core/browser/page_usage_data.cc',
64 'history/core/browser/page_usage_data.h', 64 'history/core/browser/page_usage_data.h',
65 'history/core/browser/scored_history_match.cc',
66 'history/core/browser/scored_history_match.h',
65 'history/core/browser/thumbnail_database.cc', 67 'history/core/browser/thumbnail_database.cc',
66 'history/core/browser/thumbnail_database.h', 68 'history/core/browser/thumbnail_database.h',
67 'history/core/browser/top_sites.cc', 69 'history/core/browser/top_sites.cc',
68 'history/core/browser/top_sites.h', 70 'history/core/browser/top_sites.h',
69 'history/core/browser/top_sites_backend.cc', 71 'history/core/browser/top_sites_backend.cc',
70 'history/core/browser/top_sites_backend.h', 72 'history/core/browser/top_sites_backend.h',
71 'history/core/browser/top_sites_cache.cc', 73 'history/core/browser/top_sites_cache.cc',
72 'history/core/browser/top_sites_cache.h', 74 'history/core/browser/top_sites_cache.h',
73 'history/core/browser/top_sites_database.cc', 75 'history/core/browser/top_sites_database.cc',
74 'history/core/browser/top_sites_database.h', 76 'history/core/browser/top_sites_database.h',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'history/content/browser/history_context_helper.cc', 193 'history/content/browser/history_context_helper.cc',
192 'history/content/browser/history_context_helper.h', 194 'history/content/browser/history_context_helper.h',
193 'history/content/browser/history_database_helper.cc', 195 'history/content/browser/history_database_helper.cc',
194 'history/content/browser/history_database_helper.h', 196 'history/content/browser/history_database_helper.h',
195 ], 197 ],
196 } 198 }
197 ], 199 ],
198 }], 200 }],
199 ], 201 ],
200 } 202 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698