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

Unified Diff: ui/views/views.gyp

Issue 1896953003: Added a views::test::TestInkDropAnimationObserverHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test_animation_observer.h file. Created 4 years, 8 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: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 92476a219de5e454da03a7513b8e3b9db35c0ec0..e5f9ad72b5adb5ab040986fe3d78fa6c332a115a 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -16,6 +16,7 @@
'animation/bounds_animator.h',
'animation/button_ink_drop_delegate.cc',
'animation/button_ink_drop_delegate.h',
+ 'animation/animation_observer.h',
'animation/ink_drop_animation.cc',
'animation/ink_drop_animation.h',
'animation/ink_drop_animation_controller.h',
@@ -23,7 +24,6 @@
'animation/ink_drop_animation_controller_factory.h',
'animation/ink_drop_animation_controller_impl.cc',
'animation/ink_drop_animation_controller_impl.h',
- 'animation/ink_drop_animation_observer.cc',
'animation/ink_drop_animation_observer.h',
'animation/ink_drop_delegate.h',
'animation/ink_drop_host.h',
@@ -494,6 +494,7 @@
'animation/test/ink_drop_animation_test_api.h',
'animation/test/square_ink_drop_animation_test_api.cc',
'animation/test/square_ink_drop_animation_test_api.h',
+ 'animation/test/test_animation_observer.h',
'animation/test/test_ink_drop_animation_observer.cc',
'animation/test/test_ink_drop_animation_observer.h',
'animation/test/test_ink_drop_host.cc',

Powered by Google App Engine
This is Rietveld 408576698