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

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

Issue 2061693003: MacViews: Suppress visibility changes during an asynchronous close. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Neater, but Linux, Windows disagree on WidgetTest.DesktopNativeWidgetVisibilityAfterCloseTest Created 4 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
« no previous file with comments | « ui/views/cocoa/views_nswindow_close_animator.mm ('k') | ui/views/widget/native_widget_mac.h » ('j') | 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'cocoa/drag_drop_client_mac.mm', 61 'cocoa/drag_drop_client_mac.mm',
62 'cocoa/cocoa_mouse_capture.h', 62 'cocoa/cocoa_mouse_capture.h',
63 'cocoa/cocoa_mouse_capture.mm', 63 'cocoa/cocoa_mouse_capture.mm',
64 'cocoa/cocoa_mouse_capture_delegate.h', 64 'cocoa/cocoa_mouse_capture_delegate.h',
65 'cocoa/cocoa_window_move_loop.h', 65 'cocoa/cocoa_window_move_loop.h',
66 'cocoa/cocoa_window_move_loop.mm', 66 'cocoa/cocoa_window_move_loop.mm',
67 'cocoa/native_widget_mac_nswindow.h', 67 'cocoa/native_widget_mac_nswindow.h',
68 'cocoa/native_widget_mac_nswindow.mm', 68 'cocoa/native_widget_mac_nswindow.mm',
69 'cocoa/tooltip_manager_mac.h', 69 'cocoa/tooltip_manager_mac.h',
70 'cocoa/tooltip_manager_mac.mm', 70 'cocoa/tooltip_manager_mac.mm',
71 'cocoa/views_nswindow_close_animator.h',
72 'cocoa/views_nswindow_close_animator.mm',
71 'cocoa/views_nswindow_delegate.h', 73 'cocoa/views_nswindow_delegate.h',
72 'cocoa/views_nswindow_delegate.mm', 74 'cocoa/views_nswindow_delegate.mm',
73 'cocoa/views_scrollbar_bridge.h', 75 'cocoa/views_scrollbar_bridge.h',
74 'cocoa/views_scrollbar_bridge.mm', 76 'cocoa/views_scrollbar_bridge.mm',
75 'cocoa/widget_owner_nswindow_adapter.h', 77 'cocoa/widget_owner_nswindow_adapter.h',
76 'cocoa/widget_owner_nswindow_adapter.mm', 78 'cocoa/widget_owner_nswindow_adapter.mm',
77 'color_chooser/color_chooser_listener.h', 79 'color_chooser/color_chooser_listener.h',
78 'color_chooser/color_chooser_view.cc', 80 'color_chooser/color_chooser_view.cc',
79 'color_chooser/color_chooser_view.h', 81 'color_chooser/color_chooser_view.h',
80 'context_menu_controller.h', 82 'context_menu_controller.h',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 '../aura/aura.gyp:aura', 1048 '../aura/aura.gyp:aura',
1047 '../wm/wm.gyp:wm', 1049 '../wm/wm.gyp:wm',
1048 ], 1050 ],
1049 }], 1051 }],
1050 ], 1052 ],
1051 }, # target_name: macviews_interactive_ui_tests 1053 }, # target_name: macviews_interactive_ui_tests
1052 ], # targets 1054 ], # targets
1053 }], 1055 }],
1054 ], # conditions 1056 ], # conditions
1055 } 1057 }
OLDNEW
« no previous file with comments | « ui/views/cocoa/views_nswindow_close_animator.mm ('k') | ui/views/widget/native_widget_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698