| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 0e8f07bf44615dcad43b4189d571647264d627d8..4b936553b7ced357e4a518b7cb64399b8f998d4a 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1396,6 +1396,8 @@ component("net") {
|
| "quic/quartc/quartc_stream.h",
|
| "quic/quartc/quartc_stream_interface.h",
|
| "quic/quartc/quartc_task_runner_interface.h",
|
| + "reporting/reporting_browsing_data_remover.cc",
|
| + "reporting/reporting_browsing_data_remover.h",
|
| "reporting/reporting_cache.cc",
|
| "reporting/reporting_cache.h",
|
| "reporting/reporting_client.cc",
|
| @@ -4623,6 +4625,7 @@ test("net_unittests") {
|
| "quic/test_tools/simulator/traffic_policer.h",
|
| "quic/test_tools/test_task_runner.cc",
|
| "quic/test_tools/test_task_runner.h",
|
| + "reporting/reporting_browsing_data_remover_unittest.cc",
|
| "reporting/reporting_cache_unittest.cc",
|
| "reporting/reporting_delivery_agent_unittest.cc",
|
| "reporting/reporting_endpoint_manager_unittest.cc",
|
|
|