mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
13 lines
418 B
Text
13 lines
418 B
Text
--- chrome/browser/extensions/BUILD.gn.orig 2023-05-25 00:41:42 UTC
|
|
+++ chrome/browser/extensions/BUILD.gn
|
|
@@ -1348,6 +1348,10 @@ static_library("extensions") {
|
|
deps += [ "//chrome/services/printing/public/mojom" ]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [ "api/image_writer_private/removable_storage_provider_linux.cc" ]
|
|
+ }
|
|
+
|
|
if (enable_service_discovery) {
|
|
sources += [
|
|
"api/mdns/mdns_api.cc",
|