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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 1692243003: Move RTCFileLogger to webrtc/base/objc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix path 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
« no previous file with comments | « webrtc/base/objc/RTCFileLogger.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index c6695dbfe2928875c3940a33e139b7cb97b735fc..74162a1c8dd876b9c6cf9887f82385df3c774c9a 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -199,6 +199,7 @@
'type': 'static_library',
'dependencies': [
'apprtc_common',
+ 'base/base.gyp:rtc_base_objc',
'../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
'socketrocket',
],
@@ -247,6 +248,7 @@
],
},
'export_dependent_settings': [
+ 'base/base.gyp:rtc_base_objc',
'../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
],
'conditions': [
« no previous file with comments | « webrtc/base/objc/RTCFileLogger.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698