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

Unified Diff: ui/wm/BUILD.gn

Issue 2750743003: Move ui/gfx/animation/ into its own component. (Closed)
Patch Set: none Created 3 years, 9 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
« ui/gfx/animation/animation_export.h ('K') | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 1fb7cf1c1cfaf9de9a67836fc0ae75ec83c93c4b..f0a07f11d2d79f4c73bacdf92d97ace99645b992 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -79,6 +79,7 @@ component("wm") {
"//ui/events/devices",
"//ui/events/platform",
"//ui/gfx",
+ "//ui/gfx/animation",
"//ui/gfx/geometry",
"//ui/resources",
]
@@ -142,6 +143,7 @@ test("wm_unittests") {
"//ui/events:test_support",
"//ui/events/platform",
"//ui/gfx",
+ "//ui/gfx/animation",
"//ui/gfx/geometry",
"//ui/gl:test_support",
"//ui/resources",
« ui/gfx/animation/animation_export.h ('K') | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698