diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 1c45ad0..a7cdcc1 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1530,6 +1530,8 @@ 'protocol/client_event_dispatcher.cc', 'protocol/client_event_dispatcher.h', 'protocol/client_stub.h', + 'protocol/clipboard_echo_filter.cc', + 'protocol/clipboard_echo_filter.h', 'protocol/clipboard_filter.h', 'protocol/clipboard_filter.cc', 'protocol/clipboard_stub.h', @@ -1722,6 +1724,7 @@ 'jingle_glue/mock_objects.h', 'protocol/authenticator_test_base.cc', 'protocol/authenticator_test_base.h', + 'protocol/clipboard_echo_filter_unittest.cc', 'protocol/connection_tester.cc', 'protocol/connection_tester.h', 'protocol/connection_to_client_unittest.cc', |