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

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

Issue 2897013002: Remove deprecated-declarations warnings. (Closed)
Patch Set: Created 3 years, 7 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 | ios/third_party/material_components_ios/BUILD.gn » ('j') | no next file with comments »
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 4b83fd64a40559960c5b808901d1d76a434b88d3..9f2441c262d36368af94e0017cf2bcdd2c7bbc28 100644
--- a/ios/third_party/gcdwebserver/BUILD.gn
+++ b/ios/third_party/gcdwebserver/BUILD.gn
@@ -17,15 +17,6 @@ config("config") {
]
}
-config("private_config") {
- visibility = [ ":gcdwebserver" ]
-
- # TODO(crbug.com/569158): Suppresses warnings that are treated as errors
sdefresne 2017/05/23 13:13:06 Please add BUG=569158 to CL description.
- # 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-error=deprecated-declarations" ]
-}
-
source_set("gcdwebserver") {
testonly = true
@@ -61,8 +52,5 @@ source_set("gcdwebserver") {
]
public_configs = [ ":config" ]
- configs += [
- ":private_config",
- "//build/config/compiler:enable_arc",
- ]
+ configs += [ "//build/config/compiler:enable_arc" ]
}
« no previous file with comments | « no previous file | ios/third_party/material_components_ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698