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

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: ASAN. 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
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/browser/history_quick_provider_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/BUILD.gn
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
index 329a1af83eb9a17d886c88abc7fab8b5183a3936..1d085937dbb8aa6b4c1ad8d472871ef233c16fc7 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,6 +172,7 @@ static_library("test_support") {
deps = [
":browser",
"//base",
+ "//components/history/core/browser",
"//components/metrics/proto",
"//components/search_engines",
"//net",
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/browser/history_quick_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698