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

Unified Diff: ui/views/views.gyp

Issue 2067013002: Removed InkDropFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed views:: -> ui:: compile error. 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 | « ui/views/animation/ink_drop_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 69ea8e6b50326544fbf9383847574ab43ff4061c..bd69b63ab97c3ff59e413c1157755160e51a9991 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -19,8 +19,6 @@
'animation/ink_drop.h',
'animation/ink_drop_animation_ended_reason.cc',
'animation/ink_drop_animation_ended_reason.h',
- 'animation/ink_drop_factory.cc',
- 'animation/ink_drop_factory.h',
'animation/ink_drop_highlight.cc',
'animation/ink_drop_highlight.h',
'animation/ink_drop_highlight_observer.h',
@@ -577,10 +575,10 @@
'accessible_pane_view_unittest.cc',
'animation/bounds_animator_unittest.cc',
'animation/flood_fill_ink_drop_ripple_unittest.cc',
- 'animation/ink_drop_factory_unittest.cc',
'animation/ink_drop_highlight_unittest.cc',
'animation/ink_drop_impl_unittest.cc',
'animation/ink_drop_ripple_unittest.cc',
+ 'animation/ink_drop_unittest.cc',
'animation/square_ink_drop_ripple_unittest.cc',
'border_unittest.cc',
'bubble/bubble_border_unittest.cc',
« no previous file with comments | « ui/views/animation/ink_drop_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698