| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index cf05bdf3e0d5c110c0ed194252fe7fdd8078a2d5..031fea79fe1e4fff06b97335528739b4ae2a7801 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -120,10 +120,7 @@ if (is_chromeos) {
|
| schema_sources += [ "input_ime.json" ]
|
| }
|
| if (enable_service_discovery) {
|
| - schema_sources += [
|
| - "gcd_private.idl",
|
| - "mdns.idl",
|
| - ]
|
| + schema_sources += [ "mdns.idl" ]
|
| }
|
| if (enable_webrtc) {
|
| schema_sources += [
|
|
|