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

Unified Diff: services/view_manager/BUILD.gn

Issue 772893004: Adds constants and runner for animations (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Merge Created 6 years 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: services/view_manager/BUILD.gn
diff --git a/services/view_manager/BUILD.gn b/services/view_manager/BUILD.gn
index 6f022a04353a798f272ebf52d4aa79b645212b22..847d7ad329fc44faf8843d52e0c87c5f9d64262f 100644
--- a/services/view_manager/BUILD.gn
+++ b/services/view_manager/BUILD.gn
@@ -18,6 +18,7 @@ mojo_native_application("view_manager") {
"//mojo/application",
"//mojo/common:tracing_impl",
"//mojo/environment:chromium",
+ "//mojo/converters/geometry",
"//mojo/public/cpp/bindings:bindings",
"//mojo/services/public/interfaces/window_manager",
]
@@ -27,6 +28,9 @@ source_set("view_manager_lib") {
sources = [
"access_policy.h",
"access_policy_delegate.h",
+ "animation_runner.cc",
+ "animation_runner.h",
+ "animation_runner_observer.h",
"client_connection.cc",
"client_connection.h",
"connection_manager.cc",
@@ -36,6 +40,8 @@ source_set("view_manager_lib") {
"default_access_policy.h",
"display_manager.cc",
"display_manager.h",
+ "scheduled_animation_group.cc",
+ "scheduled_animation_group.h",
"server_view.cc",
"server_view.h",
"server_view_delegate.h",
@@ -67,6 +73,7 @@ source_set("view_manager_lib") {
"//mojo/services/public/interfaces/view_manager",
"//mojo/services/public/interfaces/window_manager",
"//mojo/services/public/cpp/view_manager:common",
+ "//ui/gfx",
"//ui/gfx/geometry",
]
}
@@ -91,6 +98,10 @@ source_set("test_support") {
test("view_manager_service_unittests") {
sources = [
+ "animation_runner_unittest.cc",
+ "scheduled_animation_group_unittest.cc",
+ "test_server_view_delegate.cc",
+ "test_server_view_delegate.h",
"view_coordinate_conversions_unittest.cc",
"view_manager_service_unittest.cc",
]
@@ -112,6 +123,7 @@ test("view_manager_service_unittests") {
"//mojo/services/public/interfaces/view_manager",
"//mojo/services/public/interfaces/window_manager",
"//testing/gtest",
+ "//ui/gfx",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
]
« no previous file with comments | « mojo/services/public/interfaces/view_manager/animations.mojom ('k') | services/view_manager/animation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698