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

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: sky's review (4) 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
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'controls/button/menu_button.cc', 89 'controls/button/menu_button.cc',
90 'controls/button/menu_button.h', 90 'controls/button/menu_button.h',
91 'controls/button/menu_button_listener.h', 91 'controls/button/menu_button_listener.h',
92 'controls/button/radio_button.cc', 92 'controls/button/radio_button.cc',
93 'controls/button/radio_button.h', 93 'controls/button/radio_button.h',
94 'controls/button/text_button.cc', 94 'controls/button/text_button.cc',
95 'controls/button/text_button.h', 95 'controls/button/text_button.h',
96 'controls/combobox/combobox.cc', 96 'controls/combobox/combobox.cc',
97 'controls/combobox/combobox.h', 97 'controls/combobox/combobox.h',
98 'controls/combobox/combobox_listener.h', 98 'controls/combobox/combobox_listener.h',
99 'controls/combobox/combobox_menu_runner.h',
99 'controls/focusable_border.cc', 100 'controls/focusable_border.cc',
100 'controls/focusable_border.h', 101 'controls/focusable_border.h',
101 'controls/glow_hover_controller.cc', 102 'controls/glow_hover_controller.cc',
102 'controls/glow_hover_controller.h', 103 'controls/glow_hover_controller.h',
103 'controls/image_view.cc', 104 'controls/image_view.cc',
104 'controls/image_view.h', 105 'controls/image_view.h',
105 'controls/label.cc', 106 'controls/label.cc',
106 'controls/label.h', 107 'controls/label.h',
107 'controls/link.cc', 108 'controls/link.cc',
108 'controls/link.h', 109 'controls/link.h',
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'sources/': [ 1100 'sources/': [
1100 # This is needed because the aura rule strips it from the default 1101 # This is needed because the aura rule strips it from the default
1101 # sources list. 1102 # sources list.
1102 ['include', '^../../content/app/startup_helper_win.cc'], 1103 ['include', '^../../content/app/startup_helper_win.cc'],
1103 ], 1104 ],
1104 }], 1105 }],
1105 ], 1106 ],
1106 }, # target_name: views_examples_with_content_exe 1107 }, # target_name: views_examples_with_content_exe
1107 ], 1108 ],
1108 } 1109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698