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

Unified Diff: talk/libjingle_tests.gyp

Issue 1269843005: Added DtlsCertificate, a ref counted object owning an SSLIdentity (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Trying to get iOS to compile Created 5 years, 4 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: talk/libjingle_tests.gyp
diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp
index e3d514e3e883e6677571ed557f2b93cee29e2113..3b3dbda629fa09e4ff110de63cb5f0a86bd6578c 100755
--- a/talk/libjingle_tests.gyp
+++ b/talk/libjingle_tests.gyp
@@ -146,6 +146,7 @@
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
'libjingle.gyp:libjingle',
'libjingle.gyp:libjingle_p2p',
+ 'libjingle.gyp:libjingle_peerconnection',
Henrik Grunell WebRTC 2015/08/12 14:46:30 Seems like libjingle_dtls would be enough?
hbos 2015/08/14 14:09:39 Done. Nice catch.
'libjingle_unittest_main',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698