electron/shell
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
..
app chore: remove unused nogncheck includes (#43964) 2024-09-26 17:09:42 -05:00
browser fix: FTBFS when building with enable_plugins = false (#44003) 2024-09-29 17:10:34 -05:00
common feat: add error event for utility process (#43774) 2024-09-27 10:17:06 +09:00
renderer build: make is_mas_build a generated header instead of config (#43737) 2024-09-17 01:38:56 -07:00
services/node feat: add error event for utility process (#43774) 2024-09-27 10:17:06 +09:00
utility chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00