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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2417913002: Process incoming IQs in the same order that they were sent. (Closed)
Patch Set: Created 4 years, 2 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 | remoting/protocol/jingle_session.h » ('j') | remoting/protocol/jingle_session_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 6a4d62e809a897fdac44efead658ee503490b634..bbcb7acb85ecf4458c2ae14986a7b0fb99bc019a 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -112,6 +112,7 @@ static_library("protocol") {
"negotiating_host_authenticator.cc",
"negotiating_host_authenticator.h",
"network_settings.h",
+ "ordered_message_queue.h",
"p2p_datagram_socket.h",
"p2p_stream_socket.h",
"pairing_authenticator_base.cc",
@@ -311,6 +312,7 @@ source_set("unit_tests") {
"monitored_video_stub_unittest.cc",
"mouse_input_filter_unittest.cc",
"negotiating_authenticator_unittest.cc",
+ "ordered_message_queue_unittest.cc",
"pairing_registry_unittest.cc",
"port_range_unittest.cc",
"ppapi_module_stub.cc",
« no previous file with comments | « no previous file | remoting/protocol/jingle_session.h » ('j') | remoting/protocol/jingle_session_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698