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

Side by Side Diff: ui/views/views.gyp

Issue 59383003: Add the button style for combobox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: warnings Created 7 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
« no previous file with comments | « ui/views/test/menu_runner_test_api.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'controls/menu/menu_host_root_view.h', 129 'controls/menu/menu_host_root_view.h',
130 'controls/menu/menu_insertion_delegate_win.h', 130 'controls/menu/menu_insertion_delegate_win.h',
131 'controls/menu/menu_item_view.cc', 131 'controls/menu/menu_item_view.cc',
132 'controls/menu/menu_item_view.h', 132 'controls/menu/menu_item_view.h',
133 'controls/menu/menu_listener.cc', 133 'controls/menu/menu_listener.cc',
134 'controls/menu/menu_listener.h', 134 'controls/menu/menu_listener.h',
135 'controls/menu/menu_model_adapter.cc', 135 'controls/menu/menu_model_adapter.cc',
136 'controls/menu/menu_model_adapter.h', 136 'controls/menu/menu_model_adapter.h',
137 'controls/menu/menu_runner.cc', 137 'controls/menu/menu_runner.cc',
138 'controls/menu/menu_runner.h', 138 'controls/menu/menu_runner.h',
139 'controls/menu/menu_runner_handler.h',
139 'controls/menu/menu_scroll_view_container.cc', 140 'controls/menu/menu_scroll_view_container.cc',
140 'controls/menu/menu_scroll_view_container.h', 141 'controls/menu/menu_scroll_view_container.h',
141 'controls/menu/menu_separator.h', 142 'controls/menu/menu_separator.h',
142 'controls/menu/menu_separator_views.cc', 143 'controls/menu/menu_separator_views.cc',
143 'controls/menu/menu_separator_win.cc', 144 'controls/menu/menu_separator_win.cc',
144 'controls/menu/menu_win.cc', 145 'controls/menu/menu_win.cc',
145 'controls/menu/menu_win.h', 146 'controls/menu/menu_win.h',
146 'controls/menu/menu_wrapper.h', 147 'controls/menu/menu_wrapper.h',
147 'controls/menu/native_menu_win.cc', 148 'controls/menu/native_menu_win.cc',
148 'controls/menu/native_menu_win.h', 149 'controls/menu/native_menu_win.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 ], 622 ],
622 'sources': [ 623 'sources': [
623 'corewm/tooltip_controller_test_helper.cc', 624 'corewm/tooltip_controller_test_helper.cc',
624 'corewm/tooltip_controller_test_helper.h', 625 'corewm/tooltip_controller_test_helper.h',
625 'test/capture_tracking_view.cc', 626 'test/capture_tracking_view.cc',
626 'test/capture_tracking_view.h', 627 'test/capture_tracking_view.h',
627 'test/child_modal_window.cc', 628 'test/child_modal_window.cc',
628 'test/child_modal_window.h', 629 'test/child_modal_window.h',
629 'test/desktop_test_views_delegate.cc', 630 'test/desktop_test_views_delegate.cc',
630 'test/desktop_test_views_delegate.h', 631 'test/desktop_test_views_delegate.h',
632 'test/menu_runner_test_api.cc',
633 'test/menu_runner_test_api.h',
631 'test/test_views.cc', 634 'test/test_views.cc',
632 'test/test_views.h', 635 'test/test_views.h',
633 'test/test_views_delegate.cc', 636 'test/test_views_delegate.cc',
634 'test/test_views_delegate.h', 637 'test/test_views_delegate.h',
635 'test/test_widget_observer.cc', 638 'test/test_widget_observer.cc',
636 'test/test_widget_observer.h', 639 'test/test_widget_observer.h',
637 'test/ui_controls_factory_desktop_aurax11.cc', 640 'test/ui_controls_factory_desktop_aurax11.cc',
638 'test/ui_controls_factory_desktop_aurax11.h', 641 'test/ui_controls_factory_desktop_aurax11.h',
639 'test/views_test_base.cc', 642 'test/views_test_base.cc',
640 'test/views_test_base.h', 643 'test/views_test_base.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'sources/': [ 1105 'sources/': [
1103 # This is needed because the aura rule strips it from the default 1106 # This is needed because the aura rule strips it from the default
1104 # sources list. 1107 # sources list.
1105 ['include', '^../../content/app/startup_helper_win.cc'], 1108 ['include', '^../../content/app/startup_helper_win.cc'],
1106 ], 1109 ],
1107 }], 1110 }],
1108 ], 1111 ],
1109 }, # target_name: views_examples_with_content_exe 1112 }, # target_name: views_examples_with_content_exe
1110 ], 1113 ],
1111 } 1114 }
OLDNEW
« no previous file with comments | « ui/views/test/menu_runner_test_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698