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

Unified Diff: ui/gfx/BUILD.gn

Issue 2139493002: Move Ash-specific vector icon files into a separate directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_chromeos Created 4 years, 5 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 | ui/gfx/vector_icons/ash/shelf_applist.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 634c846373ac4787a9b73b706064db608f08f370..ae6aeb3e88a440438f64feeadcc506f91e2b0ce7 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -423,6 +423,9 @@ action("aggregate_vector_icons") {
script = "vector_icons/aggregate_vector_icons.py"
inputs = vector_icons_sources_gypi.common
+ if (use_ash || is_chromeos) {
+ inputs += vector_icons_sources_gypi.ash
+ }
outputs = [
vector_icons_cc_file,
@@ -500,6 +503,7 @@ group("memory_buffer") {
]
}
}
+
# Cannot be a static_library in component builds due to exported functions
source_set("memory_buffer_sources") {
visibility = [ ":*" ] # Depend on through ":memory_buffer".
« no previous file with comments | « no previous file | ui/gfx/vector_icons/ash/shelf_applist.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698