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

Side by Side Diff: components/history.gypi

Issue 1437683008: Add gn implementation for //components/history/ios/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keyed_service
Patch Set: Rebase Created 5 years, 1 month 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 | « components/BUILD.gn ('k') | components/history/ios/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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'history/content/browser/history_database_helper.h', 236 'history/content/browser/history_database_helper.h',
237 'history/content/browser/web_contents_top_sites_observer.cc', 237 'history/content/browser/web_contents_top_sites_observer.cc',
238 'history/content/browser/web_contents_top_sites_observer.h', 238 'history/content/browser/web_contents_top_sites_observer.h',
239 ], 239 ],
240 } 240 }
241 ], 241 ],
242 }], 242 }],
243 ['OS=="ios"', { 243 ['OS=="ios"', {
244 'targets': [ 244 'targets': [
245 { 245 {
246 # GN version: //components/history/ios/browser
246 'target_name': 'history_ios_browser', 247 'target_name': 'history_ios_browser',
247 'type': 'static_library', 248 'type': 'static_library',
248 'include_dirs': [ 249 'include_dirs': [
249 '..', 250 '..',
250 ], 251 ],
251 'dependencies': [ 252 'dependencies': [
252 '../base/base.gyp:base', 253 '../base/base.gyp:base',
253 '../ios/web/ios_web.gyp:ios_web', 254 '../ios/web/ios_web.gyp:ios_web',
254 '../url/url.gyp:url_lib', 255 '../url/url.gyp:url_lib',
255 'history_core_browser', 256 'history_core_browser',
256 ], 257 ],
257 'sources': [ 258 'sources': [
258 'history/ios/browser/history_database_helper.cc', 259 'history/ios/browser/history_database_helper.cc',
259 'history/ios/browser/history_database_helper.h', 260 'history/ios/browser/history_database_helper.h',
260 'history/ios/browser/web_state_top_sites_observer.cc', 261 'history/ios/browser/web_state_top_sites_observer.cc',
261 'history/ios/browser/web_state_top_sites_observer.h', 262 'history/ios/browser/web_state_top_sites_observer.h',
262 ], 263 ],
263 }, 264 },
264 ], 265 ],
265 }], 266 }],
266 ], 267 ],
267 } 268 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/history/ios/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698