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

Unified Diff: views/views.gyp

Issue 7069022: Adds a basic NativeWindowViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « views/examples/native_window_views_example.cc ('k') | views/widget/native_widget_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 86727)
+++ views/views.gyp (working copy)
@@ -388,6 +388,8 @@
'window/native_window_delegate.h',
'window/native_window_gtk.cc',
'window/native_window_gtk.h',
+ 'window/native_window_views.cc',
+ 'window/native_window_views.h',
'window/native_window_win.cc',
'window/native_window_win.h',
'window/non_client_view.cc',
@@ -579,6 +581,8 @@
'examples/native_theme_checkbox_example.h',
'examples/native_widget_views_example.cc',
'examples/native_widget_views_example.h',
+ 'examples/native_window_views_example.cc',
+ 'examples/native_window_views_example.h',
'examples/radio_button_example.cc',
'examples/radio_button_example.h',
'examples/scroll_view_example.cc',
« no previous file with comments | « views/examples/native_window_views_example.cc ('k') | views/widget/native_widget_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698