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

Unified Diff: talk/build/merge_ios_libs.gyp

Issue 1673503002: Update build_ios_libs.sh script to build new 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
« talk/build/build_ios_libs.sh ('K') | « talk/build/merge_ios_libs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/build/merge_ios_libs.gyp
diff --git a/talk/build/merge_ios_libs.gyp b/talk/build/merge_ios_libs.gyp
index f7e4875ebaeccbe708bcd2a14c38dd0daa12ee1e..3aa56ef22d3c8ed69a6c40de24fbe85559d383bf 100644
--- a/talk/build/merge_ios_libs.gyp
+++ b/talk/build/merge_ios_libs.gyp
@@ -35,7 +35,7 @@
'type': 'executable',
'dependencies': [
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
- '../libjingle.gyp:libjingle_peerconnection_objc',
tkchin_webrtc 2016/02/05 15:57:59 Don't do this yet (we don't want to break anyone y
hjon_webrtc 2016/02/10 21:41:15 Done.
+ '<(webrtc_root)/api/api.gyp:rtc_api_objc',
],
'sources': ['<(DEPTH)/webrtc/build/no_op.cc',],
},
« talk/build/build_ios_libs.sh ('K') | « talk/build/merge_ios_libs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698