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

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

Issue 420653003: MacViews: Accessibility bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge accessibility_platform target to accessibility Created 6 years, 4 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/cocoa/bridged_content_view.mm ('k') | no next file » | 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 # 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'test/widget_test_aura.cc', 477 'test/widget_test_aura.cc',
478 'test/widget_test_mac.mm', 478 'test/widget_test_mac.mm',
479 'test/x11_property_change_waiter.cc', 479 'test/x11_property_change_waiter.cc',
480 'test/x11_property_change_waiter.h', 480 'test/x11_property_change_waiter.h',
481 ], 481 ],
482 'views_test_support_aura_sources': [ 482 'views_test_support_aura_sources': [
483 'corewm/tooltip_controller_test_helper.cc', 483 'corewm/tooltip_controller_test_helper.cc',
484 'corewm/tooltip_controller_test_helper.h', 484 'corewm/tooltip_controller_test_helper.h',
485 ], 485 ],
486 'views_unittests_sources': [ 486 'views_unittests_sources': [
487 'accessibility/native_view_accessibility_unittest.cc',
487 'accessibility/native_view_accessibility_win_unittest.cc', 488 'accessibility/native_view_accessibility_win_unittest.cc',
488 'accessible_pane_view_unittest.cc', 489 'accessible_pane_view_unittest.cc',
489 'animation/bounds_animator_unittest.cc', 490 'animation/bounds_animator_unittest.cc',
490 'bubble/bubble_border_unittest.cc', 491 'bubble/bubble_border_unittest.cc',
491 'bubble/bubble_delegate_unittest.cc', 492 'bubble/bubble_delegate_unittest.cc',
492 'bubble/bubble_frame_view_unittest.cc', 493 'bubble/bubble_frame_view_unittest.cc',
493 'bubble/bubble_window_targeter_unittest.cc', 494 'bubble/bubble_window_targeter_unittest.cc',
494 'cocoa/bridged_native_widget_unittest.mm', 495 'cocoa/bridged_native_widget_unittest.mm',
495 'controls/button/blue_button_unittest.cc', 496 'controls/button/blue_button_unittest.cc',
496 'controls/button/custom_button_unittest.cc', 497 'controls/button/custom_button_unittest.cc',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 '../aura/aura.gyp:aura', 872 '../aura/aura.gyp:aura',
872 '../wm/wm.gyp:wm', 873 '../wm/wm.gyp:wm',
873 ], 874 ],
874 }], 875 }],
875 ], 876 ],
876 }, # target_name: macviews_interactive_ui_tests 877 }, # target_name: macviews_interactive_ui_tests
877 ], # targets 878 ], # targets
878 }], 879 }],
879 ], # conditions 880 ], # conditions
880 } 881 }
OLDNEW
« no previous file with comments | « ui/views/cocoa/bridged_content_view.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698