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

Unified Diff: webrtc/BUILD.gn

Issue 2211413003: GN: Add targets for AppRTCDemo on Mac+iOS (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | webrtc/examples/BUILD.gn » ('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 2ba3e94583bd6022ba9e8c8ab7626f6d2fba59b1..7bd17e79fa911162709f977576ddc114913c5091 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -234,8 +234,7 @@ config("common_config") {
}
config("common_objc") {
- cflags = [ "-Wobjc-missing-property-synthesis" ]
-
+ libs = [ "Foundation.framework" ]
precompiled_header = "sdk/objc/WebRTC-Prefix.pch"
precompiled_source = "sdk/objc/WebRTC-Prefix.pch"
}
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698