| Index: mojo/public/interfaces/shell/BUILD.gn
|
| diff --git a/mojo/public/interfaces/service_provider/BUILD.gn b/mojo/public/interfaces/shell/BUILD.gn
|
| similarity index 80%
|
| copy from mojo/public/interfaces/service_provider/BUILD.gn
|
| copy to mojo/public/interfaces/shell/BUILD.gn
|
| index 990d3e9b6264ceac8ce9bc5e69e02dcf3db0bfd5..c11ae70a311389cec1c7e00da4de5ddc7e4de2df 100644
|
| --- a/mojo/public/interfaces/service_provider/BUILD.gn
|
| +++ b/mojo/public/interfaces/shell/BUILD.gn
|
| @@ -4,8 +4,8 @@
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| -mojom("service_provider") {
|
| +mojom("shell") {
|
| sources = [
|
| - "service_provider.mojom",
|
| + "shell.mojom",
|
| ]
|
| }
|
|
|