Index: components/mus/test_wm/BUILD.gn |
diff --git a/components/mus/test_wm/BUILD.gn b/components/mus/test_wm/BUILD.gn |
deleted file mode 100644 |
index 92c2c9292f882bc2ab18be8c0c5bdc8cba543777..0000000000000000000000000000000000000000 |
--- a/components/mus/test_wm/BUILD.gn |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-# Copyright 2016 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("//mojo/public/mojo_application.gni") |
-import("//mojo/public/mojo_application_manifest.gni") |
- |
-mojo_native_application("test_wm") { |
- sources = [ |
- "test_wm.cc", |
- ] |
- |
- deps = [ |
- "//base", |
- "//components/mus/public/cpp", |
- "//components/mus/public/interfaces", |
- "//services/shell/public/cpp", |
- "//ui/display/mojo", |
- "//ui/gfx/geometry/mojo", |
- ] |
- |
- data_deps = [ |
- ":manifest", |
- "//components/mus", |
- ] |
-} |
- |
-mojo_application_manifest("manifest") { |
- application_name = "test_wm" |
- source = "manifest.json" |
-} |