fix: gn check when //printing component is disabled (#33429)
This commit is contained in:
parent
7e59d784a0
commit
f60ff18b14
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
#if BUILDFLAG(ENABLE_PRINTING)
|
||||
#include "components/printing/browser/print_manager_utils.h"
|
||||
#include "printing/backend/print_backend.h" // nogncheck
|
||||
#include "printing/mojom/print.mojom.h"
|
||||
#include "printing/mojom/print.mojom.h" // nogncheck
|
||||
#include "shell/browser/printing/print_preview_message_handler.h"
|
||||
#include "shell/browser/printing/print_view_manager_electron.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue