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

Unified Diff: ui/views/views.gyp

Issue 303543004: MacViews: views_examples_with_content_exe working! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add files Created 6 years, 7 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/view_unittest.cc ('k') | ui/views/widget/native_widget_mac.h » ('j') | 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 4dbc94593a35fc14cbf1dd4857e5969ecea5d46c..7e6ecbf12c5c814072cd703f5fdbb86fecc4a991 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -89,6 +89,8 @@
'bubble/tray_bubble_view.h',
'button_drag_utils.cc',
'button_drag_utils.h',
+ 'cocoa/bridged_content_view.h',
+ 'cocoa/bridged_content_view.mm',
'color_chooser/color_chooser_listener.h',
'color_chooser/color_chooser_view.cc',
'color_chooser/color_chooser_view.h',
@@ -475,6 +477,15 @@
}],
['use_ash==0', {
'sources!': [
+ 'accessibility/ax_aura_obj_cache.cc',
+ 'accessibility/ax_aura_obj_cache.h',
+ 'accessibility/ax_aura_obj_wrapper.h',
+ 'accessibility/ax_view_obj_wrapper.cc',
+ 'accessibility/ax_view_obj_wrapper.h',
+ 'accessibility/ax_widget_obj_wrapper.cc',
+ 'accessibility/ax_widget_obj_wrapper.h',
+ 'accessibility/ax_window_obj_wrapper.cc',
+ 'accessibility/ax_window_obj_wrapper.h',
'bubble/tray_bubble_view.cc',
'bubble/tray_bubble_view.h',
],
@@ -599,14 +610,16 @@
'test/capture_tracking_view.h',
'test/child_modal_window.cc',
'test/child_modal_window.h',
- 'test/desktop_test_views_delegate.cc',
'test/desktop_test_views_delegate.h',
+ 'test/desktop_test_views_delegate_aura.cc',
+ 'test/desktop_test_views_delegate_mac.cc',
'test/menu_runner_test_api.cc',
'test/menu_runner_test_api.h',
'test/test_views.cc',
'test/test_views.h',
- 'test/test_views_delegate.cc',
'test/test_views_delegate.h',
+ 'test/test_views_delegate_aura.cc',
+ 'test/test_views_delegate_mac.cc',
'test/test_widget_observer.cc',
'test/test_widget_observer.h',
'test/ui_controls_factory_desktop_aurax11.cc',
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698