OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |