Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: chrome/common/extensions/api/schemas.gypi

Issue 1482643002: Exclude some extension apis for Aura Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698