Chromium Code Reviews| Index: extensions/shell/common/api/BUILD.gn |
| diff --git a/extensions/shell/common/api/BUILD.gn b/extensions/shell/common/api/BUILD.gn |
| index 0e722f8fdbf561e54638a9bfa6313ea493b30084..129276574d749258522dde9a699dcada8ad79983 100644 |
| --- a/extensions/shell/common/api/BUILD.gn |
| +++ b/extensions/shell/common/api/BUILD.gn |
| @@ -16,5 +16,7 @@ json_schema_api("api_registration") { |
| impl_dir = "//extensions/shell/browser/api" |
| bundle_registration = true |
| - deps = [ ":api" ] |
| + deps = [ |
| + ":api", |
| + ] |
| } |