| Index: components/omnibox/BUILD.gn
|
| diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
|
| index 1ba9aa1c43237371d690972fcbc986ea84daf2f3..2dcd7bfb6b2fa5d2e84245c3dda8f1b8000ca530 100644
|
| --- a/components/omnibox/BUILD.gn
|
| +++ b/components/omnibox/BUILD.gn
|
| @@ -31,6 +31,8 @@ static_library("omnibox") {
|
| "search_provider.h",
|
| "search_suggestion_parser.cc",
|
| "search_suggestion_parser.h",
|
| + "suggestion_answer.cc",
|
| + "suggestion_answer.h",
|
| "url_prefix.cc",
|
| "url_prefix.h",
|
| ]
|
| @@ -75,6 +77,7 @@ source_set("unit_tests") {
|
| "base_search_provider_unittest.cc",
|
| "keyword_provider_unittest.cc",
|
| "omnibox_field_trial_unittest.cc",
|
| + "suggestion_answer_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|