OLD | NEW |
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 11 matching lines...) Expand all Loading... |
22 '../third_party/sqlite/sqlite.gyp:sqlite', | 22 '../third_party/sqlite/sqlite.gyp:sqlite', |
23 '../ui/base/ui_base.gyp:ui_base', | 23 '../ui/base/ui_base.gyp:ui_base', |
24 '../ui/gfx/gfx.gyp:gfx', | 24 '../ui/gfx/gfx.gyp:gfx', |
25 '../url/url.gyp:url_lib', | 25 '../url/url.gyp:url_lib', |
26 'favicon_base', | 26 'favicon_base', |
27 'history_core_common', | 27 'history_core_common', |
28 'keyed_service_core', | 28 'keyed_service_core', |
29 'prefs/prefs.gyp:prefs', | 29 'prefs/prefs.gyp:prefs', |
30 'query_parser', | 30 'query_parser', |
31 'signin_core_browser', | 31 'signin_core_browser', |
32 'sync_driver', | |
33 'url_formatter/url_formatter.gyp:url_formatter', | 32 'url_formatter/url_formatter.gyp:url_formatter', |
34 'version_info', | 33 'version_info', |
35 ], | 34 ], |
36 'export_dependent_settings': [ | 35 'export_dependent_settings': [ |
37 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
38 ], | 37 ], |
39 'sources': [ | 38 'sources': [ |
40 # Note: sources list duplicated in GN build. | 39 # Note: sources list duplicated in GN build. |
41 'history/core/browser/delete_directive_handler.cc', | 40 'history/core/browser/delete_directive_handler.cc', |
42 'history/core/browser/delete_directive_handler.h', | 41 'history/core/browser/delete_directive_handler.h', |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'history/ios/browser/history_database_helper.cc', | 258 'history/ios/browser/history_database_helper.cc', |
260 'history/ios/browser/history_database_helper.h', | 259 'history/ios/browser/history_database_helper.h', |
261 'history/ios/browser/web_state_top_sites_observer.h', | 260 'history/ios/browser/web_state_top_sites_observer.h', |
262 'history/ios/browser/web_state_top_sites_observer.mm', | 261 'history/ios/browser/web_state_top_sites_observer.mm', |
263 ], | 262 ], |
264 }, | 263 }, |
265 ], | 264 ], |
266 }], | 265 }], |
267 ], | 266 ], |
268 } | 267 } |
OLD | NEW |