| Index: extensions/browser/api/BUILD.gn
|
| diff --git a/extensions/browser/api/BUILD.gn b/extensions/browser/api/BUILD.gn
|
| index 7742a7d10a16bbd0a6c48ca4bad46c40cdad461f..64cac120b05153d8169a84037c58383b07796655 100644
|
| --- a/extensions/browser/api/BUILD.gn
|
| +++ b/extensions/browser/api/BUILD.gn
|
| @@ -3,8 +3,12 @@
|
| # found in the LICENSE file.
|
|
|
| import("//extensions/common/api/schema.gni")
|
| +import("//extensions/features/features.gni")
|
| import("//tools/json_schema_compiler/json_schema_api.gni")
|
|
|
| +assert(enable_extensions,
|
| + "Cannot depend on extensions because enable_extensions=false.")
|
| +
|
| source_set("api") {
|
| sources = [
|
| "api_resource.cc",
|
|
|