Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: components/history.gypi

Issue 1646893003: Moves shared history test helpers into util classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history
Patch Set: ASAN. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/history/core/browser/history_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 # Note: sources list duplicated in GN build. 181 # Note: sources list duplicated in GN build.
182 'history/core/test/database_test_utils.cc', 182 'history/core/test/database_test_utils.cc',
183 'history/core/test/database_test_utils.h', 183 'history/core/test/database_test_utils.h',
184 'history/core/test/fake_web_history_service.cc', 184 'history/core/test/fake_web_history_service.cc',
185 'history/core/test/fake_web_history_service.h', 185 'history/core/test/fake_web_history_service.h',
186 'history/core/test/history_backend_db_base_test.cc', 186 'history/core/test/history_backend_db_base_test.cc',
187 'history/core/test/history_backend_db_base_test.h', 187 'history/core/test/history_backend_db_base_test.h',
188 'history/core/test/history_client_fake_bookmarks.cc', 188 'history/core/test/history_client_fake_bookmarks.cc',
189 'history/core/test/history_client_fake_bookmarks.h', 189 'history/core/test/history_client_fake_bookmarks.h',
190 'history/core/test/history_unittest_base.cc', 190 'history/core/test/history_unittest_base.cc',
191 'history/core/test/history_service_test_util.cc',
192 'history/core/test/history_service_test_util.h',
191 'history/core/test/history_unittest_base.h', 193 'history/core/test/history_unittest_base.h',
192 'history/core/test/test_history_database.cc', 194 'history/core/test/test_history_database.cc',
193 'history/core/test/test_history_database.h', 195 'history/core/test/test_history_database.h',
194 'history/core/test/thumbnail-inl.h', 196 'history/core/test/thumbnail-inl.h',
195 'history/core/test/thumbnail.cc', 197 'history/core/test/thumbnail.cc',
196 'history/core/test/thumbnail.h', 198 'history/core/test/thumbnail.h',
197 'history/core/test/thumbnail_ios.mm', 199 'history/core/test/thumbnail_ios.mm',
198 'history/core/test/wait_top_sites_loaded_observer.cc', 200 'history/core/test/wait_top_sites_loaded_observer.cc',
199 'history/core/test/wait_top_sites_loaded_observer.h', 201 'history/core/test/wait_top_sites_loaded_observer.h',
200 ], 202 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'history/ios/browser/history_database_helper.cc', 260 'history/ios/browser/history_database_helper.cc',
259 'history/ios/browser/history_database_helper.h', 261 'history/ios/browser/history_database_helper.h',
260 'history/ios/browser/web_state_top_sites_observer.cc', 262 'history/ios/browser/web_state_top_sites_observer.cc',
261 'history/ios/browser/web_state_top_sites_observer.h', 263 'history/ios/browser/web_state_top_sites_observer.h',
262 ], 264 ],
263 }, 265 },
264 ], 266 ],
265 }], 267 }],
266 ], 268 ],
267 } 269 }
OLDNEW
« no previous file with comments | « no previous file | components/history/core/browser/history_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698