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

Unified Diff: ios/third_party/gcdwebserver/BUILD.gn

Issue 1698963004: Get iOS GN build working again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert mb change, formatting Created 4 years, 10 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 | « base/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | ios/web/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/gcdwebserver/BUILD.gn
diff --git a/ios/third_party/gcdwebserver/BUILD.gn b/ios/third_party/gcdwebserver/BUILD.gn
index 65d0d661d9f3407164e68f5bab5d7e7d8095da18..21b993cdd43efefd3b6e83e5255f9e2bfbd5bdbc 100644
--- a/ios/third_party/gcdwebserver/BUILD.gn
+++ b/ios/third_party/gcdwebserver/BUILD.gn
@@ -18,6 +18,11 @@ config("public_config") {
config("internal_config") {
visibility = [ ":gcdwebserver" ]
+
+ # TODO(crbug.com/569158): Suppresses warnings that are treated as errors
+ # when minimum iOS version support is increased to iOS 9 and up.
+ # This should be removed once all deprecation violations have been fixed.
+ cflags = [ "-Wno-deprecated-declarations" ]
cflags_objc = [ "-fobjc-arc" ]
}
« no previous file with comments | « base/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | ios/web/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698