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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 1690313002: Update iOS AppRTCDemo to use the updated Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index 1ce450b0f100467d08f08f4c9cacb46b314122a3..167150f5e171f15e5c705c364e1becff168498f5 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -149,8 +149,8 @@
'target_name': 'apprtc_common',
'type': 'static_library',
'dependencies': [
+ '<(webrtc_root)/base/base.gyp:rtc_base_objc',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
- '../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
],
'sources': [
'examples/objc/AppRTCDemo/common/ARDUtilities.h',
@@ -183,8 +183,9 @@
'target_name': 'apprtc_signaling',
'type': 'static_library',
'dependencies': [
+ '<(webrtc_root)/api/api.gyp:rtc_api_objc',
+ '<(webrtc_root)/base/base.gyp:rtc_base_objc',
'apprtc_common',
- '../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
'socketrocket',
],
'sources': [
@@ -214,10 +215,10 @@
'examples/objc/AppRTCDemo/ARDTURNClient.h',
'examples/objc/AppRTCDemo/ARDWebSocketChannel.h',
'examples/objc/AppRTCDemo/ARDWebSocketChannel.m',
- 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.h',
- 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.m',
- 'examples/objc/AppRTCDemo/RTCICEServer+JSON.h',
- 'examples/objc/AppRTCDemo/RTCICEServer+JSON.m',
+ 'examples/objc/AppRTCDemo/RTCIceCandidate+JSON.h',
+ 'examples/objc/AppRTCDemo/RTCIceCandidate+JSON.m',
+ 'examples/objc/AppRTCDemo/RTCIceServer+JSON.h',
+ 'examples/objc/AppRTCDemo/RTCIceServer+JSON.m',
'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h',
'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m',
'examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h',
@@ -232,7 +233,7 @@
],
},
'export_dependent_settings': [
- '../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
+ '<(webrtc_root)/api/api.gyp:rtc_api_objc',
],
'conditions': [
['OS=="mac"', {

Powered by Google App Engine
This is Rietveld 408576698