| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index a996cbe6cbcda611cdbe1484c12da8905fe96fdb..3a65b8de73457c4fda9677bfdb8be3cce0de1880 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 += [ "input_ime.json" ]
|
| }
|
| if (enable_webrtc) {
|
| sources += gypi_values.webrtc_schema_files
|
|
|