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

Unified Diff: net/BUILD.gn

Issue 2737483004: Reporting: Implement endpoint manager. (Closed)
Patch Set: rebase Created 3 years, 9 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 13adf6d93f4d26c6e6f3b8565a70c2161b9d1bb6..37484210c185b2812e6bfeef82111fd27ae2b22b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1390,6 +1390,8 @@ component("net") {
"quic/quartc/quartc_task_runner_interface.h",
"reporting/reporting_cache.cc",
"reporting/reporting_cache.h",
+ "reporting/reporting_endpoint_manager.cc",
+ "reporting/reporting_endpoint_manager.h",
"reporting/reporting_header_parser.cc",
"reporting/reporting_header_parser.h",
"reporting/reporting_uploader.cc",
@@ -4588,6 +4590,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_endpoint_manager_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_endpoint_manager.h » ('j') | net/reporting/reporting_endpoint_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698