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

Unified Diff: ui/app_list/vector_icons/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 | « ui/app_list/BUILD.gn ('k') | ui/app_list/vector_icons/ic_badge_instant.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/vector_icons/BUILD.gn
diff --git a/ui/app_list/vector_icons/BUILD.gn b/ui/app_list/vector_icons/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..3c49259e6a5bb442d631721042ba1042afa2c51f
--- /dev/null
+++ b/ui/app_list/vector_icons/BUILD.gn
@@ -0,0 +1,29 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//ui/vector_icons/vector_icons.gni")
+
+aggregate_vector_icons("app_list_vector_icons") {
+ icon_directory = "."
+
+ 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",
+ "ic_mic_black.icon",
+ ]
+}
+
+source_set("vector_icons") {
+ sources = get_target_outputs(":app_list_vector_icons")
+
+ deps = [
+ ":app_list_vector_icons",
+ "//skia",
+ ]
+}
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/vector_icons/ic_badge_instant.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698