| 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 13 matching lines...) Expand all Loading... |
| 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', | 32 'sync_driver', |
| 33 'url_formatter/url_formatter.gyp:url_formatter', | 33 'url_formatter/url_formatter.gyp:url_formatter', |
| 34 'version_info', |
| 34 ], | 35 ], |
| 35 'export_dependent_settings': [ | 36 'export_dependent_settings': [ |
| 36 '../skia/skia.gyp:skia', | 37 '../skia/skia.gyp:skia', |
| 37 ], | 38 ], |
| 38 'sources': [ | 39 'sources': [ |
| 39 # Note: sources list duplicated in GN build. | 40 # Note: sources list duplicated in GN build. |
| 40 'history/core/browser/delete_directive_handler.cc', | 41 'history/core/browser/delete_directive_handler.cc', |
| 41 'history/core/browser/delete_directive_handler.h', | 42 'history/core/browser/delete_directive_handler.h', |
| 42 'history/core/browser/download_constants.h', | 43 'history/core/browser/download_constants.h', |
| 43 'history/core/browser/download_database.cc', | 44 'history/core/browser/download_database.cc', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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.h', | 261 'history/ios/browser/web_state_top_sites_observer.h', |
| 261 'history/ios/browser/web_state_top_sites_observer.mm', | 262 'history/ios/browser/web_state_top_sites_observer.mm', |
| 262 ], | 263 ], |
| 263 }, | 264 }, |
| 264 ], | 265 ], |
| 265 }], | 266 }], |
| 266 ], | 267 ], |
| 267 } | 268 } |
| OLD | NEW |