| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index ec63747b01dee84f5d1cdbf7aed1cdaa0cc5782e..cf9c55341771daf2e32ce45d1d1228c5a746818a 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1401,6 +1401,8 @@ component("net") {
|
| "reporting/reporting_cache.h",
|
| "reporting/reporting_client.cc",
|
| "reporting/reporting_client.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",
|
| @@ -4616,6 +4618,7 @@ test("net_unittests") {
|
| "quic/test_tools/simulator/traffic_policer.cc",
|
| "quic/test_tools/simulator/traffic_policer.h",
|
| "reporting/reporting_cache_unittest.cc",
|
| + "reporting/reporting_delivery_agent_unittest.cc",
|
| "reporting/reporting_endpoint_manager_unittest.cc",
|
| "reporting/reporting_header_parser_unittest.cc",
|
| "reporting/reporting_test_util.cc",
|
|
|