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

Unified Diff: ash/ash.gyp

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix bookmarks interactive tests since now that DRWHW::GetLocationOnNativeScreen is fixed ui_control… Created 8 years 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.cc » ('j') | ash/drag_drop/drag_drop_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
===================================================================
--- ash/ash.gyp (revision 171535)
+++ ash/ash.gyp (working copy)
@@ -600,8 +600,10 @@
],
}],
['OS=="win"', {
- # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
'sources/': [
+ # TODO(win_ash): implement DragDropController::StartDragAndDrop
+ ['exclude', 'drag_drop/drag_drop_controller_unittest.cc'],
+ # TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
['exclude', 'focus_cycler_unittest.cc'],
],
}],
« no previous file with comments | « no previous file | ash/drag_drop/drag_drop_controller.cc » ('j') | ash/drag_drop/drag_drop_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698