aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn
blob: 3cea587cc3380422fd5cf75906ede77c21b59dc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/extensions/api/BUILD.gn.orig	2017-06-05 19:03:03 UTC
+++ chrome/common/extensions/api/BUILD.gn
@@ -121,7 +121,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" ]
 }
 if (enable_service_discovery) {