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

Side by Side Diff: components/history.gypi

Issue 371283002: Componentize HistoryMatch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/history/core/browser/history_match.h » ('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 'target_name': 'history_core_browser', 8 'target_name': 'history_core_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../net/net.gyp:net', 15 '../net/net.gyp:net',
16 '../sql/sql.gyp:sql', 16 '../sql/sql.gyp:sql',
17 '../url/url.gyp:url_lib', 17 '../url/url.gyp:url_lib',
18 'keyed_service_core', 18 'keyed_service_core',
19 'query_parser', 19 'query_parser',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'history/core/browser/history_client.cc', 22 'history/core/browser/history_client.cc',
23 'history/core/browser/history_client.h', 23 'history/core/browser/history_client.h',
24 'history/core/browser/history_match.cc',
25 'history/core/browser/history_match.h',
24 'history/core/browser/in_memory_database.cc', 26 'history/core/browser/in_memory_database.cc',
25 'history/core/browser/in_memory_database.h', 27 'history/core/browser/in_memory_database.h',
26 'history/core/browser/keyword_id.h', 28 'history/core/browser/keyword_id.h',
27 'history/core/browser/keyword_search_term.cc', 29 'history/core/browser/keyword_search_term.cc',
28 'history/core/browser/keyword_search_term.h', 30 'history/core/browser/keyword_search_term.h',
29 'history/core/browser/url_database.cc', 31 'history/core/browser/url_database.cc',
30 'history/core/browser/url_database.h', 32 'history/core/browser/url_database.h',
31 'history/core/browser/url_row.cc', 33 'history/core/browser/url_row.cc',
32 'history/core/browser/url_row.h', 34 'history/core/browser/url_row.h',
33 ], 35 ],
(...skipping 23 matching lines...) Expand all
57 '../base/base.gyp:base', 59 '../base/base.gyp:base',
58 '../url/url.gyp:url_lib', 60 '../url/url.gyp:url_lib',
59 ], 61 ],
60 'sources': [ 62 'sources': [
61 'history/core/test/history_client_fake_bookmarks.cc', 63 'history/core/test/history_client_fake_bookmarks.cc',
62 'history/core/test/history_client_fake_bookmarks.h', 64 'history/core/test/history_client_fake_bookmarks.h',
63 ], 65 ],
64 }, 66 },
65 ], 67 ],
66 } 68 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/history/core/browser/history_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698