Index: webrtc/build/ios/export_headers |
diff --git a/webrtc/build/ios/export_headers b/webrtc/build/ios/export_headers |
index 4786104e929e74330355a85c9c9702d849eebea6..6808e67e14772429d27738d3a11f6a9176d64e37 100755 |
--- a/webrtc/build/ios/export_headers |
+++ b/webrtc/build/ios/export_headers |
@@ -25,7 +25,9 @@ HEADER_INCLUDES = [] |
# Individual header files that should not be exported. |
LEGACY_HEADER_EXCLUDES = ['talk/app/webrtc/objc/public/RTCNSGLVideoView.h'] |
HEADER_EXCLUDES = ['webrtc/api/objc/avfoundationvideocapturer.h', |
- 'webrtc/api/objc/RTCNSGLVideoView.h'] |
+ 'webrtc/api/objc/RTCNSGLVideoView.h', |
+ 'webrtc/base/objc/NSString+StdString.h', |
+ 'webrtc/base/objc/RTCUIApplication.h',] |
def ExportHeaders(include_base_dir, use_legacy_headers): |
"""Exports iOS header files. |