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

Unified Diff: talk/libjingle_examples.gyp

Issue 1241283004: iOS: Move AppRTC logging methods to public headers. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 5 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/examples/objc/AppRTCDemo/ARDSignalingMessage.m ('K') | « talk/libjingle.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« talk/examples/objc/AppRTCDemo/ARDSignalingMessage.m ('K') | « talk/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698