| 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 '../google_apis/google_apis.gyp:google_apis', | 17 '../google_apis/google_apis.gyp:google_apis', |
| 18 '../net/net.gyp:net', | 18 '../net/net.gyp:net', |
| 19 '../skia/skia.gyp:skia', | 19 '../skia/skia.gyp:skia', |
| 20 '../sql/sql.gyp:sql', | 20 '../sql/sql.gyp:sql', |
| 21 '../sync/sync.gyp:sync', | 21 '../components/sync.gyp:sync', |
| 22 '../third_party/sqlite/sqlite.gyp:sqlite', | 22 '../third_party/sqlite/sqlite.gyp:sqlite', |
| 23 '../ui/base/ui_base.gyp:ui_base', | 23 '../ui/base/ui_base.gyp:ui_base', |
| 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', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'type': 'static_library', | 163 'type': 'static_library', |
| 164 'include_dirs': [ | 164 'include_dirs': [ |
| 165 '..', | 165 '..', |
| 166 ], | 166 ], |
| 167 'dependencies': [ | 167 'dependencies': [ |
| 168 '../base/base.gyp:base', | 168 '../base/base.gyp:base', |
| 169 '../net/net.gyp:net', | 169 '../net/net.gyp:net', |
| 170 '../skia/skia.gyp:skia', | 170 '../skia/skia.gyp:skia', |
| 171 '../sql/sql.gyp:sql', | 171 '../sql/sql.gyp:sql', |
| 172 '../sql/sql.gyp:test_support_sql', | 172 '../sql/sql.gyp:test_support_sql', |
| 173 '../sync/sync.gyp:sync', | 173 '../components/sync.gyp:sync', |
| 174 '../testing/gtest.gyp:gtest', | 174 '../testing/gtest.gyp:gtest', |
| 175 '../ui/gfx/gfx.gyp:gfx', | 175 '../ui/gfx/gfx.gyp:gfx', |
| 176 '../url/url.gyp:url_lib', | 176 '../url/url.gyp:url_lib', |
| 177 'history_core_browser', | 177 'history_core_browser', |
| 178 ], | 178 ], |
| 179 'sources': [ | 179 'sources': [ |
| 180 # Note: sources list duplicated in GN build. | 180 # Note: sources list duplicated in GN build. |
| 181 'history/core/test/database_test_utils.cc', | 181 'history/core/test/database_test_utils.cc', |
| 182 'history/core/test/database_test_utils.h', | 182 'history/core/test/database_test_utils.h', |
| 183 'history/core/test/fake_web_history_service.cc', | 183 'history/core/test/fake_web_history_service.cc', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 'history/ios/browser/history_database_helper.cc', | 259 'history/ios/browser/history_database_helper.cc', |
| 260 'history/ios/browser/history_database_helper.h', | 260 'history/ios/browser/history_database_helper.h', |
| 261 'history/ios/browser/web_state_top_sites_observer.h', | 261 'history/ios/browser/web_state_top_sites_observer.h', |
| 262 'history/ios/browser/web_state_top_sites_observer.mm', | 262 'history/ios/browser/web_state_top_sites_observer.mm', |
| 263 ], | 263 ], |
| 264 }, | 264 }, |
| 265 ], | 265 ], |
| 266 }], | 266 }], |
| 267 ], | 267 ], |
| 268 } | 268 } |
| OLD | NEW |