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

Unified Diff: webrtc/base/base.gyp

Issue 1499653003: Add implementation and tests for RTCIceServer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Minor updates Created 5 years 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
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 23a3c26c77081330f6f273dba4e55e6b232addea..dce1f648daa57db0511749da427e9f7fc2f0a2e1 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -34,7 +34,9 @@
],
'sources': [
'objc/RTCLogging.h',
- 'objc/RTCLogging.mm'
+ 'objc/RTCLogging.mm',
+ 'objc/NSString+StdString.h',
tkchin_webrtc 2015/12/04 20:17:10 alphabetize also edit the BUILD.gn file
hjon 2015/12/07 20:03:53 Done.
+ 'objc/NSString+StdString.mm',
],
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',

Powered by Google App Engine
This is Rietveld 408576698