| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'history/content/browser/history_database_helper.h', | 236 'history/content/browser/history_database_helper.h', |
| 237 'history/content/browser/web_contents_top_sites_observer.cc', | 237 'history/content/browser/web_contents_top_sites_observer.cc', |
| 238 'history/content/browser/web_contents_top_sites_observer.h', | 238 'history/content/browser/web_contents_top_sites_observer.h', |
| 239 ], | 239 ], |
| 240 } | 240 } |
| 241 ], | 241 ], |
| 242 }], | 242 }], |
| 243 ['OS=="ios"', { | 243 ['OS=="ios"', { |
| 244 'targets': [ | 244 'targets': [ |
| 245 { | 245 { |
| 246 # GN version: //components/history/ios/browser |
| 246 'target_name': 'history_ios_browser', | 247 'target_name': 'history_ios_browser', |
| 247 'type': 'static_library', | 248 'type': 'static_library', |
| 248 'include_dirs': [ | 249 'include_dirs': [ |
| 249 '..', | 250 '..', |
| 250 ], | 251 ], |
| 251 'dependencies': [ | 252 'dependencies': [ |
| 252 '../base/base.gyp:base', | 253 '../base/base.gyp:base', |
| 253 '../ios/web/ios_web.gyp:ios_web', | 254 '../ios/web/ios_web.gyp:ios_web', |
| 254 '../url/url.gyp:url_lib', | 255 '../url/url.gyp:url_lib', |
| 255 'history_core_browser', | 256 'history_core_browser', |
| 256 ], | 257 ], |
| 257 'sources': [ | 258 'sources': [ |
| 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.cc', | 261 'history/ios/browser/web_state_top_sites_observer.cc', |
| 261 'history/ios/browser/web_state_top_sites_observer.h', | 262 'history/ios/browser/web_state_top_sites_observer.h', |
| 262 ], | 263 ], |
| 263 }, | 264 }, |
| 264 ], | 265 ], |
| 265 }], | 266 }], |
| 266 ], | 267 ], |
| 267 } | 268 } |
| OLD | NEW |