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

Unified Diff: services/ui/ws/mus_ws_unittests_app_manifest.json

Issue 2438193003: Migrate WindowServerTestBase to be a WM client. (Closed)
Patch Set: Created 4 years, 2 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
Index: services/ui/ws/mus_ws_unittests_app_manifest.json
diff --git a/services/ui/ws/mus_ws_unittests_app_manifest.json b/services/ui/ws/mus_ws_unittests_app_manifest.json
index 1f00e52645790ac6c9854e19badd8002a934f5f3..347e3b468204e00351204cb0cbbae62bb0b1587c 100644
--- a/services/ui/ws/mus_ws_unittests_app_manifest.json
+++ b/services/ui/ws/mus_ws_unittests_app_manifest.json
@@ -11,7 +11,10 @@
"requires": {
"*": [ "app" ],
"service:mus_ws_unittests_app": [ "ui:window_tree_client" ],
- "service:ui": [ "ui:window_tree_host_factory" ]
+ "service:ui": [
+ "ui:window_tree_host_factory",
+ "ui:window_manager"
+ ]
}
}
}
« no previous file with comments | « services/ui/public/cpp/tests/window_server_test_base.cc ('k') | services/ui/ws/user_display_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698