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

Unified Diff: ios/third_party/material_components_ios/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
Index: ios/third_party/material_components_ios/BUILD.gn
diff --git a/ios/third_party/material_components_ios/BUILD.gn b/ios/third_party/material_components_ios/BUILD.gn
index 46a7fc1f0125cacf21073ad15184e65ed9d0c5d0..215f5cb9c30019fb68861cb5f6adfcdd7af6aa70 100644
--- a/ios/third_party/material_components_ios/BUILD.gn
+++ b/ios/third_party/material_components_ios/BUILD.gn
@@ -27,12 +27,6 @@ config("config") {
"src/components/Snackbar/src",
"src/components/Typography/src",
]
-
- cflags_objc = [
- # Do not consider use of deprecated API as errors when building third-party
- # libraries.
- "-Wno-error=deprecated-declarations",
- ]
}
_icon_names = [
« ios/third_party/gcdwebserver/BUILD.gn ('K') | « ios/third_party/gcdwebserver/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698