| 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', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '..', | 12 '..', |
| 13 ], | 13 ], |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 16 '../base/base.gyp:base_i18n', | 16 '../base/base.gyp:base_i18n', |
| 17 '../base/base.gyp:base_prefs', |
| 17 '../google_apis/google_apis.gyp:google_apis', | 18 '../google_apis/google_apis.gyp:google_apis', |
| 18 '../net/net.gyp:net', | 19 '../net/net.gyp:net', |
| 19 '../skia/skia.gyp:skia', | 20 '../skia/skia.gyp:skia', |
| 20 '../sql/sql.gyp:sql', | 21 '../sql/sql.gyp:sql', |
| 21 '../sync/sync.gyp:sync', | 22 '../sync/sync.gyp:sync', |
| 22 '../third_party/sqlite/sqlite.gyp:sqlite', | 23 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 23 '../ui/base/ui_base.gyp:ui_base', | 24 '../ui/base/ui_base.gyp:ui_base', |
| 24 '../ui/gfx/gfx.gyp:gfx', | 25 '../ui/gfx/gfx.gyp:gfx', |
| 25 '../url/url.gyp:url_lib', | 26 '../url/url.gyp:url_lib', |
| 26 'favicon_base', | 27 'favicon_base', |
| 27 'history_core_common', | 28 'history_core_common', |
| 28 'keyed_service_core', | 29 'keyed_service_core', |
| 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 ], | 34 ], |
| 35 'export_dependent_settings': [ | 35 'export_dependent_settings': [ |
| 36 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
| 37 ], | 37 ], |
| 38 'sources': [ | 38 'sources': [ |
| 39 # Note: sources list duplicated in GN build. | 39 # Note: sources list duplicated in GN build. |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'history/ios/browser/history_database_helper.cc', | 258 'history/ios/browser/history_database_helper.cc', |
| 259 'history/ios/browser/history_database_helper.h', | 259 'history/ios/browser/history_database_helper.h', |
| 260 'history/ios/browser/web_state_top_sites_observer.cc', | 260 'history/ios/browser/web_state_top_sites_observer.cc', |
| 261 'history/ios/browser/web_state_top_sites_observer.h', | 261 'history/ios/browser/web_state_top_sites_observer.h', |
| 262 ], | 262 ], |
| 263 }, | 263 }, |
| 264 ], | 264 ], |
| 265 }], | 265 }], |
| 266 ], | 266 ], |
| 267 } | 267 } |
| OLD | NEW |