| Index: ash/mus/BUILD.gn
|
| diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
|
| index 893c2aed5d9f29aeb29036325887ac2a90872340..b921bc58af26f0ecd485fad82f9322b13f81dd95 100644
|
| --- a/ash/mus/BUILD.gn
|
| +++ b/ash/mus/BUILD.gn
|
| @@ -213,8 +213,6 @@ source_set("unittests") {
|
| "accelerators/accelerator_controller_unittest.cc",
|
| "app_launch_unittest.cc",
|
| "bridge/wm_shell_mus_test_api.h",
|
| - "bridge/wm_window_mus_test_api.cc",
|
| - "bridge/wm_window_mus_test_api.h",
|
| "root_window_controller_unittest.cc",
|
| "test/ash_test_impl_mus.cc",
|
| "test/ash_test_impl_mus.h",
|
| @@ -231,6 +229,7 @@ source_set("unittests") {
|
| "//ash",
|
| "//ash/common/test:test_support",
|
| "//ash/public/interfaces",
|
| + "//ash/test:test_support_without_content",
|
| "//base",
|
| "//base/test:test_config",
|
| "//base/test:test_support",
|
|
|