| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index b2d03dabb7dbb1576159c57cd8e0f83a86ac72bb..550ddb0bc888bdcf1b59b49d438db0f235fe6ef6 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -56,6 +56,15 @@ if (enable_extensions) {
|
| "api/declarative/declarative_manifest_data.h",
|
| "api/declarative/declarative_manifest_handler.cc",
|
| "api/declarative/declarative_manifest_handler.h",
|
| + "api/declarative_net_request/constants.h",
|
| + "api/declarative_net_request/indexed_rule.cc",
|
| + "api/declarative_net_request/indexed_rule.h",
|
| + "api/declarative_net_request/rules_indexer_util.cc",
|
| + "api/declarative_net_request/rules_indexer_util.h",
|
| + "api/declarative_net_request/rules_manifest_info.cc",
|
| + "api/declarative_net_request/rules_manifest_info.h",
|
| + "api/declarative_net_request/ruleset_indexer.cc",
|
| + "api/declarative_net_request/ruleset_indexer.h",
|
| "api/messaging/message.h",
|
| "api/messaging/port_id.cc",
|
| "api/messaging/port_id.h",
|
| @@ -287,6 +296,7 @@ if (enable_extensions) {
|
| # http://crbug.com/162530
|
| "//chrome:resources",
|
| "//components/crx_file",
|
| + "//components/subresource_filter/content/common",
|
| "//components/url_matcher",
|
| "//crypto",
|
| "//device/bluetooth",
|
|
|