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

Unified Diff: webrtc/build/ios/merge_ios_libs.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/build/ios/flatten_ios_headers.py ('k') | webrtc/build/ios/tests/common_tests.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/ios/merge_ios_libs.gyp
diff --git a/webrtc/build/ios/merge_ios_libs.gyp b/webrtc/build/ios/merge_ios_libs.gyp
index cc24d6530efcf32047280e9da308be0b325e46f7..5b0a9cbbb09359e051265cfecbb28b407e524d1a 100644
--- a/webrtc/build/ios/merge_ios_libs.gyp
+++ b/webrtc/build/ios/merge_ios_libs.gyp
@@ -21,11 +21,11 @@
'sources': ['no_op.cc',],
},
{
- 'target_name': 'webrtc_api_objc_no_op',
+ 'target_name': 'rtc_sdk_peerconnection_objc_no_op',
'includes': [ 'objc_app.gypi' ],
'type': 'executable',
'dependencies': [
- '<(webrtc_root)/api/api.gyp:rtc_api_objc',
+ '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_peerconnection_objc',
],
'sources': ['no_op.cc',],
},
« no previous file with comments | « webrtc/build/ios/flatten_ios_headers.py ('k') | webrtc/build/ios/tests/common_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698