| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index c74335f2ef47863d1492976801057bf492bb3386..497a03eb042b9f5b7000c15e36bff6072307e5c6 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -2,11 +2,11 @@
|
| # 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_api.gni")
|
| import("schemas.gni")
|
|
|
| # GYP version: chrome/common/extensions/api/api.gyp:chrome_api
|
| -generated_extensions_api("api") {
|
| +json_schema_api("api") {
|
| schemas = true
|
| bundle = true
|
|
|
| @@ -14,7 +14,7 @@ generated_extensions_api("api") {
|
| }
|
|
|
| # GYP version: chrome/browser/extensions/api/api.gyp:chrome_api_registration
|
| -generated_extensions_api("api_registration") {
|
| +json_schema_api("api_registration") {
|
| impl_dir = "//chrome/browser/extensions/api"
|
| bundle_registration = true
|
|
|
|
|