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

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: Changes based on feedback 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/export_headers ('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..8c7252e2e9af2771b7cacbce9410b3aaaedd4b11 100644
--- a/talk/build/merge_ios_libs.gyp
+++ b/talk/build/merge_ios_libs.gyp
@@ -39,6 +39,16 @@
],
'sources': ['<(DEPTH)/webrtc/build/no_op.cc',],
},
+ {
+ 'target_name': 'webrtc_api_objc_no_op',
+ 'includes': [ 'objc_app.gypi' ],
+ 'type': 'executable',
+ 'dependencies': [
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
+ '<(webrtc_root)/api/api.gyp:rtc_api_objc',
+ ],
+ 'sources': ['<(DEPTH)/webrtc/build/no_op.cc',],
+ },
],
}]
],
« talk/build/export_headers ('K') | « talk/build/merge_ios_libs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698