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

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

Issue 1747803003: MacViews: Implement Tab Dragging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extract CocoaWindowMoveLoop, fix review issues. Created 4 years, 9 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'button_drag_utils.cc', 56 'button_drag_utils.cc',
57 'button_drag_utils.h', 57 'button_drag_utils.h',
58 'cocoa/bridged_content_view.h', 58 'cocoa/bridged_content_view.h',
59 'cocoa/bridged_content_view.mm', 59 'cocoa/bridged_content_view.mm',
60 'cocoa/bridged_native_widget.h', 60 'cocoa/bridged_native_widget.h',
61 'cocoa/bridged_native_widget.mm', 61 'cocoa/bridged_native_widget.mm',
62 'cocoa/bridged_native_widget_owner.h', 62 'cocoa/bridged_native_widget_owner.h',
63 'cocoa/cocoa_mouse_capture.h', 63 'cocoa/cocoa_mouse_capture.h',
64 'cocoa/cocoa_mouse_capture.mm', 64 'cocoa/cocoa_mouse_capture.mm',
65 'cocoa/cocoa_mouse_capture_delegate.h', 65 'cocoa/cocoa_mouse_capture_delegate.h',
66 'cocoa/cocoa_window_move_loop.h',
67 'cocoa/cocoa_window_move_loop.mm',
66 'cocoa/native_widget_mac_nswindow.h', 68 'cocoa/native_widget_mac_nswindow.h',
67 'cocoa/native_widget_mac_nswindow.mm', 69 'cocoa/native_widget_mac_nswindow.mm',
68 'cocoa/tooltip_manager_mac.h', 70 'cocoa/tooltip_manager_mac.h',
69 'cocoa/tooltip_manager_mac.mm', 71 'cocoa/tooltip_manager_mac.mm',
70 'cocoa/views_nswindow_delegate.h', 72 'cocoa/views_nswindow_delegate.h',
71 'cocoa/views_nswindow_delegate.mm', 73 'cocoa/views_nswindow_delegate.mm',
72 'cocoa/views_scrollbar_bridge.h', 74 'cocoa/views_scrollbar_bridge.h',
73 'cocoa/views_scrollbar_bridge.mm', 75 'cocoa/views_scrollbar_bridge.mm',
74 'cocoa/widget_owner_nswindow_adapter.h', 76 'cocoa/widget_owner_nswindow_adapter.h',
75 'cocoa/widget_owner_nswindow_adapter.mm', 77 'cocoa/widget_owner_nswindow_adapter.mm',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../aura/aura.gyp:aura', 1013 '../aura/aura.gyp:aura',
1012 '../wm/wm.gyp:wm', 1014 '../wm/wm.gyp:wm',
1013 ], 1015 ],
1014 }], 1016 }],
1015 ], 1017 ],
1016 }, # target_name: macviews_interactive_ui_tests 1018 }, # target_name: macviews_interactive_ui_tests
1017 ], # targets 1019 ], # targets
1018 }], 1020 }],
1019 ], # conditions 1021 ], # conditions
1020 } 1022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698