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

Unified Diff: extensions/extensions.gyp

Issue 505453002: Create dedicated class for handling wire message formatting and parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed include order Created 6 years, 4 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 f43aa1029903b8cebd78208496f6aad80f02927d..af4a3b8cf7539229691c7d52f3077d189eeff51d 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -298,6 +298,8 @@
'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_socket_framer.cc',
+ 'browser/api/cast_channel/cast_socket_framer.h',
'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