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

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: Address review comments. 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'layout/grid_layout_unittest.cc', 624 'layout/grid_layout_unittest.cc',
625 'rect_based_targeting_utils_unittest.cc', 625 'rect_based_targeting_utils_unittest.cc',
626 'run_all_unittests_main.cc', 626 'run_all_unittests_main.cc',
627 'style/mac/dialog_button_border_mac_unittest.cc', 627 'style/mac/dialog_button_border_mac_unittest.cc',
628 'view_model_unittest.cc', 628 'view_model_unittest.cc',
629 'view_model_utils_unittest.cc', 629 'view_model_utils_unittest.cc',
630 'view_targeter_unittest.cc', 630 'view_targeter_unittest.cc',
631 'view_unittest.cc', 631 'view_unittest.cc',
632 'views_test_suite.cc', 632 'views_test_suite.cc',
633 'views_test_suite.h', 633 'views_test_suite.h',
634 'widget/native_widget_mac_accessibility_unittest.mm',
634 'widget/native_widget_mac_unittest.mm', 635 'widget/native_widget_mac_unittest.mm',
635 'widget/native_widget_unittest.cc', 636 'widget/native_widget_unittest.cc',
636 'widget/root_view_unittest.cc', 637 'widget/root_view_unittest.cc',
637 'widget/widget_unittest.cc', 638 'widget/widget_unittest.cc',
638 'widget/window_reorderer_unittest.cc', 639 'widget/window_reorderer_unittest.cc',
639 'window/custom_frame_view_unittest.cc', 640 'window/custom_frame_view_unittest.cc',
640 'window/dialog_client_view_unittest.cc', 641 'window/dialog_client_view_unittest.cc',
641 'window/dialog_delegate_unittest.cc', 642 'window/dialog_delegate_unittest.cc',
642 ], 643 ],
643 'views_unittests_desktop_sources': [ 644 'views_unittests_desktop_sources': [
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 '../aura/aura.gyp:aura', 1044 '../aura/aura.gyp:aura',
1044 '../wm/wm.gyp:wm', 1045 '../wm/wm.gyp:wm',
1045 ], 1046 ],
1046 }], 1047 }],
1047 ], 1048 ],
1048 }, # target_name: macviews_interactive_ui_tests 1049 }, # target_name: macviews_interactive_ui_tests
1049 ], # targets 1050 ], # targets
1050 }], 1051 }],
1051 ], # conditions 1052 ], # conditions
1052 } 1053 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698