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

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

Issue 2016243002: Mac a11y: Add RoleDescription and Value attributes to accessibility information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TODO for comparing against Cocoa. Created 4 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
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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 'layout/grid_layout_unittest.cc', 620 'layout/grid_layout_unittest.cc',
621 'rect_based_targeting_utils_unittest.cc', 621 'rect_based_targeting_utils_unittest.cc',
622 'run_all_unittests_main.cc', 622 'run_all_unittests_main.cc',
623 'style/mac/dialog_button_border_mac_unittest.cc', 623 'style/mac/dialog_button_border_mac_unittest.cc',
624 'view_model_unittest.cc', 624 'view_model_unittest.cc',
625 'view_model_utils_unittest.cc', 625 'view_model_utils_unittest.cc',
626 'view_targeter_unittest.cc', 626 'view_targeter_unittest.cc',
627 'view_unittest.cc', 627 'view_unittest.cc',
628 'views_test_suite.cc', 628 'views_test_suite.cc',
629 'views_test_suite.h', 629 'views_test_suite.h',
630 'widget/native_widget_mac_accessibility_unittest.mm',
630 'widget/native_widget_mac_unittest.mm', 631 'widget/native_widget_mac_unittest.mm',
631 'widget/native_widget_unittest.cc', 632 'widget/native_widget_unittest.cc',
632 'widget/root_view_unittest.cc', 633 'widget/root_view_unittest.cc',
633 'widget/widget_unittest.cc', 634 'widget/widget_unittest.cc',
634 'widget/window_reorderer_unittest.cc', 635 'widget/window_reorderer_unittest.cc',
635 'window/custom_frame_view_unittest.cc', 636 'window/custom_frame_view_unittest.cc',
636 'window/dialog_client_view_unittest.cc', 637 'window/dialog_client_view_unittest.cc',
637 'window/dialog_delegate_unittest.cc', 638 'window/dialog_delegate_unittest.cc',
638 ], 639 ],
639 'views_unittests_desktop_sources': [ 640 'views_unittests_desktop_sources': [
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 '../aura/aura.gyp:aura', 1040 '../aura/aura.gyp:aura',
1040 '../wm/wm.gyp:wm', 1041 '../wm/wm.gyp:wm',
1041 ], 1042 ],
1042 }], 1043 }],
1043 ], 1044 ],
1044 }, # target_name: macviews_interactive_ui_tests 1045 }, # target_name: macviews_interactive_ui_tests
1045 ], # targets 1046 ], # targets
1046 }], 1047 }],
1047 ], # conditions 1048 ], # conditions
1048 } 1049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698