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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 8 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 | « webrtc/webrtc.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index 4a1ff0aea2d0b9da2e8720567b71181f06e4f161..4420d8dd64080f493d11d20f2f2d6a6d0ba4f3c8 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -154,7 +154,7 @@
'target_name': 'apprtc_common',
'type': 'static_library',
'dependencies': [
- '<(webrtc_root)/base/base.gyp:rtc_base_objc',
+ '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
],
'sources': [
@@ -201,8 +201,7 @@
'target_name': 'apprtc_signaling',
'type': 'static_library',
'dependencies': [
- '<(webrtc_root)/api/api.gyp:rtc_api_objc',
- '<(webrtc_root)/base/base.gyp:rtc_base_objc',
+ '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_peerconnection_objc',
'apprtc_common',
'socketrocket',
],
@@ -251,7 +250,7 @@
],
},
'export_dependent_settings': [
- '<(webrtc_root)/api/api.gyp:rtc_api_objc',
+ '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_peerconnection_objc',
],
'conditions': [
['OS=="ios"', {
« no previous file with comments | « webrtc/webrtc.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698