Index: talk/libjingle_examples.gyp |
diff --git a/talk/libjingle_examples.gyp b/talk/libjingle_examples.gyp |
index 3401411314108600a57ee0866d79e13861438796..cbd11d88ae39f549751ad4880c2316fa6d45b603 100755 |
--- a/talk/libjingle_examples.gyp |
+++ b/talk/libjingle_examples.gyp |
@@ -155,9 +155,10 @@ |
{ |
'target_name': 'apprtc_common', |
'type': 'static_library', |
+ 'dependencies': [ |
+ 'libjingle.gyp:libjingle_peerconnection_objc', |
+ ], |
'sources': [ |
- 'examples/objc/AppRTCDemo/common/ARDLogging.h', |
- 'examples/objc/AppRTCDemo/common/ARDLogging.mm', |
'examples/objc/AppRTCDemo/common/ARDUtilities.h', |
'examples/objc/AppRTCDemo/common/ARDUtilities.m', |
], |