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

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

Issue 1390993005: Amortize data usage using TrafficStats on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_use_buffering
Patch Set: Created 5 years, 2 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_usage/core/BUILD.gn b/components/data_usage/core/BUILD.gn
index 963e9e95483232762bd0eec3080d2fc2a21c4142..d84f3c369df3791c0c6bd9371524f8b1a513a609 100644
--- a/components/data_usage/core/BUILD.gn
+++ b/components/data_usage/core/BUILD.gn
@@ -8,6 +8,7 @@ source_set("core") {
"data_use.h",
"data_use_aggregator.cc",
"data_use_aggregator.h",
+ "data_use_amortizer.h",
]
deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698