mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
only include mac notifications on mac
This commit is contained in:
4
BUILD.gn
4
BUILD.gn
@@ -619,10 +619,12 @@ source_set("electron_lib") {
|
||||
"shell/renderer/printing/print_render_frame_helper_delegate.h",
|
||||
]
|
||||
deps += [
|
||||
"//chrome/services/mac_notifications/public/mojom",
|
||||
"//chrome/services/printing/public/mojom",
|
||||
"//components/printing/common:mojo_interfaces",
|
||||
]
|
||||
if (is_mac) {
|
||||
deps += [ "//chrome/services/mac_notifications/public/mojom" ]
|
||||
}
|
||||
}
|
||||
|
||||
if (enable_electron_extensions) {
|
||||
|
||||
Reference in New Issue
Block a user