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

Unified Diff: webrtc/api/api.gyp

Issue 1540113002: Update API for Objective-C RTCStats. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@updateRTCIceCandidate
Patch Set: Make sure it builds and update from feedback Created 5 years 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: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index d42d99d7574551e499baf6c8318c868a2e2a57c2..8a113869f72996d2cd968a58490bde954730128b 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -25,6 +25,9 @@
'objc/RTCIceServer+Private.h',
'objc/RTCIceServer.h',
'objc/RTCIceServer.mm',
+ 'objc/RTCStats+Private.h',
+ 'objc/RTCStats.h',
+ 'objc/RTCStats.mm',
],
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/objc/RTCStats.h » ('j') | webrtc/api/objc/RTCStats.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698