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

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

Issue 329463002: MacViews: Implement text input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 '..', 671 '..',
672 ], 672 ],
673 'sources': [ 673 'sources': [
674 'accessibility/native_view_accessibility_win_unittest.cc', 674 'accessibility/native_view_accessibility_win_unittest.cc',
675 'accessible_pane_view_unittest.cc', 675 'accessible_pane_view_unittest.cc',
676 'animation/bounds_animator_unittest.cc', 676 'animation/bounds_animator_unittest.cc',
677 'bubble/bubble_border_unittest.cc', 677 'bubble/bubble_border_unittest.cc',
678 'bubble/bubble_delegate_unittest.cc', 678 'bubble/bubble_delegate_unittest.cc',
679 'bubble/bubble_frame_view_unittest.cc', 679 'bubble/bubble_frame_view_unittest.cc',
680 'bubble/bubble_window_targeter_unittest.cc', 680 'bubble/bubble_window_targeter_unittest.cc',
681 'cocoa/text_input_unittest.mm',
tapted 2014/06/17 13:23:57 hm - where's 'cocoa/bridged_native_widget_unittest
Andre 2014/06/18 21:48:35 Done.
681 'controls/button/blue_button_unittest.cc', 682 'controls/button/blue_button_unittest.cc',
682 'controls/button/custom_button_unittest.cc', 683 'controls/button/custom_button_unittest.cc',
683 'controls/button/image_button_unittest.cc', 684 'controls/button/image_button_unittest.cc',
684 'controls/button/label_button_unittest.cc', 685 'controls/button/label_button_unittest.cc',
685 'controls/button/menu_button_unittest.cc', 686 'controls/button/menu_button_unittest.cc',
686 'controls/combobox/combobox_unittest.cc', 687 'controls/combobox/combobox_unittest.cc',
687 'controls/label_unittest.cc', 688 'controls/label_unittest.cc',
688 'controls/menu/menu_model_adapter_unittest.cc', 689 'controls/menu/menu_model_adapter_unittest.cc',
689 'controls/menu/menu_controller_unittest.cc', 690 'controls/menu/menu_controller_unittest.cc',
690 'controls/native/native_view_host_aura_unittest.cc', 691 'controls/native/native_view_host_aura_unittest.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 'focus/focus_manager_unittest.cc', 810 'focus/focus_manager_unittest.cc',
810 'widget/window_reorderer_unittest.cc', 811 'widget/window_reorderer_unittest.cc',
811 'widget/widget_unittest.cc', 812 'widget/widget_unittest.cc',
812 'view_unittest.cc', 813 'view_unittest.cc',
813 ] 814 ]
814 }], 815 }],
815 ], 816 ],
816 }, # target_name: views_unittests 817 }, # target_name: views_unittests
817 ], 818 ],
818 } 819 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698