Index: ui/views/views.gyp |
diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
index b761c784a275eea276c4fabe9984a70d18769d62..8b74a5a86b684662084eb5c3647049e8d1f0b085 100644 |
--- a/ui/views/views.gyp |
+++ b/ui/views/views.gyp |
@@ -89,6 +89,10 @@ |
'bubble/tray_bubble_view.h', |
'button_drag_utils.cc', |
'button_drag_utils.h', |
+ 'cocoa/bridged_content_view.h', |
+ 'cocoa/bridged_content_view.mm', |
+ 'cocoa/bridged_native_widget.h', |
+ 'cocoa/bridged_native_widget.mm', |
'color_chooser/color_chooser_listener.h', |
'color_chooser/color_chooser_view.cc', |
'color_chooser/color_chooser_view.h', |
@@ -674,6 +678,7 @@ |
'bubble/bubble_delegate_unittest.cc', |
'bubble/bubble_frame_view_unittest.cc', |
'bubble/bubble_window_targeter_unittest.cc', |
+ 'cocoa/bridged_native_widget_unittest.mm', |
'controls/button/blue_button_unittest.cc', |
'controls/button/custom_button_unittest.cc', |
'controls/button/image_button_unittest.cc', |