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

Unified Diff: net/BUILD.gn

Issue 2739483002: Reporting: Implement delivery agent. (Closed)
Patch Set: Make requested changes. 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_delivery_agent.h » ('j') | no next file with comments »
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 a39405a0a766f8fbb9a5f88feb7600c618ebb713..3151bdacc8fbad052e3db2f67a51a33c90e65c3f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1401,6 +1401,8 @@ component("net") {
"reporting/reporting_cache.h",
"reporting/reporting_client.cc",
"reporting/reporting_client.h",
+ "reporting/reporting_delivery_agent.cc",
+ "reporting/reporting_delivery_agent.h",
"reporting/reporting_endpoint_manager.cc",
"reporting/reporting_endpoint_manager.h",
"reporting/reporting_header_parser.cc",
@@ -4621,6 +4623,7 @@ test("net_unittests") {
"quic/test_tools/simulator/traffic_policer.cc",
"quic/test_tools/simulator/traffic_policer.h",
"reporting/reporting_cache_unittest.cc",
+ "reporting/reporting_delivery_agent_unittest.cc",
"reporting/reporting_endpoint_manager_unittest.cc",
"reporting/reporting_header_parser_unittest.cc",
"reporting/reporting_test_util.cc",
« no previous file with comments | « no previous file | net/reporting/reporting_delivery_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698