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

Side by Side Diff: components/history.gypi

Issue 1198373002: Split HistoryClient in two objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1192403002
Patch Set: Add comments in ChromeHistoryBackendClient Created 5 years, 6 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_browser.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 30 matching lines...) Expand all
41 'history/core/browser/download_database.cc', 41 'history/core/browser/download_database.cc',
42 'history/core/browser/download_database.h', 42 'history/core/browser/download_database.h',
43 'history/core/browser/download_row.cc', 43 'history/core/browser/download_row.cc',
44 'history/core/browser/download_row.h', 44 'history/core/browser/download_row.h',
45 'history/core/browser/download_types.cc', 45 'history/core/browser/download_types.cc',
46 'history/core/browser/download_types.h', 46 'history/core/browser/download_types.h',
47 'history/core/browser/expire_history_backend.cc', 47 'history/core/browser/expire_history_backend.cc',
48 'history/core/browser/expire_history_backend.h', 48 'history/core/browser/expire_history_backend.h',
49 'history/core/browser/history_backend.cc', 49 'history/core/browser/history_backend.cc',
50 'history/core/browser/history_backend.h', 50 'history/core/browser/history_backend.h',
51 'history/core/browser/history_backend_client.h',
51 'history/core/browser/history_backend_notifier.h', 52 'history/core/browser/history_backend_notifier.h',
52 'history/core/browser/history_backend_observer.h', 53 'history/core/browser/history_backend_observer.h',
53 'history/core/browser/history_client.cc',
54 'history/core/browser/history_client.h', 54 'history/core/browser/history_client.h',
55 'history/core/browser/history_constants.cc', 55 'history/core/browser/history_constants.cc',
56 'history/core/browser/history_constants.h', 56 'history/core/browser/history_constants.h',
57 'history/core/browser/history_context.h', 57 'history/core/browser/history_context.h',
58 'history/core/browser/history_database.cc', 58 'history/core/browser/history_database.cc',
59 'history/core/browser/history_database.h', 59 'history/core/browser/history_database.h',
60 'history/core/browser/history_database_params.cc', 60 'history/core/browser/history_database_params.cc',
61 'history/core/browser/history_database_params.h', 61 'history/core/browser/history_database_params.h',
62 'history/core/browser/history_db_task.h', 62 'history/core/browser/history_db_task.h',
63 'history/core/browser/history_match.cc', 63 'history/core/browser/history_match.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'history/ios/browser/history_database_helper.cc', 246 'history/ios/browser/history_database_helper.cc',
247 'history/ios/browser/history_database_helper.h', 247 'history/ios/browser/history_database_helper.h',
248 'history/ios/browser/web_state_top_sites_observer.cc', 248 'history/ios/browser/web_state_top_sites_observer.cc',
249 'history/ios/browser/web_state_top_sites_observer.h', 249 'history/ios/browser/web_state_top_sites_observer.h',
250 ], 250 ],
251 }, 251 },
252 ], 252 ],
253 }], 253 }],
254 ], 254 ],
255 } 255 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698