| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index 435a2efb46cd890a3d21474283913b167319cf70..026b678c4108f9c581c12ca928f7dc2f8722fc48 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -11,6 +11,7 @@ assert(enable_extensions)
|
| json_schema_api("api") {
|
| schemas = true
|
| bundle = true
|
| + configs = [ "//build/config:precompiled_headers" ]
|
| bundle_name = "Chrome"
|
|
|
| deps = schema_dependencies
|
| @@ -20,6 +21,7 @@ json_schema_api("api") {
|
| json_schema_api("api_registration") {
|
| impl_dir = "//chrome/browser/extensions/api"
|
| bundle_registration = true
|
| + configs = [ "//build/config:precompiled_headers" ]
|
| bundle_name = "Chrome"
|
|
|
| deps = [
|
|
|