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

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

Issue 2520513002: Add DisplayCompositorTest. (Closed)
Patch Set: Add non-exported base. Created 4 years 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 deca343d5ff0913bf61542c67c8d603cbf294b33..6671c95a0e29d35f37c444ca6851e11d8e60dfc7 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -197,6 +197,8 @@ group("tests") {
test("mus_ws_unittests") {
sources = [
+ # TODO(fsamuel): Move this test with DisplayCompositor. crbug.com/670454
+ "../surfaces/display_compositor_unittest.cc",
"animation_runner_unittest.cc",
"cursor_unittest.cc",
"display_unittest.cc",
@@ -253,6 +255,9 @@ test("mus_ws_unittests") {
"//ui/gl",
]
+ # TODO(fsamuel): Remove this dep. crbug.com/670454
+ deps += [ "//services/ui/surfaces" ]
+
if (use_x11) {
deps += [ "//tools/xdisplaycheck" ]
}
« 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