| Index: components/omnibox/BUILD.gn
|
| diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
|
| index 259b2528de42958009e8797067e91b0311bb2565..a79f9d1d5427eeaf55e4c4789949319868a90408 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",
|
| ]
|
| @@ -74,6 +76,7 @@ source_set("unit_tests") {
|
| "base_search_provider_unittest.cc",
|
| "keyword_provider_unittest.cc",
|
| "omnibox_field_trial_unittest.cc",
|
| + "suggestion_answer_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|