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

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

Issue 23441024: Implement put_accvalue for textfields and location bar. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Switch to WeakPtrFactory Created 7 years, 3 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
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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 '../ui.gyp:ui', 689 '../ui.gyp:ui',
690 '../ui.gyp:ui_resources', 690 '../ui.gyp:ui_resources',
691 '../ui.gyp:ui_test_support', 691 '../ui.gyp:ui_test_support',
692 'views', 692 'views',
693 'views_test_support', 693 'views_test_support',
694 ], 694 ],
695 'include_dirs': [ 695 'include_dirs': [
696 '..', 696 '..',
697 ], 697 ],
698 'sources': [ 698 'sources': [
699 'accessibility/native_view_accessibility_win_unittest.cc',
699 'accessible_pane_view_unittest.cc', 700 'accessible_pane_view_unittest.cc',
700 'animation/bounds_animator_unittest.cc', 701 'animation/bounds_animator_unittest.cc',
701 'bubble/bubble_border_unittest.cc', 702 'bubble/bubble_border_unittest.cc',
702 'bubble/bubble_delegate_unittest.cc', 703 'bubble/bubble_delegate_unittest.cc',
703 'bubble/bubble_frame_view_unittest.cc', 704 'bubble/bubble_frame_view_unittest.cc',
704 'controls/button/custom_button_unittest.cc', 705 'controls/button/custom_button_unittest.cc',
705 'controls/button/image_button_unittest.cc', 706 'controls/button/image_button_unittest.cc',
706 'controls/button/label_button_unittest.cc', 707 'controls/button/label_button_unittest.cc',
707 'controls/combobox/native_combobox_views_unittest.cc', 708 'controls/combobox/native_combobox_views_unittest.cc',
708 'controls/label_unittest.cc', 709 'controls/label_unittest.cc',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'sources/': [ 1059 'sources/': [
1059 # This is needed because the aura rule strips it from the default 1060 # This is needed because the aura rule strips it from the default
1060 # sources list. 1061 # sources list.
1061 ['include', '^../../content/app/startup_helper_win.cc'], 1062 ['include', '^../../content/app/startup_helper_win.cc'],
1062 ], 1063 ],
1063 }], 1064 }],
1064 ], 1065 ],
1065 }, # target_name: views_examples_with_content_exe 1066 }, # target_name: views_examples_with_content_exe
1066 ], 1067 ],
1067 } 1068 }
OLDNEW
« ui/views/controls/textfield/textfield.cc ('K') | « ui/views/controls/textfield/textfield.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698