| Index: extensions/browser/api/sockets_tcp/BUILD.gn
|
| diff --git a/components/leveldb/public/interfaces/BUILD.gn b/extensions/browser/api/sockets_tcp/BUILD.gn
|
| similarity index 51%
|
| copy from components/leveldb/public/interfaces/BUILD.gn
|
| copy to extensions/browser/api/sockets_tcp/BUILD.gn
|
| index 0b95cf4b365afc2bf68220e01f2eca7ac41d5b35..0a3c587c234a04977a86829f3a5b4dbb9cfaee57 100644
|
| --- a/components/leveldb/public/interfaces/BUILD.gn
|
| +++ b/extensions/browser/api/sockets_tcp/BUILD.gn
|
| @@ -2,14 +2,15 @@
|
| # 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("interfaces") {
|
| +source_set("sockets_tcp") {
|
| sources = [
|
| - "leveldb.mojom",
|
| + "sockets_tcp_api.cc",
|
| + "sockets_tcp_api.h",
|
| + "tcp_socket_event_dispatcher.cc",
|
| + "tcp_socket_event_dispatcher.h",
|
| ]
|
|
|
| deps = [
|
| - "//components/filesystem/public/interfaces",
|
| + "//extensions/common/api",
|
| ]
|
| }
|
|
|