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

Unified Diff: webrtc/sdk/objc/Framework/Modules/module.modulemap

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 8 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/sdk/objc/Framework/Info.plist ('k') | webrtc/sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Modules/module.modulemap
diff --git a/webrtc/sdk/objc/Framework/Modules/module.modulemap b/webrtc/sdk/objc/Framework/Modules/module.modulemap
new file mode 100644
index 0000000000000000000000000000000000000000..cd485a4e81e279179cf0b766be69e2d3dda534a0
--- /dev/null
+++ b/webrtc/sdk/objc/Framework/Modules/module.modulemap
@@ -0,0 +1,6 @@
+framework module WebRTC {
+ umbrella header "WebRTC.h"
+
+ export *
+ module * { export * }
+}
« no previous file with comments | « webrtc/sdk/objc/Framework/Info.plist ('k') | webrtc/sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698