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

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: rebase 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
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..12d59d5230d532d02653cf0674aa6a8b5f6e9651 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -136,6 +136,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 +178,11 @@
'input_ime.json',
],
}],
+ ['enable_service_discovery==1', {
+ 'schema_files': [
+ '<@(service_discovery_schema_files)',
+ ],
+ }],
['enable_webrtc==1', {
'schema_files': [
'<@(webrtc_schema_files)',

Powered by Google App Engine
This is Rietveld 408576698