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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2412383002: Roll chromium_revision 316b880c55..2cabef4e7d (421519:424936) (Closed)
Patch Set: More 'minimal_symbols' for remaining Android Release bots Created 4 years, 2 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/mb_config.pyl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index f79501b50192f24cffaac20b69ec2b737f38a636..bc2d84563a9f8c8f708db3aa02748a93c82b35f2 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -114,6 +114,11 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
# when moving from ios_deployment_target 7.0 to 9.0.
# See webrtc:5549 for more details.
cflags = [ "-Wno-deprecated-declarations" ]
+ cflags_objc = [
+ # Enabled for cflags_objc in build/config/compiler/BUILD.gn.
+ # See webrtc:6520.
+ "-Wno-objc-missing-property-synthesis",
+ ]
}
}
« no previous file with comments | « webrtc/build/mb_config.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698