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

Unified Diff: net/BUILD.gn

Issue 2689953004: Reporting: Implement header parser. (Closed)
Patch Set: Finish DelegateImpl implementation Created 3 years, 10 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_delegate.h » ('j') | net/reporting/reporting_delegate.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 940108c9e5fa8ffcb78109e40a7c7636d48e2816..929764f6dcccdd2ac1e99facab6272aede9dddf0 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1392,6 +1392,9 @@ component("net") {
"quic/quartc/quartc_task_runner_interface.h",
"reporting/reporting_cache.cc",
"reporting/reporting_cache.h",
+ "reporting/reporting_delegate.h",
+ "reporting/reporting_delegate_impl.cc",
+ "reporting/reporting_delegate_impl.h",
"sdch/sdch_owner.cc",
"sdch/sdch_owner.h",
"socket/client_socket_factory.cc",
« no previous file with comments | « no previous file | net/reporting/reporting_delegate.h » ('j') | net/reporting/reporting_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698