| Index: extensions/common/api/cast_channel/BUILD.gn
|
| diff --git a/extensions/common/api/cast_channel/BUILD.gn b/extensions/common/api/cast_channel/BUILD.gn
|
| index e7d76b388dfdfdf044d24154d8f512cff860d5e3..ad10f40e0d05ef2f1250a8e39101c24b2fc70d28 100644
|
| --- a/extensions/common/api/cast_channel/BUILD.gn
|
| +++ b/extensions/common/api/cast_channel/BUILD.gn
|
| @@ -2,8 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//extensions/features/features.gni")
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| +assert(enable_extensions,
|
| + "Cannot depend on extensions because enable_extensions=false.")
|
| +
|
| proto_library("cast_channel_proto") {
|
| sources = [
|
| "authority_keys.proto",
|
|
|