blob: af23228570f170d83de6099889b2a8a23d45f8f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/extensions/api/schemas.gypi.orig 2016-05-21 16:05:09 UTC
+++ chrome/common/extensions/api/schemas.gypi
@@ -177,7 +177,7 @@
],
}, { # chromeos==0
'conditions': [
- ['OS=="linux" or OS=="win"', {
+ ['OS=="linux" or OS=="win" or os_bsd==1', {
'schema_files': [
'<@(input_ime_schema_file)',
],
|