Index: components/omnibox/browser/BUILD.gn |
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn |
index 992e1c4964c61a10664352833304367150ecb974..feb96684b714d392645aa3050b4f695ab0677702 100644 |
--- a/components/omnibox/browser/BUILD.gn |
+++ b/components/omnibox/browser/BUILD.gn |
@@ -50,6 +50,7 @@ source_set("browser") { |
"keyword_extensions_delegate.h", |
"keyword_provider.cc", |
"keyword_provider.h", |
+ "match_compare.h", |
"omnibox_client.h", |
"omnibox_controller.cc", |
"omnibox_controller.h", |
@@ -82,6 +83,8 @@ source_set("browser") { |
"search_provider.h", |
"search_suggestion_parser.cc", |
"search_suggestion_parser.h", |
+ "shortcut_match.cc", |
+ "shortcut_match.h", |
"shortcuts_backend.cc", |
"shortcuts_backend.h", |
"shortcuts_constants.cc", |
@@ -212,6 +215,7 @@ source_set("unit_tests") { |
"omnibox_popup_model_unittest.cc", |
"omnibox_view_unittest.cc", |
"scored_history_match_unittest.cc", |
+ "shortcut_match_unittest.cc", |
"shortcuts_backend_unittest.cc", |
"shortcuts_database_unittest.cc", |
"shortcuts_provider_unittest.cc", |