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

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: Replacing .empty() with .size() == 0 to account for is_null case in mojo::Array. 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
« no previous file with comments | « components/mus/public/interfaces/animations.mojom ('k') | components/mus/ws/animation_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 044fdda3483da9dc6993b9a87b3c583844fdcad0..b9eb50d4596b199d5decc5c3979c3beae00062eb 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",
@@ -180,11 +185,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",
« no previous file with comments | « components/mus/public/interfaces/animations.mojom ('k') | components/mus/ws/animation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698