| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index e8bb70ca333f36fc59599618e1d0acf8b3841ea3..19b64142567efbb00a31e14900505091168b6012 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -3315,6 +3315,10 @@ split_static_library("ui") {
|
| "app_list/search/omnibox_provider.h",
|
| "app_list/search/omnibox_result.cc",
|
| "app_list/search/omnibox_result.h",
|
| + "app_list/search/playstore/playstore_search_provider.cc",
|
| + "app_list/search/playstore/playstore_search_provider.h",
|
| + "app_list/search/playstore/playstore_search_result.cc",
|
| + "app_list/search/playstore/playstore_search_result.h",
|
| "app_list/search/search_controller_factory.cc",
|
| "app_list/search/search_controller_factory.h",
|
| "app_list/search/search_resource_manager.cc",
|
|
|