| Index: services/service_registry/BUILD.gn
|
| diff --git a/services/service_registry/BUILD.gn b/services/service_registry/BUILD.gn
|
| deleted file mode 100644
|
| index 57e0047cf312401dd11d9c40ce2714a76bb7f5c5..0000000000000000000000000000000000000000
|
| --- a/services/service_registry/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -# 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("//mojo/public/tools/bindings/mojom.gni")
|
| -
|
| -group("service_registry") {
|
| - deps = [
|
| - ":bindings",
|
| - ]
|
| -}
|
| -
|
| -mojom("bindings") {
|
| - sources = [
|
| - "service_registry.mojom",
|
| - ]
|
| -}
|
|
|