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

Unified Diff: ui/views/views.gyp

Issue 489763002: MacViews: Gets a webview working in views_examples_with_content_exe Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master Created 6 years, 4 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/test/views_test_base.cc ('k') | ui/views/widget/native_widget_mac.mm » ('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 108d0e6cf7386c636aa84cf3a2595d065d6cfd9b..d71ef63bee229ca43ad14d668d4422472ec9bf19 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -135,7 +135,8 @@
'controls/native/native_view_host.h',
'controls/native/native_view_host_aura.cc',
'controls/native/native_view_host_aura.h',
- 'controls/native/native_view_host_mac.cc',
+ 'controls/native/native_view_host_mac.h',
+ 'controls/native/native_view_host_mac.mm',
'controls/prefix_delegate.h',
'controls/prefix_selector.cc',
'controls/prefix_selector.h',
@@ -694,6 +695,7 @@
'../compositor/compositor.gyp:compositor',
'../compositor/compositor.gyp:compositor_test_support',
'../events/events.gyp:events',
+ '../events/events.gyp:events_test_support',
'../events/platform/events_platform.gyp:events_platform',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
@@ -830,7 +832,6 @@
'sources!': [
'bubble/bubble_window_targeter_unittest.cc',
'controls/button/custom_button_unittest.cc',
- 'controls/native/native_view_host_unittest.cc',
'controls/menu/menu_controller_unittest.cc',
'ime/input_method_bridge_unittest.cc',
'focus/focus_manager_unittest.cc',
« no previous file with comments | « ui/views/test/views_test_base.cc ('k') | ui/views/widget/native_widget_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698