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

Unified Diff: webrtc/build/ios/export_headers

Issue 1829783003: Build dynamic framework with podspec for Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Import Foundation instead of UIKit Created 4 years, 9 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/build/ios/build_ios_framework.sh ('k') | webrtc/build/ios/flatten_ios_headers » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « webrtc/build/ios/build_ios_framework.sh ('k') | webrtc/build/ios/flatten_ios_headers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698