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

Unified Diff: ui/views/views.gyp

Issue 1922813002: Vanquish views::BubbleDelegate{View,} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit tests 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 ce44774df07d72afee490813e51c14ce736c830c..cac56c4a4ecdd469f486a45b5340656f90437f83 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -48,8 +48,6 @@
'border.h',
'bubble/bubble_border.cc',
'bubble/bubble_border.h',
- 'bubble/bubble_delegate.cc',
- 'bubble/bubble_delegate.h',
'bubble/bubble_dialog_delegate.cc',
'bubble/bubble_dialog_delegate.h',
'bubble/bubble_frame_view.cc',
@@ -568,7 +566,6 @@
'animation/ink_drop_hover_unittest.cc',
'animation/square_ink_drop_animation_unittest.cc',
'bubble/bubble_border_unittest.cc',
- 'bubble/bubble_delegate_unittest.cc',
'bubble/bubble_dialog_delegate_unittest.cc',
'bubble/bubble_frame_view_unittest.cc',
'bubble/bubble_window_targeter_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698