| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index acc5d99081dea6105f4edcacc2acf91ad821278c..b8cb48e511e17ed133e2396fd4fa1e3b231f689f 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1395,6 +1395,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",
|
| @@ -4597,6 +4599,7 @@ test("net_unittests") {
|
| "quic/test_tools/test_task_runner.cc",
|
| "quic/test_tools/test_task_runner.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",
|
|
|