Index: mojo/shell/public/cpp/tests/BUILD.gn |
diff --git a/mojo/shell/public/cpp/tests/BUILD.gn b/mojo/shell/public/cpp/tests/BUILD.gn |
deleted file mode 100644 |
index 7df8e360c12b2ca9c5fdba1e75b7f23bb7e13242..0000000000000000000000000000000000000000 |
--- a/mojo/shell/public/cpp/tests/BUILD.gn |
+++ /dev/null |
@@ -1,18 +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("//testing/test.gni") |
- |
-test("mojo_public_application_unittests") { |
- sources = [ |
- "interface_registry_unittest.cc", |
- ] |
- |
- deps = [ |
- "//base", |
- "//mojo/edk/test:run_all_unittests", |
- "//mojo/shell/public/cpp", |
- "//testing/gtest", |
- ] |
-} |