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

Unified Diff: webrtc/BUILD.gn

Issue 2590823002: Remove use of PCH files in webrtc/sdk/objc (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index da67c093ec2a046a7538183bdff7e412556b8bbf..1ba9d7286f7536f0fb06a890d58e74b440be2be5 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -215,8 +215,6 @@ config("common_config") {
config("common_objc") {
libs = [ "Foundation.framework" ]
- precompiled_header = "sdk/objc/WebRTC-Prefix.pch"
- precompiled_source = "sdk/objc/WebRTC-Prefix.pch"
}
if (!build_with_chromium) {
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Classes/RTCNSGLVideoView.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698