| Index: components/omnibox/browser/BUILD.gn
|
| diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
|
| index 68e2b0991919bf4baf8ea52e6e54c7855db042d6..b415a03acb506a7a462f082c99cf07339972ea9d 100644
|
| --- a/components/omnibox/browser/BUILD.gn
|
| +++ b/components/omnibox/browser/BUILD.gn
|
| @@ -165,6 +165,8 @@ static_library("test_support") {
|
| "in_memory_url_index_test_util.h",
|
| "mock_autocomplete_provider_client.cc",
|
| "mock_autocomplete_provider_client.h",
|
| + "shortcuts_provider_test_util.cc",
|
| + "shortcuts_provider_test_util.h",
|
| "test_scheme_classifier.cc",
|
| "test_scheme_classifier.h",
|
| ]
|
| @@ -177,6 +179,7 @@ static_library("test_support") {
|
| "//components/search_engines",
|
| "//net",
|
| "//testing/gmock",
|
| + "//testing/gtest",
|
| ]
|
| }
|
|
|
|
|