| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index ace34730462c9c6dedf7b75e546b80b5f228e0a4..46643785f0978fe5e6fbe702bf277fb42a347e39 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -44,7 +44,6 @@
|
| 'feedback_private.idl',
|
| 'file_system.idl',
|
| 'font_settings.json',
|
| - 'gcd_private.idl',
|
| 'gcm.json',
|
| 'hangouts_private.idl',
|
| 'history.json',
|
| @@ -56,10 +55,8 @@
|
| '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',
|
| @@ -136,6 +133,13 @@
|
| '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',
|
| @@ -173,6 +177,11 @@
|
| '<@(webrtc_schema_files)',
|
| ],
|
| }],
|
| + ['OS!="android"', {
|
| + 'schema_files': [
|
| + '<@(non_android_schema_files)',
|
| + ],
|
| + }],
|
| ],
|
| 'cc_dir': 'chrome/common/extensions/api',
|
| 'root_namespace': 'extensions::api::%(namespace)s',
|
|
|