blob: 8b8c3f8a72889dbb561265e7a8ffe793e00c4453 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/extensions/api/schemas.gni.orig 2016-10-06 04:02:14.000000000 +0300
+++ chrome/common/extensions/api/schemas.gni 2016-10-13 06:16:40.629706000 +0300
@@ -19,7 +19,7 @@
}
if (is_chromeos) {
schema_sources += gypi_values.chromeos_schema_files
-} else if (is_linux || is_win) {
+} else if (is_linux || is_win || is_bsd) {
schema_sources += gypi_values.input_ime_schema_file
}
if (enable_service_discovery) {
|