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

Unified Diff: ui/gfx/BUILD.gn

Issue 2750743003: Move ui/gfx/animation/ into its own component. (Closed)
Patch Set: c 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
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/gfx/animation/BUILD.gn » ('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 4ea3d50a1c7bed6dab9862672be3799d9c6f4855..23cd695b2f8836c15583d2c527133720bd25c150 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -49,25 +49,6 @@ component("gfx") {
"android/java_bitmap.h",
"android/view_configuration.cc",
"android/view_configuration.h",
- "animation/animation.cc",
- "animation/animation.h",
- "animation/animation_container.cc",
- "animation/animation_container.h",
- "animation/animation_container_element.h",
- "animation/animation_container_observer.h",
- "animation/animation_delegate.h",
- "animation/animation_mac.mm",
- "animation/animation_win.cc",
- "animation/linear_animation.cc",
- "animation/linear_animation.h",
- "animation/multi_animation.cc",
- "animation/multi_animation.h",
- "animation/slide_animation.cc",
- "animation/slide_animation.h",
- "animation/throb_animation.cc",
- "animation/throb_animation.h",
- "animation/tween.cc",
- "animation/tween.h",
"break_list.h",
"codec/jpeg_codec.cc",
"codec/jpeg_codec.h",
@@ -273,6 +254,7 @@ component("gfx") {
"//base",
"//skia",
"//third_party/icu",
+ "//ui/gfx/animation",
"//ui/gfx/geometry",
"//ui/gfx/range",
]
@@ -345,7 +327,6 @@ component("gfx") {
sources += [ "font_fallback_android.cc" ]
} else {
sources -= [
- "animation/throb_animation.cc",
"canvas_skia.cc",
"path.cc",
"selection_model.cc",
@@ -597,6 +578,7 @@ static_library("test_support") {
"//base/test:test_support",
"//skia",
"//testing/gtest",
+ "//ui/gfx/animation",
"//ui/gfx/geometry",
]
@@ -710,6 +692,7 @@ test("gfx_unittests") {
"//third_party/libpng",
"//third_party/zlib",
"//ui/base",
+ "//ui/gfx/animation",
"//ui/gfx/geometry",
"//ui/gfx/range",
"//ui/resources:ui_test_pak",
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/gfx/animation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698