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

Unified Diff: components/omnibox/browser/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: Forward-declare more friends. Created 4 years, 11 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 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 703e5aa544d8c64dad5ece1b4f1fa49fafbed6fa..ee8abb420bffe9d79fffd41e0e29bdd422ff91b0 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -161,6 +161,8 @@ static_library("test_support") {
sources = [
"history_index_restore_observer.cc",
"history_index_restore_observer.h",
+ "in_memory_url_index_test_util.cc",
+ "in_memory_url_index_test_util.h",
"mock_autocomplete_provider_client.cc",
"mock_autocomplete_provider_client.h",
"test_scheme_classifier.cc",
@@ -170,10 +172,12 @@ static_library("test_support") {
deps = [
":browser",
"//base",
+ "//components/history/core/browser",
"//components/metrics/proto",
"//components/search_engines",
"//net",
"//testing/gmock",
+ "//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698