Chromium Code Reviews

Unified Diff: webrtc/base/base.gyp

Issue 1558473002: Update API for Objective-C RTCPeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/objc/RTCSSLAdapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 3d2ef629d1fdcdfc8d8c72bbb89a8c0ae4c56d40..f862eae3112b9e93b24e5bcfec6b63db0ff7390b 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -39,6 +39,8 @@
'objc/RTCDispatcher.m',
'objc/RTCLogging.h',
'objc/RTCLogging.mm',
+ 'objc/RTCSSLAdapter.h',
+ 'objc/RTCSSLAdapter.mm',
],
'conditions': [
['OS=="ios"', {
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/objc/RTCSSLAdapter.h » ('j') | no next file with comments »

Powered by Google App Engine