| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 30adcaf9907c1b869c60226d885f10d93d177896..23a58534f4cec0c88e5baee5b461bbaadea2ef6d 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',
|
|
|