| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index c7c10c7035ee49efd7a379adf40429437463f4e8..0e8f07bf44615dcad43b4189d571647264d627d8 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1400,12 +1400,18 @@ component("net") {
|
| "reporting/reporting_cache.h",
|
| "reporting/reporting_client.cc",
|
| "reporting/reporting_client.h",
|
| + "reporting/reporting_context.cc",
|
| + "reporting/reporting_context.h",
|
| + "reporting/reporting_delegate.cc",
|
| + "reporting/reporting_delegate.h",
|
| "reporting/reporting_delivery_agent.cc",
|
| "reporting/reporting_delivery_agent.h",
|
| "reporting/reporting_endpoint_manager.cc",
|
| "reporting/reporting_endpoint_manager.h",
|
| "reporting/reporting_header_parser.cc",
|
| "reporting/reporting_header_parser.h",
|
| + "reporting/reporting_policy.cc",
|
| + "reporting/reporting_policy.h",
|
| "reporting/reporting_report.cc",
|
| "reporting/reporting_report.h",
|
| "reporting/reporting_uploader.cc",
|
|
|