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

Unified Diff: services/ui/ws/BUILD.gn

Issue 2638833002: Moving temporary reference logic to SurfaceManager (Closed)
Patch Set: c Created 3 years, 11 months 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 | « services/ui/surfaces/display_compositor_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « services/ui/surfaces/display_compositor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698