| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index e08fa4866350fd41e6ef1ac48feb009b62991aef..ee4152048ffd9354f6d175c626f43b4388636e63 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1415,6 +1415,8 @@ component("net") {
|
| "reporting/reporting_header_parser.h",
|
| "reporting/reporting_observer.cc",
|
| "reporting/reporting_observer.h",
|
| + "reporting/reporting_persister.cc",
|
| + "reporting/reporting_persister.h",
|
| "reporting/reporting_policy.cc",
|
| "reporting/reporting_policy.h",
|
| "reporting/reporting_report.cc",
|
| @@ -4641,6 +4643,7 @@ test("net_unittests") {
|
| "reporting/reporting_delivery_agent_unittest.cc",
|
| "reporting/reporting_endpoint_manager_unittest.cc",
|
| "reporting/reporting_header_parser_unittest.cc",
|
| + "reporting/reporting_persister_unittest.cc",
|
| "reporting/reporting_service_unittest.cc",
|
| "reporting/reporting_test_util.cc",
|
| "reporting/reporting_test_util.h",
|
|
|