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

Unified Diff: ui/app_list/BUILD.gn

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Implement methods in FakeAppInstance. 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
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index 8dd18cd923696ade40178bf575a0b48b4ce8e5e3..35c311edfb8a77e779de9fe0eb080d72e78ef25c 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -10,6 +10,10 @@ aggregate_vector_icons("app_list_vector_icons") {
icon_directory = "vector_icons"
icons = [
+ "ic_badge_instant.1x.icon",
+ "ic_badge_instant.icon",
+ "ic_badge_play.1x.icon",
+ "ic_badge_play.icon",
"ic_google_black.1x.icon",
"ic_google_black.icon",
"ic_mic_black.1x.icon",

Powered by Google App Engine
This is Rietveld 408576698