aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_extensions_api_api__sources.gni
blob: b5cdea07854395fba6424dbed3cab1e1050fa55b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/extensions/api/api_sources.gni.orig	2019-10-21 19:06:25 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" ]
 }