Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Unified Diff: remoting/remoting.gyp

Issue 7038053: Implementation of SecureP2PSocket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test for retry Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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', {
« remoting/protocol/secure_p2p_socket.cc ('K') | « remoting/protocol/secure_p2p_socket_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698