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

Unified Diff: services/ui/public/cpp/tests/BUILD.gn

Issue 2559703003: Converts WindowTreeClientTest to be in terms of aura (Closed)
Patch Set: feedback 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/public/cpp/tests/BUILD.gn
diff --git a/services/ui/public/cpp/tests/BUILD.gn b/services/ui/public/cpp/tests/BUILD.gn
index 6bc6e6bef6b9ff2bcaddf55c6bd269362ce523e3..11e5a1d890acf72d54c64cec71db4c52ebe43d98 100644
--- a/services/ui/public/cpp/tests/BUILD.gn
+++ b/services/ui/public/cpp/tests/BUILD.gn
@@ -29,29 +29,6 @@ static_library("unittest_support") {
]
}
-static_library("test_support") {
- testonly = true
-
- sources = [
- "window_server_shelltest_base.cc",
- "window_server_shelltest_base.h",
- "window_server_test_base.cc",
- "window_server_test_base.h",
- ]
-
- deps = [
- "//base",
- "//base/test:test_config",
- "//services/service_manager/public/cpp:service_test_support",
- "//services/service_manager/public/cpp:sources",
- "//services/ui/common:mus_common",
- "//services/ui/public/cpp",
- "//testing/gtest",
- "//ui/display:test_support",
- "//ui/gl",
- ]
-}
-
test("mus_public_unittests") {
sources = [
"property_type_converters_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698