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

Unified Diff: views/views.gyp

Issue 5110011: A non-GTK version of menus for touchui. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 10 years, 1 month 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
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index b87aea34dab81c4900c1ea68f9b7bb40cfa0ca06..c25e649c4979f041419d60b486db9232146f17c5 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -33,6 +33,8 @@
]}],
['touchui==0', {'sources/': [
['exclude', 'event_x.cc$'],
+ ['exclude', 'native_menu_x.cc$'],
+ ['exclude', 'native_menu_x.h$'],
['exclude', 'touchui/'],
['exclude', '_(touch)\\.cc$'],
]}],
@@ -146,6 +148,8 @@
'controls/menu/native_menu_gtk.h',
'controls/menu/native_menu_win.cc',
'controls/menu/native_menu_win.h',
+ 'controls/menu/native_menu_x.cc',
+ 'controls/menu/native_menu_x.h',
'controls/menu/nested_dispatcher_gtk.cc',
'controls/menu/nested_dispatcher_gtk.h',
'controls/menu/radio_button_image_gtk.cc',
@@ -378,6 +382,7 @@
'defines': ['TOUCH_UI=1'],
'sources/': [
['exclude', 'focus/accelerator_handler_gtk.cc'],
+ ['exclude', 'controls/menu/native_menu_gtk.cc'],
],
}],
['OS=="win"', {
« views/focus/accelerator_handler_touch.cc ('K') | « views/focus/accelerator_handler_touch.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698