| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 1c45ad08872a250e03e1abb6587eeb0cdea081c6..a7cdcc15bb91d60b31cd0f7f8b931bb18e26ffcf 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',
|
|
|