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

Side by Side 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: fix compile for touch on chromeos Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/focus/accelerator_handler_touch.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 15 matching lines...) Expand all
26 ['exclude', '\\.mm?$'], 26 ['exclude', '\\.mm?$'],
27 ], 27 ],
28 }], 28 }],
29 ['OS=="win"', {'sources/': [ 29 ['OS=="win"', {'sources/': [
30 ['include', '_(win)\\.cc$'], 30 ['include', '_(win)\\.cc$'],
31 ['include', '/win/'], 31 ['include', '/win/'],
32 ['include', '/win_[^/]*\\.cc$'], 32 ['include', '/win_[^/]*\\.cc$'],
33 ]}], 33 ]}],
34 ['touchui==0', {'sources/': [ 34 ['touchui==0', {'sources/': [
35 ['exclude', 'event_x.cc$'], 35 ['exclude', 'event_x.cc$'],
36 ['exclude', 'native_menu_x.cc$'],
37 ['exclude', 'native_menu_x.h$'],
36 ['exclude', 'touchui/'], 38 ['exclude', 'touchui/'],
37 ['exclude', '_(touch)\\.cc$'], 39 ['exclude', '_(touch)\\.cc$'],
38 ]}], 40 ]}],
39 ], 41 ],
40 }, 42 },
41 'targets': [ 43 'targets': [
42 { 44 {
43 'target_name': 'views', 45 'target_name': 'views',
44 'type': '<(library)', 46 'type': '<(library)',
45 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', 47 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'controls/menu/menu_separator_gtk.h', 141 'controls/menu/menu_separator_gtk.h',
140 'controls/menu/menu_separator_win.cc', 142 'controls/menu/menu_separator_win.cc',
141 'controls/menu/menu_separator_win.h', 143 'controls/menu/menu_separator_win.h',
142 'controls/menu/menu_win.cc', 144 'controls/menu/menu_win.cc',
143 'controls/menu/menu_win.h', 145 'controls/menu/menu_win.h',
144 'controls/menu/menu_wrapper.h', 146 'controls/menu/menu_wrapper.h',
145 'controls/menu/native_menu_gtk.cc', 147 'controls/menu/native_menu_gtk.cc',
146 'controls/menu/native_menu_gtk.h', 148 'controls/menu/native_menu_gtk.h',
147 'controls/menu/native_menu_win.cc', 149 'controls/menu/native_menu_win.cc',
148 'controls/menu/native_menu_win.h', 150 'controls/menu/native_menu_win.h',
151 'controls/menu/native_menu_x.cc',
152 'controls/menu/native_menu_x.h',
149 'controls/menu/nested_dispatcher_gtk.cc', 153 'controls/menu/nested_dispatcher_gtk.cc',
150 'controls/menu/nested_dispatcher_gtk.h', 154 'controls/menu/nested_dispatcher_gtk.h',
151 'controls/menu/radio_button_image_gtk.cc', 155 'controls/menu/radio_button_image_gtk.cc',
152 'controls/menu/radio_button_image_gtk.h', 156 'controls/menu/radio_button_image_gtk.h',
153 'controls/menu/submenu_view.cc', 157 'controls/menu/submenu_view.cc',
154 'controls/menu/submenu_view.h', 158 'controls/menu/submenu_view.h',
155 'controls/menu/view_menu_delegate.h', 159 'controls/menu/view_menu_delegate.h',
156 'controls/message_box_view.cc', 160 'controls/message_box_view.cc',
157 'controls/message_box_view.h', 161 'controls/message_box_view.h',
158 'controls/native_control.cc', 162 'controls/native_control.cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'widget/root_view_drop_target.cc', 377 'widget/root_view_drop_target.cc',
374 'window/hit_test.cc', 378 'window/hit_test.cc',
375 'window/native_frame_view.cc', 379 'window/native_frame_view.cc',
376 'widget/widget_win.cc', 380 'widget/widget_win.cc',
377 ], 381 ],
378 }], 382 }],
379 ['touchui==1', { 383 ['touchui==1', {
380 'defines': ['TOUCH_UI=1'], 384 'defines': ['TOUCH_UI=1'],
381 'sources/': [ 385 'sources/': [
382 ['exclude', 'focus/accelerator_handler_gtk.cc'], 386 ['exclude', 'focus/accelerator_handler_gtk.cc'],
387 ['exclude', 'controls/menu/native_menu_gtk.cc'],
383 ], 388 ],
384 }], 389 }],
385 ['OS=="win"', { 390 ['OS=="win"', {
386 'sources!': [ 391 'sources!': [
387 'controls/slider/slider.cc', 392 'controls/slider/slider.cc',
388 'controls/slider/slider.h', 393 'controls/slider/slider.h',
389 'controls/slider/native_slider_wrapper.h', 394 'controls/slider/native_slider_wrapper.h',
390 ], 395 ],
391 'include_dirs': [ 396 'include_dirs': [
392 '<(DEPTH)/third_party/wtl/include', 397 '<(DEPTH)/third_party/wtl/include',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 ], 529 ],
525 }, 530 },
526 ], 531 ],
527 } 532 }
528 533
529 # Local Variables: 534 # Local Variables:
530 # tab-width:2 535 # tab-width:2
531 # indent-tabs-mode:nil 536 # indent-tabs-mode:nil
532 # End: 537 # End:
533 # vim: set expandtab tabstop=2 shiftwidth=2: 538 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/focus/accelerator_handler_touch.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698