| 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",
|
|
|