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

Unified Diff: components/omnibox/browser/BUILD.gn

Issue 2300323003: Adding performance tests for HQP that represent importance of optimising HistoryItemsForTerms method (Closed)
Patch Set: Review, round 4. Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: components/omnibox/browser/BUILD.gn
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
index 91cb430d941235124c01297595a7746fd3449656..781c46fb34f66a91e747d1c48c255c33e8510785 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -168,8 +168,12 @@ proto_library("in_memory_url_index_cache_proto") {
static_library("test_support") {
testonly = true
sources = [
+ "fake_autocomplete_provider_client.cc",
+ "fake_autocomplete_provider_client.h",
"history_index_restore_observer.cc",
"history_index_restore_observer.h",
+ "history_test_util.cc",
+ "history_test_util.h",
"in_memory_url_index_test_util.cc",
"in_memory_url_index_test_util.h",
"mock_autocomplete_provider_client.cc",
@@ -183,12 +187,17 @@ static_library("test_support") {
deps = [
":browser",
"//base",
+ "//base/test:test_support",
+ "//components/bookmarks/browser",
+ "//components/bookmarks/test",
"//components/history/core/browser",
+ "//components/history/core/test",
"//components/metrics/proto",
"//components/search_engines",
"//net",
"//testing/gmock",
"//testing/gtest",
+ "//ui/base",
]
}
@@ -243,7 +252,6 @@ source_set("unit_tests") {
":test_support",
":unit_tests_bundle_data",
"//base",
- "//base/test:test_support",
"//components/bookmarks/browser",
"//components/bookmarks/test",
"//components/history/core/test",
@@ -262,7 +270,7 @@ source_set("unit_tests") {
"//sql:test_support",
"//testing/gmock",
"//testing/gtest",
- "//ui/base",
+ "//ui/base:base",
"//url",
]
}
« no previous file with comments | « components/history/core/browser/history_service.h ('k') | components/omnibox/browser/fake_autocomplete_provider_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698