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

Unified Diff: ui/views/views.gyp

Issue 1747803003: MacViews: Implement Tab Dragging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace GCD with DelegateSimpleThread, remove ConstrainToEnclosingRect function, cleanup code. Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 837d206dff4efedb78244cdfbeaa472411ff921e..e1a4f246fbf075c138bcc0fdbb38ac7d25e93bca 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -63,6 +63,8 @@
'cocoa/cocoa_mouse_capture.h',
'cocoa/cocoa_mouse_capture.mm',
'cocoa/cocoa_mouse_capture_delegate.h',
+ 'cocoa/cocoa_window_move_loop.h',
+ 'cocoa/cocoa_window_move_loop.mm',
'cocoa/native_widget_mac_nswindow.h',
'cocoa/native_widget_mac_nswindow.mm',
'cocoa/tooltip_manager_mac.h',

Powered by Google App Engine
This is Rietveld 408576698