Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 4caa645c560f8164cf0a6a5739b115c8ccfe9126..acb630764365c712adbe83b2e26638df21d51d7c 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -51,6 +51,9 @@ config("pdfium_config") { |
| "/wd4345", |
| "/wd4267", |
| + # TODO(ochang): Investigate if this can be fixed properly. |
| + "/wd4201", |
| + |
| # TODO(thestig): Fix all instances, remove this, pdfium:29 |
| "/wd4245", |
| "/wd4310", |