| 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'],
|
| ],
|
| }],
|
|
|