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

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

Issue 2651593002: mus: Remove the old client lib. (Closed)
Patch Set: restore test 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/public/cpp/scoped_window_ptr.cc ('k') | services/ui/public/cpp/tests/test_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11e5a1d890acf72d54c64cec71db4c52ebe43d98..559675dd95458a9907480768a0c27c0a0df63b2e 100644
--- a/services/ui/public/cpp/tests/BUILD.gn
+++ b/services/ui/public/cpp/tests/BUILD.gn
@@ -5,55 +5,23 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-static_library("unittest_support") {
- testonly = true
-
- sources = [
- "test_window.h",
- "test_window_tree.cc",
- "test_window_tree.h",
- "test_window_tree_client_setup.cc",
- "test_window_tree_client_setup.h",
- "window_tree_client_private.cc",
- "window_tree_client_private.h",
- ]
-
- deps = [
- "//base",
- "//services/ui/public/cpp",
- "//services/ui/public/cpp:internal_or_test",
- "//services/ui/public/interfaces",
- "//testing/gtest",
- "//ui/display",
- "//ui/gfx/geometry/mojo",
- ]
-}
-
test("mus_public_unittests") {
sources = [
"property_type_converters_unittest.cc",
"run_all_unittests.cc",
"window_server_test_suite.cc",
"window_server_test_suite.h",
- "window_tree_client_unittest.cc",
- "window_unittest.cc",
]
deps = [
- ":unittest_support",
"//base",
"//base/test:test_support",
"//mojo/common:common_base",
"//mojo/edk/system",
"//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
- "//services/ui/common:mus_common",
"//services/ui/public/cpp",
- "//services/ui/public/cpp:internal_or_test",
"//testing/gtest",
- "//ui/display:test_support",
- "//ui/events",
- "//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gfx/geometry/mojo",
]
« no previous file with comments | « services/ui/public/cpp/scoped_window_ptr.cc ('k') | services/ui/public/cpp/tests/test_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698