| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 0b402fb6d88a8fbb4906e35f2c8b4548b277f9ae..d93f00d9d6579b62303ec7ac2670eb2924f74274 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -3331,6 +3331,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",
|
| @@ -3394,6 +3398,8 @@ split_static_library("ui") {
|
| "app_list/arc/arc_package_syncable_service.h",
|
| "app_list/arc/arc_package_syncable_service_factory.cc",
|
| "app_list/arc/arc_package_syncable_service_factory.h",
|
| + "app_list/playstore_app_context_menu.cc",
|
| + "app_list/playstore_app_context_menu.h",
|
| "app_list/search/arc_app_result.cc",
|
| "app_list/search/arc_app_result.h",
|
| "ash/launcher/arc_app_deferred_launcher_controller.cc",
|
|
|