mirror of https://github.com/electron/electron
21 lines
786 B
Diff
21 lines
786 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: deepak1556 <hop2deep@gmail.com>
|
|
Date: Fri, 9 Aug 2024 22:39:47 +0900
|
|
Subject: build: expose webplugininfo interface to electron
|
|
|
|
Allows implementing electron::mojom::ElectronPluginInfoHost interface
|
|
which provides plugin details between browser<->renderer.
|
|
|
|
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
|
index b84e3a73036b0bc2b782d35c04359ba401521917..2d8b206a118592f15a93c2a7bcb2c37c80571cd8 100644
|
|
--- a/content/public/common/BUILD.gn
|
|
+++ b/content/public/common/BUILD.gn
|
|
@@ -377,6 +377,7 @@ mojom("interfaces") {
|
|
"//content/common/*",
|
|
"//extensions/common:mojom",
|
|
"//extensions/common:mojom_blink",
|
|
+ "//electron/shell/common:plugin",
|
|
]
|
|
|
|
sources = [
|