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

Unified Diff: extensions/extensions.gyp

Issue 555283002: Create new class "CastTransport", which encapsulates the message read and write event loops. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit tests to CL Created 6 years, 3 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 609fe007224b20f9c4cebdc40ccbf70a8724c260..696167d78d70b63f782bbf7972b38309bc5264a3 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -341,10 +341,16 @@
'browser/api/cast_channel/cast_auth_util.h',
'browser/api/cast_channel/cast_channel_api.cc',
'browser/api/cast_channel/cast_channel_api.h',
+ 'browser/api/cast_channel/cast_framer.cc',
+ 'browser/api/cast_channel/cast_framer.h',
'browser/api/cast_channel/cast_message_util.cc',
'browser/api/cast_channel/cast_message_util.h',
'browser/api/cast_channel/cast_socket.cc',
'browser/api/cast_channel/cast_socket.h',
+ 'browser/api/cast_channel/cast_framer.cc',
+ 'browser/api/cast_channel/cast_framer.h',
+ 'browser/api/cast_channel/cast_transport.h',
+ 'browser/api/cast_channel/cast_transport.cc',
'browser/api/cast_channel/logger.cc',
'browser/api/cast_channel/logger.h',
'browser/api/cast_channel/logger_util.cc',

Powered by Google App Engine
This is Rietveld 408576698