| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 8654a8cdf578e521465999a9e04bd801eee70d01..1b157695d3f4e46068a141dda8d1f67750e84fbb 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -3278,6 +3278,8 @@ split_static_library("ui") {
|
| "app_list/profile_loader.cc",
|
| "app_list/profile_loader.h",
|
| "app_list/profile_store.h",
|
| + "app_list/search/answer_card_search_provider.cc",
|
| + "app_list/search/answer_card_search_provider.h",
|
| "app_list/search/app_result.cc",
|
| "app_list/search/app_result.h",
|
| "app_list/search/app_search_provider.cc",
|
| @@ -3318,8 +3320,6 @@ split_static_library("ui") {
|
| "app_list/search/webstore/webstore_provider.h",
|
| "app_list/search/webstore/webstore_result.cc",
|
| "app_list/search/webstore/webstore_result.h",
|
| - "app_list/search_answer_web_contents_delegate.cc",
|
| - "app_list/search_answer_web_contents_delegate.h",
|
| "app_list/speech_auth_helper.cc",
|
| "app_list/speech_auth_helper.h",
|
| "app_list/speech_recognizer.cc",
|
|
|