| Index: extensions/common/api/BUILD.gn
|
| diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
|
| index 8d2e3cf1fc361423b1595e7c512932710b858508..0f7b85832fc8c10b34683195bc43a0a0ce8a0db0 100644
|
| --- a/extensions/common/api/BUILD.gn
|
| +++ b/extensions/common/api/BUILD.gn
|
| @@ -2,17 +2,17 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//extensions/generated_extensions_api.gni")
|
| +import("//build/json_schema_compile.gni")
|
| import("schemas.gni")
|
|
|
| # GYP version: extensions/common/api/api.gyp:extensions_api
|
| -generated_extensions_api("api") {
|
| +json_schema_compile("api") {
|
| schemas = true
|
| bundle = true
|
| }
|
|
|
| # GYP version: extensions/browser/api/api_registration.gyp:extensions_api_registration
|
| -generated_extensions_api("api_registration") {
|
| +json_schema_compile("api_registration") {
|
| impl_dir = "//extensions/browser/api"
|
| bundle_registration = true
|
|
|
|
|