Chromium Code Reviews| 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" ] |
|
Devlin
2016/01/07 23:08:29
Shouldn't this be handled by the gypi?
Azure Wei
2016/01/08 06:40:55
Done. Updated it with gypi_values.input_ime_schema
|
| } |
| if (enable_webrtc) { |
| sources += gypi_values.webrtc_schema_files |