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

Unified Diff: ui/app_list/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 | « components/arc/test/fake_app_instance.cc ('k') | ui/app_list/vector_icons/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index 8dd18cd923696ade40178bf575a0b48b4ce8e5e3..27b8fb6888950a58c864cd72556e88511e932e54 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -4,18 +4,6 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-import("//ui/vector_icons/vector_icons.gni")
-
-aggregate_vector_icons("app_list_vector_icons") {
- icon_directory = "vector_icons"
-
- icons = [
- "ic_google_black.1x.icon",
- "ic_google_black.icon",
- "ic_mic_black.1x.icon",
- "ic_mic_black.icon",
- ]
-}
component("app_list") {
sources = [
@@ -80,12 +68,9 @@ component("app_list") {
"speech_ui_model_observer.h",
]
- sources += get_target_outputs(":app_list_vector_icons")
-
defines = [ "APP_LIST_IMPLEMENTATION" ]
deps = [
- ":app_list_vector_icons",
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
@@ -95,6 +80,7 @@ component("app_list") {
"//third_party/icu",
"//ui/accessibility",
"//ui/app_list/resources",
+ "//ui/app_list/vector_icons",
"//ui/base",
"//ui/base/ime",
"//ui/compositor",
« no previous file with comments | « components/arc/test/fake_app_instance.cc ('k') | ui/app_list/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698