| Index: components/mus/common/BUILD.gn
|
| diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
|
| index 5077639c57b5dbde10c407d99724cdeecb6e924d..d0cc5d7152c9284f9d0b169e5c9a37aa093e101a 100644
|
| --- a/components/mus/common/BUILD.gn
|
| +++ b/components/mus/common/BUILD.gn
|
| @@ -1,17 +1,11 @@
|
| # Copyright 2015 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("//testing/test.gni")
|
|
|
| source_set("common") {
|
| sources = [
|
| "args.cc",
|
| "args.h",
|
| - "event_param_traits.cc",
|
| - "event_param_traits.h",
|
| - "event_param_traits_macros.h",
|
| - "mus_ipc_export.h",
|
| "transient_window_utils.h",
|
| "types.h",
|
| "util.h",
|
| @@ -19,26 +13,5 @@
|
| ]
|
| deps = [
|
| "//components/mus/public/interfaces",
|
| - "//ipc:ipc",
|
| - "//ui/events:events",
|
| - "//ui/gfx/ipc",
|
| ]
|
| }
|
| -
|
| -test("mus_common_unittests") {
|
| - sources = [
|
| - "event_param_traits_unittest.cc",
|
| - ]
|
| - deps = [
|
| - ":common",
|
| - "//base",
|
| - "//base/test:run_all_unittests",
|
| - "//base/test:test_config",
|
| - "//ipc:ipc",
|
| - "//mojo/edk/test:test_support",
|
| - "//testing/gtest",
|
| - "//ui/events:events",
|
| - "//ui/gfx:test_support",
|
| - "//ui/gfx/ipc",
|
| - ]
|
| -}
|
|
|