electron/shell/browser/printing
Charles Kerr eb40d2cbfa
fix: FTBFS when building with enable_plugins = false (#44003)
* fix: do not build electron_plugin_info_host_impl.cc when plugins are disabled

it fails to build from source with this error:

../../content/public/browser/plugin_service.h:17:2: error: "Plugins should be enabled"
   17 | #error "Plugins should be enabled"

* fix: FTBFS in printing_utils.cc when ENABLE_PDF is false

* fixup! fix: do not build electron_plugin_info_host_impl.cc when plugins are disabled

fix BUILD.gn linting
2024-09-29 17:10:34 -05:00
..
print_view_manager_electron.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
print_view_manager_electron.h chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
printing_utils.cc fix: FTBFS when building with enable_plugins = false (#44003) 2024-09-29 17:10:34 -05:00
printing_utils.h fix: blank page when printing pdf (#43309) 2024-08-14 15:47:47 -04:00