aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi')
-rw-r--r--www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi b/www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi
new file mode 100644
index 000000000000..af23228570f1
--- /dev/null
+++ b/www/chromium/files/patch-chrome_common_extensions_api_schemas.gypi
@@ -0,0 +1,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)',
+ ],