| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index e0529e1846dcec455b50107a314bfe069765c08b..ffd76a7b089b7fdcc9517cfb1930612be3218a27 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -73,6 +73,7 @@ if (enable_extensions) {
|
| "api/sockets/sockets_manifest_permission.h",
|
| "common_manifest_handlers.cc",
|
| "common_manifest_handlers.h",
|
| + "common_param_traits.h",
|
| "csp_validator.cc",
|
| "csp_validator.h",
|
| "dom_action_types.h",
|
| @@ -197,7 +198,6 @@ if (enable_extensions) {
|
| "manifest_handlers/web_accessible_resources_info.h",
|
| "manifest_handlers/webview_info.cc",
|
| "manifest_handlers/webview_info.h",
|
| - "manifest_location_param_traits.h",
|
| "manifest_url_handlers.cc",
|
| "manifest_url_handlers.h",
|
| "message_bundle.cc",
|
|
|