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

Unified Diff: ui/views/views.gyp

Issue 10905311: Consolidate bubble border code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments in #4 and add tests Created 8 years, 3 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 89b0c280ed3bf2839fcfd8c43f85564a956b7ee4..187b9f5311f6715abbad3e79e9f6ad1a1e8193e9 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -64,8 +64,6 @@
'bubble/bubble_delegate.h',
'bubble/bubble_frame_view.cc',
'bubble/bubble_frame_view.h',
- 'bubble/bubble_border_2.cc',
- 'bubble/bubble_border_2.h',
'button_drag_utils.cc',
'button_drag_utils.h',
'color_chooser/color_chooser_listener.h',
@@ -560,6 +558,7 @@
'sources': [
'accessible_pane_view_unittest.cc',
'animation/bounds_animator_unittest.cc',
+ 'bubble/bubble_border_unittest.cc',
'bubble/bubble_delegate_unittest.cc',
'bubble/bubble_frame_view_unittest.cc',
'controls/button/image_button_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698