aboutsummaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-chrome_common_extensions_api_api__sources.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron7/files/patch-chrome_common_extensions_api_api__sources.gni')
-rw-r--r--devel/electron7/files/patch-chrome_common_extensions_api_api__sources.gni11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron7/files/patch-chrome_common_extensions_api_api__sources.gni b/devel/electron7/files/patch-chrome_common_extensions_api_api__sources.gni
new file mode 100644
index 000000000000..fe69d1570ba8
--- /dev/null
+++ b/devel/electron7/files/patch-chrome_common_extensions_api_api__sources.gni
@@ -0,0 +1,11 @@
+--- chrome/common/extensions/api/api_sources.gni.orig 2019-12-12 12:39:19 UTC
++++ chrome/common/extensions/api/api_sources.gni
+@@ -109,7 +109,7 @@ if (is_chromeos) {
+ "wallpaper.json",
+ "wallpaper_private.json",
+ ]
+-} else if (is_linux || is_win) {
++} else if (is_linux || is_bsd || is_win) {
+ schema_sources_ += [ "input_ime.json" ]
+ }
+