Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3472)

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Fix unittest build failure. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_context_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index ce52e9bc658b18859bbfa20c006a884a525c8756..bcf223ed70b61c976dedfec502d5d2cb3dd5a41d 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3332,6 +3332,10 @@ split_static_library("ui") {
"app_list/search/app_result.h",
"app_list/search/app_search_provider.cc",
"app_list/search/app_search_provider.h",
+ "app_list/search/arc/arc_playstore_search_provider.cc",
+ "app_list/search/arc/arc_playstore_search_provider.h",
+ "app_list/search/arc/arc_playstore_search_result.cc",
+ "app_list/search/arc/arc_playstore_search_result.h",
"app_list/search/common/json_response_fetcher.cc",
"app_list/search/common/json_response_fetcher.h",
"app_list/search/common/url_icon_source.cc",
@@ -3413,6 +3417,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/arc/arc_playstore_app_context_menu.cc",
+ "app_list/arc/arc_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",
@@ -3434,7 +3440,10 @@ split_static_library("ui") {
"views/arc_app_dialog_view.cc",
]
}
- deps += [ "//ui/app_list" ]
+ deps += [
+ "//ui/app_list",
+ "//ui/app_list/vector_icons",
+ ]
} else {
sources += [
"app_list/app_list_service.h",
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_context_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698