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

Unified Diff: extensions/browser/api/cast_channel/BUILD.gn

Issue 2913033003: [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: fix buildbot compile errors Created 3 years, 6 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
« no previous file with comments | « extensions/browser/api/BUILD.gn ('k') | extensions/browser/api/cast_channel/cast_auth_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/cast_channel/BUILD.gn
diff --git a/extensions/browser/api/cast_channel/BUILD.gn b/extensions/browser/api/cast_channel/BUILD.gn
index 6ec14193fa09e71bdaa862f390e0b7ff1838284f..2f0f9d18e9fad99f42aa073ae5ffc2bfd36abadd 100644
--- a/extensions/browser/api/cast_channel/BUILD.gn
+++ b/extensions/browser/api/cast_channel/BUILD.gn
@@ -4,35 +4,18 @@
source_set("cast_channel") {
sources = [
- "cast_auth_util.cc",
- "cast_auth_util.h",
"cast_channel_api.cc",
"cast_channel_api.h",
"cast_channel_enum_util.cc",
"cast_channel_enum_util.h",
- "cast_framer.cc",
- "cast_framer.h",
"cast_message_util.cc",
"cast_message_util.h",
- "cast_socket.cc",
- "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",
- "keep_alive_delegate.h",
- "logger.cc",
- "logger.h",
]
deps = [
"//base",
"//components/cast_channel",
"//extensions/common/api",
- "//extensions/common/api/cast_channel:cast_channel_proto",
"//net",
]
« no previous file with comments | « extensions/browser/api/BUILD.gn ('k') | extensions/browser/api/cast_channel/cast_auth_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698