Chromium Code Reviews| Index: services/ui/ws/BUILD.gn |
| diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn |
| index 0ab4f4a292d22a92c1f46872ab2b0782cce8a4d3..6633120037ee4bf0b40b68d7669a11d36d0dc51b 100644 |
| --- a/services/ui/ws/BUILD.gn |
| +++ b/services/ui/ws/BUILD.gn |
| @@ -18,6 +18,8 @@ static_library("lib") { |
| "animation_runner.cc", |
| "animation_runner.h", |
| "animation_runner_observer.h", |
| + "current_drag_operation.cc", |
| + "current_drag_operation.h", |
|
sky
2016/09/06 21:11:26
current_drag_operation_source.h= and drag_target_c
|
| "default_access_policy.cc", |
| "default_access_policy.h", |
| "display.cc", |
| @@ -195,6 +197,7 @@ group("tests") { |
| test("mus_ws_unittests") { |
| sources = [ |
| "animation_runner_unittest.cc", |
| + "current_drag_operation_unittest.cc", |
| "cursor_unittest.cc", |
| "display_unittest.cc", |
| "event_dispatcher_unittest.cc", |