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 '../sync/sync.gyp:sync', | 22 '../sync/sync.gyp:sync', |
23 '../third_party/sqlite/sqlite.gyp:sqlite', | 23 '../third_party/sqlite/sqlite.gyp:sqlite', |
24 '../ui/base/ui_base.gyp:ui_base', | 24 '../ui/base/ui_base.gyp:ui_base', |
25 '../ui/gfx/gfx.gyp:gfx', | 25 '../ui/gfx/gfx.gyp:gfx', |
26 '../url/url.gyp:url_lib', | 26 '../url/url.gyp:url_lib', |
27 'favicon_base', | 27 'favicon_base', |
28 'history_core_common', | 28 'history_core_common', |
29 'keyed_service_core', | 29 'keyed_service_core', |
30 'query_parser', | 30 'query_parser', |
31 'signin_core_browser', | 31 'signin_core_browser', |
| 32 'url_formatter/url_formatter.gyp:url_formatter', |
32 ], | 33 ], |
33 'export_dependent_settings': [ | 34 'export_dependent_settings': [ |
34 '../skia/skia.gyp:skia', | 35 '../skia/skia.gyp:skia', |
35 ], | 36 ], |
36 'sources': [ | 37 'sources': [ |
37 # Note: sources list duplicated in GN build. | 38 # Note: sources list duplicated in GN build. |
38 'history/core/browser/delete_directive_handler.cc', | 39 'history/core/browser/delete_directive_handler.cc', |
39 'history/core/browser/delete_directive_handler.h', | 40 'history/core/browser/delete_directive_handler.h', |
40 'history/core/browser/download_constants.h', | 41 'history/core/browser/download_constants.h', |
41 'history/core/browser/download_database.cc', | 42 'history/core/browser/download_database.cc', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 'history/ios/browser/history_database_helper.cc', | 247 'history/ios/browser/history_database_helper.cc', |
247 'history/ios/browser/history_database_helper.h', | 248 'history/ios/browser/history_database_helper.h', |
248 'history/ios/browser/web_state_top_sites_observer.cc', | 249 'history/ios/browser/web_state_top_sites_observer.cc', |
249 'history/ios/browser/web_state_top_sites_observer.h', | 250 'history/ios/browser/web_state_top_sites_observer.h', |
250 ], | 251 ], |
251 }, | 252 }, |
252 ], | 253 ], |
253 }], | 254 }], |
254 ], | 255 ], |
255 } | 256 } |
OLD | NEW |