| 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",
|
| ]
|
| }
|
|
|
|
|