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

Unified Diff: ui/compositor/BUILD.gn

Issue 1369393002: Added a CallbackLayerAnimationObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed concerns from patch set 8. Created 5 years, 2 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 | « no previous file | ui/compositor/callback_layer_animation_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index e5585d87de3f7378af7c33da5e8ab4eb9e02803c..1de41c6a54c339f1eba8f25f812717b9da0bfffe 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -7,6 +7,8 @@ import("//testing/test.gni")
component("compositor") {
sources = [
+ "callback_layer_animation_observer.cc",
+ "callback_layer_animation_observer.h",
"canvas_painter.cc",
"canvas_painter.h",
"clip_transform_recorder.cc",
@@ -102,6 +104,8 @@ source_set("test_support") {
"test/in_process_context_factory.h",
"test/in_process_context_provider.cc",
"test/in_process_context_provider.h",
+ "test/layer_animation_observer_test_api.cc",
+ "test/layer_animation_observer_test_api.h",
"test/layer_animator_test_controller.cc",
"test/layer_animator_test_controller.h",
"test/test_compositor_host.h",
@@ -164,6 +168,7 @@ if (!is_android) {
test("compositor_unittests") {
sources = [
+ "callback_layer_animation_observer_unittest.cc",
"compositor_unittest.cc",
"layer_animation_element_unittest.cc",
"layer_animation_sequence_unittest.cc",
« no previous file with comments | « no previous file | ui/compositor/callback_layer_animation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698