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

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

Issue 1629403004: Remove all descendant views from AXAuraObjCache when a view is removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only compile unit tests on aura platforms Created 4 years, 10 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
« no previous file with comments | « ui/views/accessibility/ax_widget_obj_wrapper.cc ('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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'widget/widget_unittest.cc', 595 'widget/widget_unittest.cc',
596 'widget/window_reorderer_unittest.cc', 596 'widget/window_reorderer_unittest.cc',
597 'window/custom_frame_view_unittest.cc', 597 'window/custom_frame_view_unittest.cc',
598 'window/dialog_client_view_unittest.cc', 598 'window/dialog_client_view_unittest.cc',
599 'window/dialog_delegate_unittest.cc', 599 'window/dialog_delegate_unittest.cc',
600 ], 600 ],
601 'views_unittests_desktop_sources': [ 601 'views_unittests_desktop_sources': [
602 'widget/desktop_widget_unittest.cc', 602 'widget/desktop_widget_unittest.cc',
603 ], 603 ],
604 'views_unittests_aura_sources': [ 604 'views_unittests_aura_sources': [
605 'accessibility/ax_aura_obj_cache_unittest.cc',
605 'controls/native/native_view_host_aura_unittest.cc', 606 'controls/native/native_view_host_aura_unittest.cc',
606 'corewm/tooltip_controller_unittest.cc', 607 'corewm/tooltip_controller_unittest.cc',
607 'touchui/touch_selection_controller_impl_unittest.cc', 608 'touchui/touch_selection_controller_impl_unittest.cc',
608 'touchui/touch_selection_menu_runner_views_unittest.cc', 609 'touchui/touch_selection_menu_runner_views_unittest.cc',
609 'view_unittest_aura.cc', 610 'view_unittest_aura.cc',
610 'widget/native_widget_aura_unittest.cc', 611 'widget/native_widget_aura_unittest.cc',
611 ], 612 ],
612 'views_unittests_desktop_aura_sources': [ 613 'views_unittests_desktop_aura_sources': [
613 'widget/desktop_aura/desktop_focus_rules_unittest.cc', 614 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
614 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 615 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 '../aura/aura.gyp:aura', 974 '../aura/aura.gyp:aura',
974 '../wm/wm.gyp:wm', 975 '../wm/wm.gyp:wm',
975 ], 976 ],
976 }], 977 }],
977 ], 978 ],
978 }, # target_name: macviews_interactive_ui_tests 979 }, # target_name: macviews_interactive_ui_tests
979 ], # targets 980 ], # targets
980 }], 981 }],
981 ], # conditions 982 ], # conditions
982 } 983 }
OLDNEW
« no previous file with comments | « ui/views/accessibility/ax_widget_obj_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698