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

Unified Diff: remoting/signaling/BUILD.gn

Issue 2805173005: Move SignalingAddress to remoting/signaling (Closed)
Patch Set: fix compilation on windows Created 3 years, 8 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 | « remoting/protocol/jingle_messages_unittest.cc ('k') | remoting/signaling/signaling_address.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/BUILD.gn
diff --git a/remoting/signaling/BUILD.gn b/remoting/signaling/BUILD.gn
index a7f5f738dbf44bcf3867dc3926d578b2b364ef40..224bd3f38f4e7790b49ed5fe5a4f69c8621c9cbd 100644
--- a/remoting/signaling/BUILD.gn
+++ b/remoting/signaling/BUILD.gn
@@ -17,6 +17,8 @@ static_library("signaling") {
"server_log_entry.cc",
"server_log_entry.h",
"signal_strategy.h",
+ "signaling_address.cc",
+ "signaling_address.h",
"xmpp_login_handler.cc",
"xmpp_login_handler.h",
"xmpp_signal_strategy.cc",
@@ -79,6 +81,7 @@ source_set("unit_tests") {
"push_notification_subscriber_unittest.cc",
"server_log_entry_unittest.cc",
"server_log_entry_unittest.h",
+ "signaling_address_unittest.cc",
"xmpp_login_handler_unittest.cc",
"xmpp_signal_strategy_unittest.cc",
"xmpp_stream_parser_unittest.cc",
« no previous file with comments | « remoting/protocol/jingle_messages_unittest.cc ('k') | remoting/signaling/signaling_address.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698