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