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

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

Issue 2559703003: Converts WindowTreeClientTest to be in terms of aura (Closed)
Patch Set: tweak 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
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index 404776610a4996abca4219d2286178cc1a332e68..4502f8efa4d0710b366962204b3db50345004df5 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -167,16 +167,28 @@ static_library("test_support") {
sources = [
"test_change_tracker.cc",
"test_change_tracker.h",
+ "window_server_service_test_base.cc",
+ "window_server_service_test_base.h",
+ "window_server_test_base.cc",
+ "window_server_test_base.h",
]
deps = [
"//base",
+ "//base/test:test_config",
"//mojo/common",
"//mojo/public/cpp/bindings:bindings",
+ "//services/service_manager/public/cpp:service_test_support",
+ "//services/service_manager/public/cpp:sources",
"//services/ui/common:mus_common",
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
+ "//testing/gtest",
+ "//ui/aura",
+ "//ui/display:test_support",
"//ui/gfx/geometry/mojo",
+ "//ui/gl",
+ "//ui/wm",
]
}
@@ -236,10 +248,11 @@ test("mus_ws_unittests") {
"//services/ui/common:task_runner_test_base",
"//services/ui/public/cpp",
"//services/ui/public/cpp:internal_or_test",
- "//services/ui/public/cpp/tests:test_support",
"//services/ui/public/interfaces",
"//testing/gtest",
"//third_party/mesa:osmesa",
+ "//ui/aura",
+ "//ui/aura:test_support",
"//ui/events",
"//ui/gfx",
"//ui/gfx:test_support",

Powered by Google App Engine
This is Rietveld 408576698