blob: 52d07bac4945a75d27323b67ec2d6af4bb3f35e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/extensions/api/api_sources.gni.orig 2020-02-03 21:52:41 UTC
+++ chrome/common/extensions/api/api_sources.gni
@@ -113,7 +113,7 @@ if (is_chromeos) {
if (use_cups) {
schema_sources_ += [ "printing.idl" ]
}
-} else if (is_linux || is_win) {
+} else if (is_linux || is_bsd || is_win) {
schema_sources_ += [ "input_ime.json" ]
}
|