Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1434)

Unified Diff: net/BUILD.gn

Issue 2740833004: Reporting: Implement garbage collector. (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/reporting/reporting_context.h » ('j') | net/reporting/reporting_context.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 0b4f6fc0ed265e0e9d112540ea317d4d15b4658b..c67218e40dab1b652d122fa7eb7d35954509956f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1409,6 +1409,8 @@ component("net") {
"reporting/reporting_delivery_agent.h",
"reporting/reporting_endpoint_manager.cc",
"reporting/reporting_endpoint_manager.h",
+ "reporting/reporting_garbage_collector.cc",
+ "reporting/reporting_garbage_collector.h",
"reporting/reporting_header_parser.cc",
"reporting/reporting_header_parser.h",
"reporting/reporting_observer.cc",
@@ -4628,6 +4630,7 @@ test("net_unittests") {
"reporting/reporting_cache_unittest.cc",
"reporting/reporting_delivery_agent_unittest.cc",
"reporting/reporting_endpoint_manager_unittest.cc",
+ "reporting/reporting_garbage_collector_unittest.cc",
"reporting/reporting_header_parser_unittest.cc",
"reporting/reporting_test_util.cc",
"reporting/reporting_test_util.h",
« no previous file with comments | « no previous file | net/reporting/reporting_context.h » ('j') | net/reporting/reporting_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698