| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index da649ef57782da909d682f2f6e380d5c5f6f9682..a23167a9d20b0a60a81152753916e24fd9d2ab0a 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -628,6 +628,8 @@
|
| 'protocol/rtp_video_writer.h',
|
| 'protocol/rtp_writer.cc',
|
| 'protocol/rtp_writer.h',
|
| + 'protocol/secure_p2p_socket.cc',
|
| + 'protocol/secure_p2p_socket.h',
|
| 'protocol/session.h',
|
| 'protocol/session_config.cc',
|
| 'protocol/session_config.h',
|
| @@ -767,6 +769,7 @@
|
| 'protocol/protocol_mock_objects.h',
|
| 'protocol/rtp_video_reader_unittest.cc',
|
| 'protocol/rtp_video_writer_unittest.cc',
|
| + 'protocol/secure_p2p_socket_unittest.cc',
|
| 'protocol/session_manager_pair.cc',
|
| 'protocol/session_manager_pair.h',
|
| 'run_all_unittests.cc',
|
| @@ -780,6 +783,7 @@
|
| # ../base/test_suite.h
|
| # gtk/gtk.h
|
| '../build/linux/system.gyp:gtk',
|
| + '../build/linux/system.gyp:ssl',
|
| ],
|
| 'conditions': [
|
| [ 'linux_use_tcmalloc==1', {
|
|
|