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

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

Issue 1373373002: Create component to expose network usage stats to consumers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rough implementation for sanity check Created 5 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_usage/core/BUILD.gn
diff --git a/components/data_use_measurement/core/BUILD.gn b/components/data_usage/core/BUILD.gn
similarity index 77%
copy from components/data_use_measurement/core/BUILD.gn
copy to components/data_usage/core/BUILD.gn
index c9de08dac0089a8a1077e94203fcbbf02a161c4d..4b069c207445aa277b857ad9296ec13a2748b5fd 100644
--- a/components/data_use_measurement/core/BUILD.gn
+++ b/components/data_usage/core/BUILD.gn
@@ -4,11 +4,12 @@
source_set("core") {
sources = [
- "data_use_user_data.cc",
- "data_use_user_data.h",
+ "data_use_aggregator.cc",
+ "data_use_aggregator.h",
]
deps = [
"//base",
"//net",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698