chore: fixup gn check when enable_pdf_viewer is false (#41990)
This commit is contained in:
parent
f5fb44eaf8
commit
36310b8729
3 changed files with 5 additions and 5 deletions
|
@ -39,8 +39,8 @@
|
||||||
#endif // BUILDFLAG(ENABLE_WIDEVINE)
|
#endif // BUILDFLAG(ENABLE_WIDEVINE)
|
||||||
|
|
||||||
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||||
#include "components/pdf/common/constants.h"
|
#include "components/pdf/common/constants.h" // nogncheck
|
||||||
#include "pdf/pdf.h" // nogncheck
|
#include "pdf/pdf.h" // nogncheck
|
||||||
#include "shell/common/electron_constants.h"
|
#include "shell/common/electron_constants.h"
|
||||||
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)
|
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
#include "components/pdf/browser/pdf_document_helper.h" // nogncheck
|
#include "components/pdf/browser/pdf_document_helper.h" // nogncheck
|
||||||
#include "components/pdf/browser/pdf_navigation_throttle.h"
|
#include "components/pdf/browser/pdf_navigation_throttle.h"
|
||||||
#include "components/pdf/browser/pdf_url_loader_request_interceptor.h"
|
#include "components/pdf/browser/pdf_url_loader_request_interceptor.h"
|
||||||
#include "components/pdf/common/constants.h"
|
#include "components/pdf/common/constants.h" // nogncheck
|
||||||
#include "shell/browser/electron_pdf_document_helper_client.h"
|
#include "shell/browser/electron_pdf_document_helper_client.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -69,8 +69,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||||
#include "components/pdf/common/constants.h"
|
#include "components/pdf/common/constants.h" // nogncheck
|
||||||
#include "components/pdf/common/pdf_util.h"
|
#include "components/pdf/common/pdf_util.h" // nogncheck
|
||||||
#include "components/pdf/renderer/pdf_internal_plugin_delegate.h"
|
#include "components/pdf/renderer/pdf_internal_plugin_delegate.h"
|
||||||
#include "shell/common/electron_constants.h"
|
#include "shell/common/electron_constants.h"
|
||||||
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)
|
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||||
|
|
Loading…
Reference in a new issue