| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index 469227d9a472898558eb3fe570d1eced380cd011..c74335f2ef47863d1492976801057bf492bb3386 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -9,6 +9,8 @@ import("schemas.gni")
|
| generated_extensions_api("api") {
|
| schemas = true
|
| bundle = true
|
| +
|
| + deps = schema_dependencies
|
| }
|
|
|
| # GYP version: chrome/browser/extensions/api/api.gyp:chrome_api_registration
|
| @@ -32,4 +34,5 @@ generated_extensions_api("api_registration") {
|
| if (is_chromeos) {
|
| # deps += [ "<(DEPTH)/chrome/chrome.gyp:drive_proto" ] TODO(GYP)
|
| }
|
| + deps += schema_dependencies
|
| }
|
|
|