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

Side by Side Diff: components/history/core/test/BUILD.gn

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
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 static_library("test") { 5 static_library("test") {
6 testonly = true 6 testonly = true
7 sources = [ 7 sources = [
8 "database_test_utils.cc", 8 "database_test_utils.cc",
9 "database_test_utils.h", 9 "database_test_utils.h",
10 "fake_web_history_service.cc", 10 "fake_web_history_service.cc",
11 "fake_web_history_service.h", 11 "fake_web_history_service.h",
12 "history_backend_db_base_test.cc", 12 "history_backend_db_base_test.cc",
13 "history_backend_db_base_test.h", 13 "history_backend_db_base_test.h",
14 "history_client_fake_bookmarks.cc", 14 "history_client_fake_bookmarks.cc",
15 "history_client_fake_bookmarks.h", 15 "history_client_fake_bookmarks.h",
16 "history_service_test_util.cc",
17 "history_service_test_util.h",
16 "history_unittest_base.cc", 18 "history_unittest_base.cc",
17 "history_unittest_base.h", 19 "history_unittest_base.h",
18 "test_history_database.cc", 20 "test_history_database.cc",
19 "test_history_database.h", 21 "test_history_database.h",
20 "thumbnail-inl.h", 22 "thumbnail-inl.h",
21 "thumbnail.cc", 23 "thumbnail.cc",
22 "thumbnail.h", 24 "thumbnail.h",
23 "thumbnail_ios.mm", 25 "thumbnail_ios.mm",
24 "wait_top_sites_loaded_observer.cc", 26 "wait_top_sites_loaded_observer.cc",
25 "wait_top_sites_loaded_observer.h", 27 "wait_top_sites_loaded_observer.h",
26 ] 28 ]
27 29
28 deps = [ 30 deps = [
29 "//base", 31 "//base",
30 "//components/history/core/browser", 32 "//components/history/core/browser",
31 "//net", 33 "//net",
32 "//sql", 34 "//sql",
33 "//sql:test_support", 35 "//sql:test_support",
34 "//testing/gtest", 36 "//testing/gtest",
35 "//ui/gfx", 37 "//ui/gfx",
36 "//url", 38 "//url",
37 ] 39 ]
38 40
39 if (is_ios) { 41 if (is_ios) {
40 sources -= [ "thumbnail.cc" ] 42 sources -= [ "thumbnail.cc" ]
41 } 43 }
42 } 44 }
OLDNEW
« no previous file with comments | « components/history/core/browser/history_service.h ('k') | components/history/core/test/history_service_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698