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

Side by Side Diff: components/history.gypi

Issue 1106763002: [iOS] Add HistoryDatabaseParamsForPath in //components/history/ios/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 8 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 | « no previous file | components/history/ios/browser/history_database_helper.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 # 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'include_dirs': [ 209 'include_dirs': [
210 '..', 210 '..',
211 ], 211 ],
212 'dependencies': [ 212 'dependencies': [
213 '../base/base.gyp:base', 213 '../base/base.gyp:base',
214 '../ios/web/ios_web.gyp:ios_web', 214 '../ios/web/ios_web.gyp:ios_web',
215 '../url/url.gyp:url_lib', 215 '../url/url.gyp:url_lib',
216 'history_core_browser', 216 'history_core_browser',
217 ], 217 ],
218 'sources': [ 218 'sources': [
219 'history/ios/browser/history_database_helper.cc',
220 'history/ios/browser/history_database_helper.h',
219 'history/ios/browser/web_state_top_sites_observer.cc', 221 'history/ios/browser/web_state_top_sites_observer.cc',
220 'history/ios/browser/web_state_top_sites_observer.h', 222 'history/ios/browser/web_state_top_sites_observer.h',
221 ], 223 ],
222 }, 224 },
223 ], 225 ],
224 }], 226 }],
225 ], 227 ],
226 } 228 }
OLDNEW
« no previous file with comments | « no previous file | components/history/ios/browser/history_database_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698