Chromium Code Reviews| 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") { |