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

Unified Diff: ui/vector_icons/BUILD.gn

Issue 2870643003: Add support for animations in vector icons. (Closed)
Patch Set: deps, casting Created 3 years, 7 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/gfx/vector_icon_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/vector_icons/BUILD.gn
diff --git a/ui/vector_icons/BUILD.gn b/ui/vector_icons/BUILD.gn
index 9530a13962b452ef2d716fe563b0e77f236edd83..c08062cdf439d211c1ce61d0d0f580c9dbd38af0 100644
--- a/ui/vector_icons/BUILD.gn
+++ b/ui/vector_icons/BUILD.gn
@@ -37,11 +37,11 @@ aggregate_vector_icons("ui_vector_icons") {
static_library("vector_icons") {
sources = get_target_outputs(":ui_vector_icons")
- sources += [ "//ui/gfx/vector_icon_types.h" ]
deps = [
":ui_vector_icons",
"//base",
"//skia",
+ "//ui/gfx",
]
}
« no previous file with comments | « ui/gfx/vector_icon_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698