| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index 031fea79fe1e4fff06b97335528739b4ae2a7801..fb5103053da60d9fd4257f2f496075b5af2f1b93 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -89,6 +89,11 @@ schema_sources = [
|
| if (!is_android) {
|
| schema_sources += [ "processes.idl" ]
|
| }
|
| +
|
| +if (is_chromeos || is_mac || is_win) {
|
| + schema_sources += [ "networking_cast_private.idl" ]
|
| +}
|
| +
|
| if (is_chromeos) {
|
| schema_sources += [
|
| "certificate_provider.idl",
|
|
|