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

Unified Diff: components/data_use_measurement/core/BUILD.gn

Issue 2354323002: Propagate network delegate events to ChromeDataUseAscriber. (Closed)
Patch Set: new lines Created 4 years, 3 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
Index: components/data_use_measurement/core/BUILD.gn
diff --git a/components/data_use_measurement/core/BUILD.gn b/components/data_use_measurement/core/BUILD.gn
index d28c39d43c80ede6089dc1a5413fa2b731affcc0..713e62133496ee153873f9754ac0f19fce542efa 100644
--- a/components/data_use_measurement/core/BUILD.gn
+++ b/components/data_use_measurement/core/BUILD.gn
@@ -4,7 +4,10 @@
static_library("core") {
sources = [
+ "data_use_ascriber.cc",
"data_use_ascriber.h",
+ "data_use_network_delegate.cc",
+ "data_use_network_delegate.h",
"data_use_user_data.cc",
"data_use_user_data.h",
]
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | components/data_use_measurement/core/data_use_ascriber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698