Index: talk/build/merge_ios_libs.gyp |
diff --git a/talk/build/merge_ios_libs.gyp b/talk/build/merge_ios_libs.gyp |
index 76313fb61aa8a643c285f70b242cbb494389d811..83625ff7dbb89fdf8986fcd84b7e37855df9104a 100644 |
--- a/talk/build/merge_ios_libs.gyp |
+++ b/talk/build/merge_ios_libs.gyp |
@@ -34,11 +34,19 @@ |
'includes': [ 'objc_app.gypi' ], |
'type': 'executable', |
'dependencies': [ |
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default', |
'../app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc', |
], |
'sources': ['<(webrtc_root)/build/no_op.cc',], |
}, |
+ { |
+ 'target_name': 'webrtc_api_objc_no_op', |
+ 'includes': [ 'objc_app.gypi' ], |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '<(webrtc_root)/api/api.gyp:rtc_api_objc', |
+ ], |
+ 'sources': ['<(webrtc_root)/build/no_op.cc',], |
+ }, |
], |
}] |
], |