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

Unified Diff: components/omnibox/BUILD.gn

Issue 1192373002: Prepare AutocompleteController for componentization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_zero_suggest_provider
Patch Set: Response to review Created 5 years, 6 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/autocomplete_provider_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/BUILD.gn
diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
index 6d669bd125f9e88641e5daa6e1dbea0af111f7c3..428e9a5f4954cc4f2a0c44ce574e2165f913ce84 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -98,7 +98,10 @@ proto_library("in_memory_url_index_cache_proto") {
}
static_library("test_support") {
+ testonly = true
sources = [
+ "mock_autocomplete_provider_client.cc",
+ "mock_autocomplete_provider_client.h",
"test_scheme_classifier.cc",
"test_scheme_classifier.h",
]
@@ -107,6 +110,7 @@ static_library("test_support") {
":omnibox",
"//base",
"//components/metrics/proto",
+ "//testing/gmock",
]
}
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/autocomplete_provider_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698