Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: components/cast_channel/BUILD.gn

Issue 2974523002: [cast_channel] Make CastSocketService a global leaky singleton (Closed)
Patch Set: merge with master Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/cast_channel/BUILD.gn
diff --git a/components/cast_channel/BUILD.gn b/components/cast_channel/BUILD.gn
index 71f791ed1be20e2950bb92eadca09706922d0888..a76687523b5a01a087d5b56d191ee1e78bcaa63f 100644
--- a/components/cast_channel/BUILD.gn
+++ b/components/cast_channel/BUILD.gn
@@ -16,8 +16,6 @@ static_library("cast_channel") {
"cast_socket.h",
"cast_socket_service.cc",
"cast_socket_service.h",
- "cast_socket_service_factory.cc",
- "cast_socket_service_factory.h",
"cast_transport.cc",
"cast_transport.h",
"keep_alive_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698