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

Unified Diff: ash/resources/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 | « no previous file | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/resources/vector_icons/BUILD.gn
diff --git a/ash/resources/vector_icons/BUILD.gn b/ash/resources/vector_icons/BUILD.gn
index 1e57c91da953e0d8b1e22f3827f0e6e7459c2031..fc21c9b14d76e6ed2a198bf6f3550e41f05e4e4a 100644
--- a/ash/resources/vector_icons/BUILD.gn
+++ b/ash/resources/vector_icons/BUILD.gn
@@ -246,11 +246,11 @@ aggregate_vector_icons("ash_vector_icons") {
source_set("vector_icons") {
sources = get_target_outputs(":ash_vector_icons")
- sources += [ "//ui/gfx/vector_icon_types.h" ]
deps = [
":ash_vector_icons",
"//base",
"//skia",
+ "//ui/gfx",
]
}
« no previous file with comments | « no previous file | chrome/app/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698