aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_extensions_api_BUILD.gn
blob: d721ddc239d96f8b72d0353278a2f39a765540bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/extensions/api/BUILD.gn.orig	2017-05-02 19:02:48 UTC
+++ chrome/common/extensions/api/BUILD.gn
@@ -116,7 +116,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) {