| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index 6ae826becf37906637c301d2f7c29a2f6b2f56d8..b95d4ee486774dbaf07cafb24ad89c8005178211 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -17,6 +17,9 @@ sources = gypi_values.main_schema_files
|
| if (is_chromeos) {
|
| sources += gypi_values.chromeos_schema_files
|
| }
|
| +if (enable_service_discovery) {
|
| + sources += gypi_values.service_discovery_schema_files
|
| +}
|
| if (enable_webrtc) {
|
| sources += gypi_values.webrtc_schema_files
|
| }
|
|
|