| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index b95d4ee486774dbaf07cafb24ad89c8005178211..54cc684307c7a6938517c1f57aa71de216d47b4a 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -16,6 +16,8 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
|
| sources = gypi_values.main_schema_files
|
| if (is_chromeos) {
|
| sources += gypi_values.chromeos_schema_files
|
| +} else if (is_linux || is_win) {
|
| + sources += gypi_values.input_ime_schema_file
|
| }
|
| if (enable_service_discovery) {
|
| sources += gypi_values.service_discovery_schema_files
|
|
|