| Index: components/omnibox/BUILD.gn
|
| diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
|
| index a7f9b1966d211ff1692aef5da3aee6521e83c373..07e041182a209e00853af76153436a8846b11f01 100644
|
| --- a/components/omnibox/BUILD.gn
|
| +++ b/components/omnibox/BUILD.gn
|
| @@ -23,6 +23,8 @@
|
| "bookmark_provider.h",
|
| "history_provider.cc",
|
| "history_provider.h",
|
| + "history_url_provider.cc",
|
| + "history_url_provider.h",
|
| "in_memory_url_index_types.cc",
|
| "in_memory_url_index_types.h",
|
| "keyword_extensions_delegate.cc",
|
| @@ -35,6 +37,8 @@
|
| "omnibox_log.h",
|
| "omnibox_switches.cc",
|
| "omnibox_switches.h",
|
| + "scored_history_match.cc",
|
| + "scored_history_match.h",
|
| "search_provider.cc",
|
| "search_provider.h",
|
| "search_suggestion_parser.cc",
|
| @@ -91,6 +95,7 @@
|
| "in_memory_url_index_types_unittest.cc",
|
| "keyword_provider_unittest.cc",
|
| "omnibox_field_trial_unittest.cc",
|
| + "scored_history_match_unittest.cc",
|
| "suggestion_answer_unittest.cc",
|
| ]
|
|
|
|
|