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..78f731b1cb352f921dba96aaf02dc0cebf460fab 100644 |
--- a/talk/build/merge_ios_libs.gyp |
+++ b/talk/build/merge_ios_libs.gyp |
@@ -34,10 +34,18 @@ |
'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',], |
+ 'sources': ['<(DEPTH)/webrtc/build/no_op.cc',], |
tkchin_webrtc
2016/02/18 19:32:57
any reason why this was changed to <DEPTH instead
hjon_webrtc
2016/02/18 21:24:00
Looks like it was originally <DEPTH, but was chang
|
+ }, |
+ { |
+ 'target_name': 'webrtc_api_objc_no_op', |
+ 'includes': [ 'objc_app.gypi' ], |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '<(webrtc_root)/api/api.gyp:rtc_api_objc', |
+ ], |
+ 'sources': ['<(DEPTH)/webrtc/build/no_op.cc',], |
}, |
], |
}] |