| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'controls/menu/menu_separator_aura.cc', | 135 'controls/menu/menu_separator_aura.cc', |
| 136 'controls/menu/menu_separator_linux.cc', | 136 'controls/menu/menu_separator_linux.cc', |
| 137 'controls/menu/menu_separator_win.cc', | 137 'controls/menu/menu_separator_win.cc', |
| 138 'controls/menu/menu_win.cc', | 138 'controls/menu/menu_win.cc', |
| 139 'controls/menu/menu_win.h', | 139 'controls/menu/menu_win.h', |
| 140 'controls/menu/menu_wrapper.h', | 140 'controls/menu/menu_wrapper.h', |
| 141 'controls/menu/native_menu_gtk.cc', | 141 'controls/menu/native_menu_gtk.cc', |
| 142 'controls/menu/native_menu_gtk.h', | 142 'controls/menu/native_menu_gtk.h', |
| 143 'controls/menu/native_menu_host.h', | 143 'controls/menu/native_menu_host.h', |
| 144 'controls/menu/native_menu_host_delegate.h', | 144 'controls/menu/native_menu_host_delegate.h', |
| 145 'controls/menu/native_menu_views.cc', | |
| 146 'controls/menu/native_menu_views.h', | |
| 147 'controls/menu/native_menu_win.cc', | 145 'controls/menu/native_menu_win.cc', |
| 148 'controls/menu/native_menu_win.h', | 146 'controls/menu/native_menu_win.h', |
| 149 'controls/menu/nested_dispatcher_gtk.cc', | 147 'controls/menu/nested_dispatcher_gtk.cc', |
| 150 'controls/menu/nested_dispatcher_gtk.h', | 148 'controls/menu/nested_dispatcher_gtk.h', |
| 151 'controls/menu/menu_image_util.cc', | 149 'controls/menu/menu_image_util.cc', |
| 152 'controls/menu/menu_image_util.h', | 150 'controls/menu/menu_image_util.h', |
| 153 'controls/menu/submenu_view.cc', | 151 'controls/menu/submenu_view.cc', |
| 154 'controls/menu/submenu_view.h', | 152 'controls/menu/submenu_view.h', |
| 155 'controls/menu/view_menu_delegate.h', | 153 'controls/menu/view_menu_delegate.h', |
| 156 'controls/message_box_view.cc', | 154 'controls/message_box_view.cc', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 'controls/tree/tree_view.cc', | 436 'controls/tree/tree_view.cc', |
| 439 'events/event_win.cc', | 437 'events/event_win.cc', |
| 440 'widget/aero_tooltip_manager.cc', | 438 'widget/aero_tooltip_manager.cc', |
| 441 'widget/child_window_message_processor.cc', | 439 'widget/child_window_message_processor.cc', |
| 442 'widget/child_window_message_processor.h', | 440 'widget/child_window_message_processor.h', |
| 443 'widget/native_widget_win.cc', | 441 'widget/native_widget_win.cc', |
| 444 ], | 442 ], |
| 445 }], | 443 }], |
| 446 ['use_aura==0', { | 444 ['use_aura==0', { |
| 447 'sources!': [ | 445 'sources!': [ |
| 448 'controls/menu/native_menu_views.cc', | |
| 449 'controls/menu/native_menu_views.h', | |
| 450 'controls/tabbed_pane/native_tabbed_pane_views.cc', | 446 'controls/tabbed_pane/native_tabbed_pane_views.cc', |
| 451 'controls/tabbed_pane/native_tabbed_pane_views.h', | 447 'controls/tabbed_pane/native_tabbed_pane_views.h', |
| 452 'widget/tooltip_manager_views.cc', | 448 'widget/tooltip_manager_views.cc', |
| 453 ], | 449 ], |
| 454 }], | 450 }], |
| 455 ['use_ibus==1', { | 451 ['use_ibus==1', { |
| 456 'dependencies': [ | 452 'dependencies': [ |
| 457 '../../build/linux/system.gyp:ibus', | 453 '../../build/linux/system.gyp:ibus', |
| 458 ], | 454 ], |
| 459 'sources/': [ | 455 'sources/': [ |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'msvs_settings': { | 742 'msvs_settings': { |
| 747 'VCManifestTool': { | 743 'VCManifestTool': { |
| 748 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 744 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 749 }, | 745 }, |
| 750 }, | 746 }, |
| 751 }], | 747 }], |
| 752 ], | 748 ], |
| 753 }, # target_name: views_examples_lib | 749 }, # target_name: views_examples_lib |
| 754 ], | 750 ], |
| 755 } | 751 } |
| OLD | NEW |