| 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" ]
|
| - }
|
| -}
|
|
|