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

Unified Diff: net/BUILD.gn

Issue 2752523005: Reporting: Implement browsing data remover. (Closed)
Patch Set: Make requested change. 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_browsing_data_remover.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 ab6d8e64324108a8d7fbd9b6ee0f9b1ad59b0d7d..b8c05b0549a7651e12c5d32b368163912c8cdfac 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1397,6 +1397,8 @@ component("net") {
"quic/quartc/quartc_stream.h",
"quic/quartc/quartc_stream_interface.h",
"quic/quartc/quartc_task_runner_interface.h",
+ "reporting/reporting_browsing_data_remover.cc",
+ "reporting/reporting_browsing_data_remover.h",
"reporting/reporting_cache.cc",
"reporting/reporting_cache.h",
"reporting/reporting_client.cc",
@@ -4630,6 +4632,7 @@ test("net_unittests") {
"quic/test_tools/simulator/switch.h",
"quic/test_tools/simulator/traffic_policer.cc",
"quic/test_tools/simulator/traffic_policer.h",
+ "reporting/reporting_browsing_data_remover_unittest.cc",
"reporting/reporting_cache_unittest.cc",
"reporting/reporting_delivery_agent_unittest.cc",
"reporting/reporting_endpoint_manager_unittest.cc",
« no previous file with comments | « no previous file | net/reporting/reporting_browsing_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698