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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 }, | 164 }, |
165 { | 165 { |
166 # GN version: //components/history/core/test | 166 # GN version: //components/history/core/test |
167 'target_name': 'history_core_test_support', | 167 'target_name': 'history_core_test_support', |
168 'type': 'static_library', | 168 'type': 'static_library', |
169 'include_dirs': [ | 169 'include_dirs': [ |
170 '..', | 170 '..', |
171 ], | 171 ], |
172 'dependencies': [ | 172 'dependencies': [ |
173 '../base/base.gyp:base', | 173 '../base/base.gyp:base', |
| 174 '../net/net.gyp:net', |
174 '../skia/skia.gyp:skia', | 175 '../skia/skia.gyp:skia', |
175 '../sql/sql.gyp:sql', | 176 '../sql/sql.gyp:sql', |
176 '../sql/sql.gyp:test_support_sql', | 177 '../sql/sql.gyp:test_support_sql', |
177 '../sync/sync.gyp:sync', | 178 '../sync/sync.gyp:sync', |
178 '../testing/gtest.gyp:gtest', | 179 '../testing/gtest.gyp:gtest', |
179 '../ui/gfx/gfx.gyp:gfx', | 180 '../ui/gfx/gfx.gyp:gfx', |
180 '../url/url.gyp:url_lib', | 181 '../url/url.gyp:url_lib', |
181 'history_core_browser', | 182 'history_core_browser', |
182 ], | 183 ], |
183 'sources': [ | 184 'sources': [ |
184 # Note: sources list duplicated in GN build. | 185 # Note: sources list duplicated in GN build. |
185 'history/core/test/database_test_utils.cc', | 186 'history/core/test/database_test_utils.cc', |
186 'history/core/test/database_test_utils.h', | 187 'history/core/test/database_test_utils.h', |
| 188 'history/core/test/fake_web_history_service.cc', |
| 189 'history/core/test/fake_web_history_service.h', |
187 'history/core/test/history_backend_db_base_test.cc', | 190 'history/core/test/history_backend_db_base_test.cc', |
188 'history/core/test/history_backend_db_base_test.h', | 191 'history/core/test/history_backend_db_base_test.h', |
189 'history/core/test/history_client_fake_bookmarks.cc', | 192 'history/core/test/history_client_fake_bookmarks.cc', |
190 'history/core/test/history_client_fake_bookmarks.h', | 193 'history/core/test/history_client_fake_bookmarks.h', |
191 'history/core/test/history_unittest_base.cc', | 194 'history/core/test/history_unittest_base.cc', |
192 'history/core/test/history_unittest_base.h', | 195 'history/core/test/history_unittest_base.h', |
193 'history/core/test/test_history_database.cc', | 196 'history/core/test/test_history_database.cc', |
194 'history/core/test/test_history_database.h', | 197 'history/core/test/test_history_database.h', |
195 'history/core/test/thumbnail-inl.h', | 198 'history/core/test/thumbnail-inl.h', |
196 'history/core/test/thumbnail.cc', | 199 'history/core/test/thumbnail.cc', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'history/ios/browser/history_database_helper.cc', | 262 'history/ios/browser/history_database_helper.cc', |
260 'history/ios/browser/history_database_helper.h', | 263 'history/ios/browser/history_database_helper.h', |
261 'history/ios/browser/web_state_top_sites_observer.cc', | 264 'history/ios/browser/web_state_top_sites_observer.cc', |
262 'history/ios/browser/web_state_top_sites_observer.h', | 265 'history/ios/browser/web_state_top_sites_observer.h', |
263 ], | 266 ], |
264 }, | 267 }, |
265 ], | 268 ], |
266 }], | 269 }], |
267 ], | 270 ], |
268 } | 271 } |
OLD | NEW |