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

Unified Diff: components/mus/ws/BUILD.gn

Issue 2072573002: Basic support for animating window properties in Mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_controller_mus_mus_3
Patch Set: Created 4 years, 6 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
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 096fbdfcbff7d4ef9fc5265307570ef384188d98..23255d8a31e248af6ab8ee1991c950e3b94221c1 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -13,6 +13,9 @@ source_set("lib") {
"accelerator.h",
"access_policy.h",
"access_policy_delegate.h",
+ "animation_runner.cc",
+ "animation_runner.h",
+ "animation_runner_observer.h",
"default_access_policy.cc",
"default_access_policy.h",
"display.cc",
@@ -44,6 +47,8 @@ source_set("lib") {
"platform_screen.h",
"platform_screen_impl.cc",
"platform_screen_impl.h",
+ "scheduled_animation_group.cc",
+ "scheduled_animation_group.h",
"server_window.cc",
"server_window.h",
"server_window_delegate.h",
@@ -176,11 +181,13 @@ group("tests") {
test("mus_ws_unittests") {
sources = [
+ "animation_runner_unittest.cc",
"cursor_unittest.cc",
"display_unittest.cc",
"event_dispatcher_unittest.cc",
"event_matcher_unittest.cc",
"focus_controller_unittest.cc",
+ "scheduled_animation_group_unittest.cc",
"server_window_drawn_tracker_unittest.cc",
"server_window_surface_manager_test_api.cc",
"server_window_surface_manager_test_api.h",

Powered by Google App Engine
This is Rietveld 408576698