chore: fixup gn check when enable_pdf_viewer is false (#41997)

This commit is contained in:
John Kleinschmidt 2024-05-03 10:10:36 -04:00 committed by GitHub
parent f1e9fd3daa
commit 9b25f82930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@
#if BUILDFLAG(ENABLE_PDF_VIEWER)
#include "chrome/common/pdf_util.h"
#include "components/pdf/common/constants.h"
#include "components/pdf/common/constants.h" // nogncheck
#include "components/pdf/renderer/pdf_internal_plugin_delegate.h"
#include "shell/common/electron_constants.h"
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)