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

Unified Diff: extensions/browser/BUILD.gn

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: Used %u instead of %zu for printf format string (%zu crashed Windows) 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
« no previous file with comments | « no previous file | extensions/browser/api/cast_channel/cast_channel_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index e71d5f5b1dee2a813801272fb2cb6221d436735a..0b7e06229c9417c961bb81a590e720aab843f0d7 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -91,6 +91,8 @@ source_set("browser") {
"api/cast_channel/cast_message_util.h",
"api/cast_channel/cast_socket.cc",
"api/cast_channel/cast_socket.h",
+ "api/cast_channel/cast_transport.cc",
+ "api/cast_channel/cast_transport.h",
"api/cast_channel/logger.cc",
"api/cast_channel/logger.h",
"api/cast_channel/logger_util.cc",
« no previous file with comments | « no previous file | extensions/browser/api/cast_channel/cast_channel_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698