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', | |
33 ], | 32 ], |
34 'export_dependent_settings': [ | 33 'export_dependent_settings': [ |
35 '../skia/skia.gyp:skia', | 34 '../skia/skia.gyp:skia', |
36 ], | 35 ], |
37 'sources': [ | 36 'sources': [ |
38 # Note: sources list duplicated in GN build. | 37 # Note: sources list duplicated in GN build. |
39 'history/core/browser/delete_directive_handler.cc', | 38 'history/core/browser/delete_directive_handler.cc', |
40 'history/core/browser/delete_directive_handler.h', | 39 'history/core/browser/delete_directive_handler.h', |
41 'history/core/browser/download_constants.h', | 40 'history/core/browser/download_constants.h', |
42 'history/core/browser/download_database.cc', | 41 'history/core/browser/download_database.cc', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'history/ios/browser/history_database_helper.cc', | 246 'history/ios/browser/history_database_helper.cc', |
248 'history/ios/browser/history_database_helper.h', | 247 'history/ios/browser/history_database_helper.h', |
249 'history/ios/browser/web_state_top_sites_observer.cc', | 248 'history/ios/browser/web_state_top_sites_observer.cc', |
250 'history/ios/browser/web_state_top_sites_observer.h', | 249 'history/ios/browser/web_state_top_sites_observer.h', |
251 ], | 250 ], |
252 }, | 251 }, |
253 ], | 252 ], |
254 }], | 253 }], |
255 ], | 254 ], |
256 } | 255 } |
OLD | NEW |