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

Unified Diff: ui/views/views.gyp

Issue 530933002: MacViews: Implement NativeViewHostMac (take 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: acceptsFirstResponder, cleanup strays Created 6 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
« no previous file with comments | « ui/views/controls/native/native_view_host_unittest.cc ('k') | no next file » | 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 7d1ca820c8a69b4186cbf16d22201a2b8ca18613..bb3f85d226bcb98a0631705adb108c0ac1ae36b2 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',
@@ -509,6 +510,9 @@
'controls/menu/menu_model_adapter_unittest.cc',
'controls/menu/menu_runner_cocoa_unittest.mm',
'controls/native/native_view_host_aura_unittest.cc',
+ 'controls/native/native_view_host_mac_unittest.mm',
+ 'controls/native/native_view_host_test_base.h',
+ 'controls/native/native_view_host_test_base.cc',
'controls/native/native_view_host_unittest.cc',
'controls/prefix_selector_unittest.cc',
'controls/progress_bar_unittest.cc',
« no previous file with comments | « ui/views/controls/native/native_view_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698