| Index: services/ui/ws/BUILD.gn
|
| diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
|
| index ac4b8ec5d991b9484e5c002e71b77b53532af4ef..ce95c079ea1a304547660fc0ac62fc5de88cd383 100644
|
| --- a/services/ui/ws/BUILD.gn
|
| +++ b/services/ui/ws/BUILD.gn
|
| @@ -202,8 +202,6 @@ group("tests") {
|
|
|
| test("mus_ws_unittests") {
|
| sources = [
|
| - # TODO(fsamuel): Move this test with DisplayCompositor. crbug.com/670454
|
| - "../surfaces/display_compositor_unittest.cc",
|
| "cursor_unittest.cc",
|
| "display_unittest.cc",
|
| "drag_controller_unittest.cc",
|
| @@ -259,9 +257,6 @@ test("mus_ws_unittests") {
|
| "//ui/gl",
|
| ]
|
|
|
| - # TODO(fsamuel): Remove this dep. crbug.com/670454
|
| - deps += [ "//services/ui/surfaces" ]
|
| -
|
| data_deps = [
|
| ":mus_ws_unittests_app_manifest",
|
| ]
|
|
|