| Index: services/shell/public/cpp/tests/BUILD.gn
|
| diff --git a/services/shell/public/cpp/tests/BUILD.gn b/services/shell/public/cpp/tests/BUILD.gn
|
| deleted file mode 100644
|
| index 368874210b6b955e94417be79a1bb87bc7d7f0f6..0000000000000000000000000000000000000000
|
| --- a/services/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",
|
| - "//services/shell/public/cpp",
|
| - "//testing/gtest",
|
| - ]
|
| -}
|
|
|