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

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

Issue 1983073002: Query the existence other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot one callsite Created 4 years, 7 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",
(...skipping 15 matching lines...) Expand all
26 "wait_top_sites_loaded_observer.cc", 26 "wait_top_sites_loaded_observer.cc",
27 "wait_top_sites_loaded_observer.h", 27 "wait_top_sites_loaded_observer.h",
28 ] 28 ]
29 29
30 deps = [ 30 deps = [
31 "//base", 31 "//base",
32 "//components/history/core/browser", 32 "//components/history/core/browser",
33 "//net", 33 "//net",
34 "//sql", 34 "//sql",
35 "//sql:test_support", 35 "//sql:test_support",
36 "//sync/protocol:protocol",
36 "//testing/gtest", 37 "//testing/gtest",
37 "//ui/gfx", 38 "//ui/gfx",
38 "//url", 39 "//url",
39 ] 40 ]
40 41
41 if (is_ios) { 42 if (is_ios) {
42 sources -= [ "thumbnail.cc" ] 43 sources -= [ "thumbnail.cc" ]
43 } 44 }
44 } 45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698