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

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

Issue 1554563002: Put more files under the enable_service_discovery build flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fix merge Created 4 years, 11 months 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') | chrome/test/BUILD.gn » ('j') | 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 18fcc9e50df41ce4e8879aff4319a634d69a6f73..29add64cd33275800ee03548968b612db3a62e0c 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',
@@ -59,7 +58,6 @@
'launcher_page.idl',
'location.idl',
'manifest_types.json',
- 'mdns.idl',
'media_galleries.idl',
'metrics_private.json',
'notification_provider.idl',
@@ -136,6 +134,11 @@
'media_player_private.json',
],
+ 'service_discovery_schema_files': [
+ 'gcd_private.idl',
+ 'mdns.idl',
+ ],
+
'webrtc_schema_files': [
'cast_streaming_receiver_session.idl',
'cast_streaming_rtp_stream.idl',
@@ -173,6 +176,11 @@
'input_ime.json',
],
}],
+ ['enable_service_discovery==1', {
+ 'schema_files': [
+ '<@(service_discovery_schema_files)',
+ ],
+ }],
['enable_webrtc==1', {
'schema_files': [
'<@(webrtc_schema_files)',
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698