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

Unified Diff: components/mus/public/cpp/tests/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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: components/mus/public/cpp/tests/BUILD.gn
diff --git a/components/mus/public/cpp/tests/BUILD.gn b/components/mus/public/cpp/tests/BUILD.gn
deleted file mode 100644
index e5f756f0726cacb6100efbdf2c0aadd764c60a84..0000000000000000000000000000000000000000
--- a/components/mus/public/cpp/tests/BUILD.gn
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/ui.gni")
-import("//testing/test.gni")
-
-source_set("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",
- "//components/mus/public/cpp",
- "//testing/gtest",
- "//ui/display",
- "//ui/gfx/geometry/mojo",
- ]
-}
-
-source_set("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",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//services/shell/public/cpp:shell_test_support",
- "//services/shell/public/cpp:sources",
- "//testing/gtest",
- "//ui/gl",
- ]
-}
-
-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",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//mojo/common:common_base",
- "//mojo/edk/system",
- "//mojo/public/cpp/system",
- "//services/shell/public/cpp",
- "//testing/gtest",
- "//ui/events",
- "//ui/gfx:test_support",
- "//ui/gfx/geometry",
- "//ui/gfx/geometry/mojo",
- ]
-
- if (use_x11) {
- deps += [ "//ui/gfx/x" ]
- }
-}
« no previous file with comments | « components/mus/public/cpp/scoped_window_ptr.h ('k') | components/mus/public/cpp/tests/property_type_converters_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698