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

Unified Diff: third_party/google_toolbox_for_mac/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
« ios/web/BUILD.gn ('K') | « ios/web/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/google_toolbox_for_mac/BUILD.gn
diff --git a/third_party/google_toolbox_for_mac/BUILD.gn b/third_party/google_toolbox_for_mac/BUILD.gn
index 1977a06aa41333d7d0db022975f87c501b9fa14c..7b207b371f2e923436e5a8eab42b0475477eb92c 100644
--- a/third_party/google_toolbox_for_mac/BUILD.gn
+++ b/third_party/google_toolbox_for_mac/BUILD.gn
@@ -10,6 +10,11 @@ config("google_toolbox_for_mac_config") {
"src/DebugUtils",
"src/Foundation",
]
+
+ # 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" ]
Nico 2016/06/22 22:53:33 so this config is a public_config below and this h
}
component("google_toolbox_for_mac") {
« ios/web/BUILD.gn ('K') | « ios/web/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698