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

Unified Diff: net/BUILD.gn

Issue 2689953004: Reporting: Implement header parser. (Closed)
Patch Set: Make requested changes. 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_header_parser.h » ('j') | net/reporting/reporting_header_parser.cc » ('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 f8a9a4cdce9c110ea5d4972f4ebc9f15b11a46ac..8f004766582beee22c4b865728270a5feb1cbf09 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1400,6 +1400,8 @@ component("net") {
"reporting/reporting_cache.h",
"reporting/reporting_client.cc",
"reporting/reporting_client.h",
+ "reporting/reporting_header_parser.cc",
+ "reporting/reporting_header_parser.h",
"reporting/reporting_report.cc",
"reporting/reporting_report.h",
"sdch/sdch_owner.cc",
@@ -4608,6 +4610,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_header_parser_unittest.cc",
"reporting/reporting_test_util.cc",
"reporting/reporting_test_util.h",
"sdch/sdch_owner_unittest.cc",
« no previous file with comments | « no previous file | net/reporting/reporting_header_parser.h » ('j') | net/reporting/reporting_header_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698