| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index 46643785f0978fe5e6fbe702bf277fb42a347e39..ace34730462c9c6dedf7b75e546b80b5f228e0a4 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -44,6 +44,7 @@
|
| 'feedback_private.idl',
|
| 'file_system.idl',
|
| 'font_settings.json',
|
| + 'gcd_private.idl',
|
| 'gcm.json',
|
| 'hangouts_private.idl',
|
| 'history.json',
|
| @@ -55,8 +56,10 @@
|
| 'inline_install_private.idl',
|
| 'instance_id.json',
|
| 'language_settings_private.idl',
|
| + 'launcher_page.idl',
|
| 'location.idl',
|
| 'manifest_types.json',
|
| + 'mdns.idl',
|
| 'media_galleries.idl',
|
| 'metrics_private.json',
|
| 'notification_provider.idl',
|
| @@ -133,13 +136,6 @@
|
| 'media_player_private.json',
|
| ],
|
|
|
| - # Non Android schemas.
|
| - 'non_android_schema_files': [
|
| - 'gcd_private.idl',
|
| - 'launcher_page.idl',
|
| - 'mdns.idl',
|
| - ],
|
| -
|
| 'webrtc_schema_files': [
|
| 'cast_streaming_receiver_session.idl',
|
| 'cast_streaming_rtp_stream.idl',
|
| @@ -177,11 +173,6 @@
|
| '<@(webrtc_schema_files)',
|
| ],
|
| }],
|
| - ['OS!="android"', {
|
| - 'schema_files': [
|
| - '<@(non_android_schema_files)',
|
| - ],
|
| - }],
|
| ],
|
| 'cc_dir': 'chrome/common/extensions/api',
|
| 'root_namespace': 'extensions::api::%(namespace)s',
|
|
|