| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index 51a5797ac95f2e60999a3c3219a2948f721cef9c..9c008392603a36ae6911c2fb98d215b049dfb35d 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -171,11 +171,14 @@
|
| 'non_compiled_schema_files': [
|
| '<@(chromeos_non_compiled_schema_files)',
|
| ],
|
| - }],
|
| - ['OS=="linux" or OS=="win"', {
|
| - 'schema_files': [
|
| - 'input_ime.json',
|
| - ],
|
| + }, { # chromeos==0
|
| + 'conditions': [
|
| + ['OS=="linux" or OS=="win"', {
|
| + 'schema_files': [
|
| + 'input_ime.json',
|
| + ],
|
| + }],
|
| + ],
|
| }],
|
| ['enable_webrtc==1', {
|
| 'schema_files': [
|
|
|