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

Unified Diff: talk/build/objc_app.gypi

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: Use bool 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.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/build/objc_app.gypi
diff --git a/talk/build/objc_app.gypi b/talk/build/objc_app.gypi
index a4e04664338f1e084189607766d44b34ba66ccea..4fbd5aeeafee6344c42ddb6a3f7cecbbfe3d5c82 100644
--- a/talk/build/objc_app.gypi
+++ b/talk/build/objc_app.gypi
@@ -32,6 +32,9 @@
'variables': {
'infoplist_file': './objc_app.plist',
},
+ 'dependencies': [
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
+ ],
'mac_bundle': 1,
'mac_bundle_resources': [
'<(infoplist_file)',
« talk/build/export_headers ('K') | « talk/build/merge_ios_libs.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698