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

Side by Side Diff: views/views.gyp

Issue 8527025: Remove TOUCH_UI definition and make use_virtual_keyboard an independant var. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix for iBus. Created 9 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 unified diff | Download patch
« build/common.gypi ('K') | « build/common.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'controls/table/group_table_view.cc', 440 'controls/table/group_table_view.cc',
441 'controls/table/table_view.cc', 441 'controls/table/table_view.cc',
442 'controls/tree/tree_view.cc', 442 'controls/tree/tree_view.cc',
443 'widget/aero_tooltip_manager.cc', 443 'widget/aero_tooltip_manager.cc',
444 'widget/child_window_message_processor.cc', 444 'widget/child_window_message_processor.cc',
445 'widget/child_window_message_processor.h', 445 'widget/child_window_message_processor.h',
446 'widget/native_widget_win.cc', 446 'widget/native_widget_win.cc',
447 ], 447 ],
448 }], 448 }],
449 ['touchui==1', { 449 ['touchui==1', {
450 'defines': ['TOUCH_UI=1'],
451 'sources/': [ 450 'sources/': [
452 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'], 451 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'],
453 ['exclude', 'controls/menu/native_menu_gtk.cc'], 452 ['exclude', 'controls/menu/native_menu_gtk.cc'],
454 ['exclude', 'widget/tooltip_manager_gtk.cc'], 453 ['exclude', 'widget/tooltip_manager_gtk.cc'],
455 ], 454 ],
456 }], 455 }],
457 ['touchui==0', { 456 ['touchui==0', {
458 'sources!': [ 457 'sources!': [
459 '../ui/views/touchui/touch_selection_controller_impl.cc', 458 '../ui/views/touchui/touch_selection_controller_impl.cc',
460 '../ui/views/touchui/touch_selection_controller_impl.h', 459 '../ui/views/touchui/touch_selection_controller_impl.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 }, 719 },
721 'sources': [ 720 'sources': [
722 '../ui/views/examples/table_example.cc', 721 '../ui/views/examples/table_example.cc',
723 '../ui/views/examples/table_example.h', 722 '../ui/views/examples/table_example.h',
724 ], 723 ],
725 }], 724 }],
726 ], 725 ],
727 }, 726 },
728 ], 727 ],
729 } 728 }
OLDNEW
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698