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

Unified Diff: webrtc/sdk/objc/WebRTC-Prefix.pch

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/WebRTC.podspec ('k') | webrtc/sdk/sdk.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/WebRTC-Prefix.pch
diff --git a/webrtc/build/WebRTC-Prefix.pch b/webrtc/sdk/objc/WebRTC-Prefix.pch
similarity index 88%
rename from webrtc/build/WebRTC-Prefix.pch
rename to webrtc/sdk/objc/WebRTC-Prefix.pch
index 506d4fbb75e6fcbb5fdd53743dab019a541c4604..c56cb48ab872ea7d27a83b964c0d776ec118ef98 100644
--- a/webrtc/build/WebRTC-Prefix.pch
+++ b/webrtc/sdk/objc/WebRTC-Prefix.pch
@@ -18,10 +18,12 @@
#error "This file requires nullability support."
#endif
+#import <Foundation/Foundation.h>
+
// The following nonnull macros were introduced in OSX SDK 10.10.3. However,
// the bots appear to be running something older. We define them here if they
-// aren't already defined in NSObjCRuntime.h
-#include <Foundation/NSObjCRuntime.h>
+// aren't already defined in NSObjCRuntime.h, which is included by
+// Foundation/Foundation.h.
#if !defined(NS_ASSUME_NONNULL_BEGIN)
#define NS_ASSUME_NONNULL_BEGIN
« no previous file with comments | « webrtc/sdk/objc/WebRTC.podspec ('k') | webrtc/sdk/sdk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698