| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index 518bb3389427a512108d7d9e04867e3e1484aa91..3fc34a006190690634317484bf827141000ec7a6 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -119,10 +119,6 @@
|
| 'file_system_provider_internal.idl',
|
| 'first_run_private.json',
|
| 'log_private.idl',
|
| - ],
|
| -
|
| - # ChromeOS-specific schemas which have not been ported to Athena.
|
| - 'chromeos_non_athena_schema_files': [
|
| 'wallpaper.json',
|
| 'wallpaper_private.json',
|
| ],
|
| @@ -154,13 +150,6 @@
|
| 'schema_files': [
|
| '<@(chromeos_schema_files)',
|
| ],
|
| - 'conditions': [
|
| - ['use_athena==0', {
|
| - 'schema_files': [
|
| - '<@(chromeos_non_athena_schema_files)',
|
| - ],
|
| - }],
|
| - ],
|
| }],
|
| ['enable_webrtc==1', {
|
| 'schema_files': [
|
|
|