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

Unified Diff: webrtc/base/BUILD.gn

Issue 1499653003: Add implementation and tests for RTCIceServer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updates based on feedback 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/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 4f42695854594320ec611d610d385df9ed867fb0..b11b636dd7154b667a700235d5462d848b7f0607 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -616,6 +616,8 @@ if (is_ios) {
public_configs = [ "..:common_inherited_config" ]
sources = [
+ "objc/NSString+StdString.h",
+ "objc/NSString+StdString.mm",
"objc/RTCLogging.h",
"objc/RTCLogging.mm",
]

Powered by Google App Engine
This is Rietveld 408576698