| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 12f17c0df16011e79be015a3c5f47818ae41043b..60a4dd08002d63171fc131c01199f83a32c9356d 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_header_parser.cc",
|
| + "reporting/reporting_header_parser.h",
|
| "reporting/reporting_report.cc",
|
| "reporting/reporting_report.h",
|
| "sdch/sdch_owner.cc",
|
| @@ -4591,6 +4593,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_header_parser_unittest.cc",
|
| "reporting/reporting_test_util.cc",
|
| "reporting/reporting_test_util.h",
|
| "sdch/sdch_owner_unittest.cc",
|
|
|