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

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

Issue 135863002: Reland Merge NativeTextfieldViews into views::Textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle Ctrl-Shift-Delete and Backspace on Linux, like on ChromeOS. Created 6 years, 11 months 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.h » ('j') | 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'controls/tabbed_pane/tabbed_pane.h', 210 'controls/tabbed_pane/tabbed_pane.h',
211 'controls/tabbed_pane/tabbed_pane_listener.h', 211 'controls/tabbed_pane/tabbed_pane_listener.h',
212 'controls/table/table_header.cc', 212 'controls/table/table_header.cc',
213 'controls/table/table_header.h', 213 'controls/table/table_header.h',
214 'controls/table/table_utils.cc', 214 'controls/table/table_utils.cc',
215 'controls/table/table_utils.h', 215 'controls/table/table_utils.h',
216 'controls/table/table_view.cc', 216 'controls/table/table_view.cc',
217 'controls/table/table_view.h', 217 'controls/table/table_view.h',
218 'controls/table/table_view_observer.h', 218 'controls/table/table_view_observer.h',
219 'controls/table/table_view_row_background_painter.h', 219 'controls/table/table_view_row_background_painter.h',
220 'controls/textfield/native_textfield_views.cc',
221 'controls/textfield/native_textfield_views.h',
222 'controls/textfield/textfield.cc', 220 'controls/textfield/textfield.cc',
223 'controls/textfield/textfield.h', 221 'controls/textfield/textfield.h',
224 'controls/textfield/textfield_controller.cc', 222 'controls/textfield/textfield_controller.cc',
225 'controls/textfield/textfield_controller.h', 223 'controls/textfield/textfield_controller.h',
226 'controls/textfield/textfield_views_model.cc', 224 'controls/textfield/textfield_views_model.cc',
227 'controls/textfield/textfield_views_model.h', 225 'controls/textfield/textfield_views_model.h',
228 'controls/throbber.cc', 226 'controls/throbber.cc',
229 'controls/throbber.h', 227 'controls/throbber.h',
230 'controls/tree/tree_view.cc', 228 'controls/tree/tree_view.cc',
231 'controls/tree/tree_view.h', 229 'controls/tree/tree_view.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'controls/scrollbar/scrollbar_unittest.cc', 752 'controls/scrollbar/scrollbar_unittest.cc',
755 'controls/scroll_view_unittest.cc', 753 'controls/scroll_view_unittest.cc',
756 'controls/single_split_view_unittest.cc', 754 'controls/single_split_view_unittest.cc',
757 'controls/slider_unittest.cc', 755 'controls/slider_unittest.cc',
758 'controls/styled_label_unittest.cc', 756 'controls/styled_label_unittest.cc',
759 'controls/tabbed_pane/tabbed_pane_unittest.cc', 757 'controls/tabbed_pane/tabbed_pane_unittest.cc',
760 'controls/table/table_utils_unittest.cc', 758 'controls/table/table_utils_unittest.cc',
761 'controls/table/table_view_unittest.cc', 759 'controls/table/table_view_unittest.cc',
762 'controls/table/test_table_model.cc', 760 'controls/table/test_table_model.cc',
763 'controls/table/test_table_model.h', 761 'controls/table/test_table_model.h',
764 'controls/textfield/native_textfield_views_unittest.cc', 762 'controls/textfield/textfield_unittest.cc',
765 'controls/textfield/textfield_views_model_unittest.cc', 763 'controls/textfield/textfield_views_model_unittest.cc',
766 'controls/tree/tree_view_unittest.cc', 764 'controls/tree/tree_view_unittest.cc',
767 'corewm/capture_controller_unittest.cc', 765 'corewm/capture_controller_unittest.cc',
768 'corewm/compound_event_filter_unittest.cc', 766 'corewm/compound_event_filter_unittest.cc',
769 'corewm/cursor_manager_unittest.cc', 767 'corewm/cursor_manager_unittest.cc',
770 'corewm/focus_controller_unittest.cc', 768 'corewm/focus_controller_unittest.cc',
771 'corewm/image_grid_unittest.cc', 769 'corewm/image_grid_unittest.cc',
772 'corewm/input_method_event_filter_unittest.cc', 770 'corewm/input_method_event_filter_unittest.cc',
773 'corewm/shadow_controller_unittest.cc', 771 'corewm/shadow_controller_unittest.cc',
774 'corewm/tooltip_aura_unittest.cc', 772 'corewm/tooltip_aura_unittest.cc',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'sources/': [ 1127 'sources/': [
1130 # This is needed because the aura rule strips it from the default 1128 # This is needed because the aura rule strips it from the default
1131 # sources list. 1129 # sources list.
1132 ['include', '^../../content/app/startup_helper_win.cc'], 1130 ['include', '^../../content/app/startup_helper_win.cc'],
1133 ], 1131 ],
1134 }], 1132 }],
1135 ], 1133 ],
1136 }, # target_name: views_examples_with_content_exe 1134 }, # target_name: views_examples_with_content_exe
1137 ], 1135 ],
1138 } 1136 }
OLDNEW
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698