diff options
Diffstat (limited to 'mojo/public')
-rw-r--r-- | mojo/public/interfaces/interface_provider/BUILD.gn | 11 | ||||
-rw-r--r-- | mojo/public/interfaces/interface_provider/interface_provider.mojom | 12 | ||||
-rw-r--r-- | mojo/public/interfaces/shell/BUILD.gn | 11 |
3 files changed, 0 insertions, 34 deletions
diff --git a/mojo/public/interfaces/interface_provider/BUILD.gn b/mojo/public/interfaces/interface_provider/BUILD.gn deleted file mode 100644 index 55d5b0a..0000000 --- a/mojo/public/interfaces/interface_provider/BUILD.gn +++ /dev/null @@ -1,11 +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("//mojo/public/tools/bindings/mojom.gni") - -mojom("interface_provider") { - sources = [ - "interface_provider.mojom", - ] -} diff --git a/mojo/public/interfaces/interface_provider/interface_provider.mojom b/mojo/public/interfaces/interface_provider/interface_provider.mojom deleted file mode 100644 index 91e3281..0000000 --- a/mojo/public/interfaces/interface_provider/interface_provider.mojom +++ /dev/null @@ -1,12 +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. - -module mojo { - -[Client=IInterfaceProvider] -interface IInterfaceProvider { - GetInterface(string name, handle<message_pipe> client_handle); -}; - -} diff --git a/mojo/public/interfaces/shell/BUILD.gn b/mojo/public/interfaces/shell/BUILD.gn deleted file mode 100644 index c11ae70..0000000 --- a/mojo/public/interfaces/shell/BUILD.gn +++ /dev/null @@ -1,11 +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("//mojo/public/tools/bindings/mojom.gni") - -mojom("shell") { - sources = [ - "shell.mojom", - ] -} |