| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 2cf5735b4218ddb3bbc9a0f2456ebaba6bd558cd..b70fae39c9a247c5d3cc8d3176b69699ad36c712 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1388,6 +1388,12 @@ component("net") {
|
| "quic/quartc/quartc_stream.h",
|
| "quic/quartc/quartc_stream_interface.h",
|
| "quic/quartc/quartc_task_runner_interface.h",
|
| + "reporting/reporting_cache.cc",
|
| + "reporting/reporting_cache.h",
|
| + "reporting/reporting_client.cc",
|
| + "reporting/reporting_client.h",
|
| + "reporting/reporting_report.cc",
|
| + "reporting/reporting_report.h",
|
| "sdch/sdch_owner.cc",
|
| "sdch/sdch_owner.h",
|
| "socket/client_socket_factory.cc",
|
| @@ -4581,6 +4587,9 @@ 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_cache_unittest.cc",
|
| + "reporting/reporting_test_util.cc",
|
| + "reporting/reporting_test_util.h",
|
| "sdch/sdch_owner_unittest.cc",
|
| "socket/client_socket_pool_base_unittest.cc",
|
| "socket/mock_client_socket_pool_manager.cc",
|
|
|