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

Unified Diff: net/BUILD.gn

Issue 2723563002: Reporting: Implement uploader. (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
« no previous file with comments | « no previous file | net/reporting/reporting_uploader.h » ('j') | net/reporting/reporting_uploader.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 717e8e8fb5c040c13250a1e45622c91ca8a1d740..13adf6d93f4d26c6e6f3b8565a70c2161b9d1bb6 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1392,6 +1392,8 @@ component("net") {
"reporting/reporting_cache.h",
"reporting/reporting_header_parser.cc",
"reporting/reporting_header_parser.h",
+ "reporting/reporting_uploader.cc",
+ "reporting/reporting_uploader.h",
"sdch/sdch_owner.cc",
"sdch/sdch_owner.h",
"socket/client_socket_factory.cc",
@@ -4589,6 +4591,7 @@ test("net_unittests") {
"reporting/reporting_header_parser_unittest.cc",
"reporting/reporting_test_util.cc",
"reporting/reporting_test_util.h",
+ "reporting/reporting_uploader_unittest.cc",
"sdch/sdch_owner_unittest.cc",
"socket/client_socket_pool_base_unittest.cc",
"socket/mock_client_socket_pool_manager.cc",
« no previous file with comments | « no previous file | net/reporting/reporting_uploader.h » ('j') | net/reporting/reporting_uploader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698