| Index: extensions/browser/api/sockets_tcp/BUILD.gn
|
| diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/sockets_tcp/BUILD.gn
|
| similarity index 51%
|
| copy from components/physical_web/webui/BUILD.gn
|
| copy to extensions/browser/api/sockets_tcp/BUILD.gn
|
| index f3d6432dd2b700c0f266293e7ce3eef7ca158809..0a3c587c234a04977a86829f3a5b4dbb9cfaee57 100644
|
| --- a/components/physical_web/webui/BUILD.gn
|
| +++ b/extensions/browser/api/sockets_tcp/BUILD.gn
|
| @@ -2,13 +2,15 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("webui") {
|
| +source_set("sockets_tcp") {
|
| sources = [
|
| - "physical_web_ui_constants.cc",
|
| - "physical_web_ui_constants.h",
|
| + "sockets_tcp_api.cc",
|
| + "sockets_tcp_api.h",
|
| + "tcp_socket_event_dispatcher.cc",
|
| + "tcp_socket_event_dispatcher.h",
|
| ]
|
|
|
| deps = [
|
| - "//base",
|
| + "//extensions/common/api",
|
| ]
|
| }
|
|
|