Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index abd189b8ebe63c0a01ac5afd70118af5f565f418..6accde5b3f24ec28b8a1e973d9bad7b87e706470 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -554,8 +554,7 @@ static_library("fxge") { |
| configs += [ |
| ":pdfium_config", |
| "//build/config/compiler:no_chromium_code", |
| - # As of this writing, this needs to be last to suppress a -Wswitch warning. |
| - # https://crbug.com/547906 |
| + # Must be after no_chromium_code for warning flags to be ordered correctly. |
| ":fxge_warnings", |
| ] |