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

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

Issue 1146873002: [MacViews] Enable dragging a window by its caption/draggable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove CocoaNonClientDragMaskView, change BridgedContentView instead. Remove CGEventTap implementat… Created 5 years, 7 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 18 matching lines...) Expand all
29 'button_drag_utils.cc', 29 'button_drag_utils.cc',
30 'button_drag_utils.h', 30 'button_drag_utils.h',
31 'cocoa/bridged_content_view.h', 31 'cocoa/bridged_content_view.h',
32 'cocoa/bridged_content_view.mm', 32 'cocoa/bridged_content_view.mm',
33 'cocoa/bridged_native_widget.h', 33 'cocoa/bridged_native_widget.h',
34 'cocoa/bridged_native_widget.mm', 34 'cocoa/bridged_native_widget.mm',
35 'cocoa/bridged_native_widget_owner.h', 35 'cocoa/bridged_native_widget_owner.h',
36 'cocoa/cocoa_mouse_capture.h', 36 'cocoa/cocoa_mouse_capture.h',
37 'cocoa/cocoa_mouse_capture.mm', 37 'cocoa/cocoa_mouse_capture.mm',
38 'cocoa/cocoa_mouse_capture_delegate.h', 38 'cocoa/cocoa_mouse_capture_delegate.h',
39 'cocoa/cocoa_non_client_drag.h',
40 'cocoa/cocoa_non_client_drag.mm',
39 'cocoa/native_widget_mac_nswindow.h', 41 'cocoa/native_widget_mac_nswindow.h',
40 'cocoa/native_widget_mac_nswindow.mm', 42 'cocoa/native_widget_mac_nswindow.mm',
41 'cocoa/views_nswindow_delegate.h', 43 'cocoa/views_nswindow_delegate.h',
42 'cocoa/views_nswindow_delegate.mm', 44 'cocoa/views_nswindow_delegate.mm',
43 'cocoa/widget_owner_nswindow_adapter.h', 45 'cocoa/widget_owner_nswindow_adapter.h',
44 'cocoa/widget_owner_nswindow_adapter.mm', 46 'cocoa/widget_owner_nswindow_adapter.mm',
45 'color_chooser/color_chooser_listener.h', 47 'color_chooser/color_chooser_listener.h',
46 'color_chooser/color_chooser_view.cc', 48 'color_chooser/color_chooser_view.cc',
47 'color_chooser/color_chooser_view.h', 49 'color_chooser/color_chooser_view.h',
48 'color_constants.cc', 50 'color_constants.cc',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 '../aura/aura.gyp:aura', 929 '../aura/aura.gyp:aura',
928 '../wm/wm.gyp:wm', 930 '../wm/wm.gyp:wm',
929 ], 931 ],
930 }], 932 }],
931 ], 933 ],
932 }, # target_name: macviews_interactive_ui_tests 934 }, # target_name: macviews_interactive_ui_tests
933 ], # targets 935 ], # targets
934 }], 936 }],
935 ], # conditions 937 ], # conditions
936 } 938 }
OLDNEW
« ui/views/cocoa/cocoa_non_client_drag.mm ('K') | « ui/views/cocoa/views_nswindow_delegate.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698