Chromium Code Reviews| Index: net/net.gypi |
| diff --git a/net/net.gypi b/net/net.gypi |
| index f104a9471e8af75455abd0fe605255ce3896d61a..3cad18ac1e66074b25a332243ddaf8627a73ddd8 100644 |
| --- a/net/net.gypi |
| +++ b/net/net.gypi |
| @@ -1238,6 +1238,16 @@ |
| 'quic/quartc/quartc_stream.cc', |
| 'quic/quartc/quartc_stream.h', |
| 'quic/quartc/quartc_stream_interface.h', |
| + 'reporting/reporting_controls.cc', |
|
Ryan Sleevi
2017/01/03 21:28:12
From a design perspective, could you explain more
Julia Tuttle
2017/01/25 20:27:45
Initially, I was going to put it in a component.
|
| + 'reporting/reporting_controls.h', |
| + 'reporting/reporting_metrics.cc', |
| + 'reporting/reporting_metrics.h', |
| + 'reporting/reporting_report.cc', |
| + 'reporting/reporting_report.h', |
| + 'reporting/reporting_service.cc', |
| + 'reporting/reporting_service.h', |
| + 'reporting/reporting_uploader.cc', |
| + 'reporting/reporting_uploader.h', |
| 'sdch/sdch_owner.cc', |
| 'sdch/sdch_owner.h', |
| 'socket/client_socket_factory.cc', |
| @@ -2057,6 +2067,7 @@ |
| 'quic/test_tools/simulator/traffic_policer.h', |
| 'quic/test_tools/test_task_runner.cc', |
| 'quic/test_tools/test_task_runner.h', |
| + 'reporting/reporting_service_unittest.cc', |
| 'sdch/sdch_owner_unittest.cc', |
| 'socket/client_socket_pool_base_unittest.cc', |
| 'socket/mock_client_socket_pool_manager.cc', |