Chromium Code Reviews| Index: ash/ash.gyp |
| =================================================================== |
| --- ash/ash.gyp (revision 171879) |
| +++ ash/ash.gyp (working copy) |
| @@ -603,8 +603,10 @@ |
| ], |
| }], |
| ['OS=="win"', { |
| + '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 |
| - 'sources/': [ |
| ['exclude', 'focus_cycler_unittest.cc'], |
| ], |
| }], |