| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 16dbd5268d607de6f2866eb438e5c02acbed119e..2963be8df9255b2c68c1cc7f2b29930a8061f463 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -1420,6 +1420,8 @@ component("net") {
|
| "reporting/reporting_report.h",
|
| "reporting/reporting_serializer.cc",
|
| "reporting/reporting_serializer.h",
|
| + "reporting/reporting_service.cc",
|
| + "reporting/reporting_service.h",
|
| "reporting/reporting_uploader.cc",
|
| "reporting/reporting_uploader.h",
|
| "sdch/sdch_owner.cc",
|
| @@ -4636,6 +4638,7 @@ test("net_unittests") {
|
| "reporting/reporting_garbage_collector_unittest.cc",
|
| "reporting/reporting_header_parser_unittest.cc",
|
| "reporting/reporting_serializer_unittest.cc",
|
| + "reporting/reporting_service_unittest.cc",
|
| "reporting/reporting_test_util.cc",
|
| "reporting/reporting_test_util.h",
|
| "reporting/reporting_uploader_unittest.cc",
|
|
|