| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 277c120ce005c772a8fd5cf37f522d5cd89a7789..e4e6a4a0eb431bb87a9f65485686e093f9ad630c 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1075,6 +1075,8 @@
|
| 'host/clipboard.h',
|
| 'host/clipboard_linux.cc',
|
| 'host/clipboard_mac.mm',
|
| + 'host/clipboard_util.cc',
|
| + 'host/clipboard_util.h',
|
| 'host/clipboard_win.cc',
|
| 'host/constants.h',
|
| 'host/continue_window.h',
|
| @@ -1629,6 +1631,7 @@
|
| 'host/chromoting_host_context_unittest.cc',
|
| 'host/chromoting_host_unittest.cc',
|
| 'host/client_session_unittest.cc',
|
| + 'host/clipboard_util_unittest.cc',
|
| 'host/differ_block_unittest.cc',
|
| 'host/differ_unittest.cc',
|
| 'host/heartbeat_sender_unittest.cc',
|
|
|