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

Unified Diff: webrtc/sdk/sdk.gyp

Issue 2127373004: Fix missing ObjC framework header. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/sdk.gyp
diff --git a/webrtc/sdk/sdk.gyp b/webrtc/sdk/sdk.gyp
index cd96e8b6d741c13ed2f2e6986bddd6a6ab363b2f..26142e53124c2096b1101a74627541f245f654e4 100644
--- a/webrtc/sdk/sdk.gyp
+++ b/webrtc/sdk/sdk.gyp
@@ -227,6 +227,7 @@
'sources': [
'objc/Framework/Classes/RTCFieldTrials.mm',
'objc/Framework/Classes/RTCLogging.mm',
+ 'objc/Framework/Classes/RTCMetrics.mm',
'objc/Framework/Classes/RTCSSLAdapter.mm',
'objc/Framework/Classes/RTCTracing.mm',
'objc/Framework/Headers/WebRTC/RTCFieldTrials.h',
@@ -254,6 +255,8 @@
'objc/Framework/Headers/WebRTC/RTCMediaConstraints.h',
'objc/Framework/Headers/WebRTC/RTCMediaStream.h',
'objc/Framework/Headers/WebRTC/RTCMediaStreamTrack.h',
+ 'objc/Framework/Headers/WebRTC/RTCMetrics.h',
+ 'objc/Framework/Headers/WebRTC/RTCMetricsSampleInfo.h',
'objc/Framework/Headers/WebRTC/RTCNSGLVideoView.h',
'objc/Framework/Headers/WebRTC/RTCPeerConnection.h',
'objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698