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

Unified Diff: ash/ash.gyp

Issue 10855159: Support Drag and Drop across displays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable DragDropTrackerTest on Win Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/drag_drop/drag_drop_controller.h » ('j') | ash/drag_drop/drag_drop_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index ea1f9442542b43467b75d93bc2121778eb9d7c87..52ae1bd4849ec43e85c9c559ddbc89361fadcddf 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -80,6 +80,8 @@
'display/secondary_display_view.h',
'drag_drop/drag_drop_controller.cc',
'drag_drop/drag_drop_controller.h',
+ 'drag_drop/drag_drop_tracker.cc',
+ 'drag_drop/drag_drop_tracker.h',
'drag_drop/drag_image_view.cc',
'drag_drop/drag_image_view.h',
'event_rewriter_delegate.h',
@@ -425,6 +427,7 @@
'display/display_controller_unittest.cc',
'display/multi_display_manager_unittest.cc',
'drag_drop/drag_drop_controller_unittest.cc',
+ 'drag_drop/drag_drop_tracker_unittest.cc',
'extended_desktop_unittest.cc',
'focus_cycler_unittest.cc',
'launcher/launcher_context_menu_unittest.cc',
« no previous file with comments | « no previous file | ash/drag_drop/drag_drop_controller.h » ('j') | ash/drag_drop/drag_drop_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698