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

Unified Diff: net/BUILD.gn

Issue 2813103005: Reporting: Observe network changes and clear reports/clients (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_network_change_observer.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 28477ee62f3afd246bdc466f4ea4346495454ef6..f0e1f0274d4a6a9bff459be9d167d4c20c0fea5b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1427,6 +1427,8 @@ component("net") {
"reporting/reporting_garbage_collector.h",
"reporting/reporting_header_parser.cc",
"reporting/reporting_header_parser.h",
+ "reporting/reporting_network_change_observer.cc",
+ "reporting/reporting_network_change_observer.h",
"reporting/reporting_observer.cc",
"reporting/reporting_observer.h",
"reporting/reporting_persister.cc",
@@ -4697,6 +4699,7 @@ test("net_unittests") {
"reporting/reporting_endpoint_manager_unittest.cc",
"reporting/reporting_garbage_collector_unittest.cc",
"reporting/reporting_header_parser_unittest.cc",
+ "reporting/reporting_network_change_observer_unittest.cc",
"reporting/reporting_persister_unittest.cc",
"reporting/reporting_service_unittest.cc",
"reporting/reporting_test_util.cc",
« no previous file with comments | « no previous file | net/reporting/reporting_context.h » ('j') | net/reporting/reporting_network_change_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698