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

Unified Diff: components/data_reduction_proxy/core/browser/BUILD.gn

Issue 1173343009: LevelDB storage for data reduction proxy to store data usage stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 6 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_reduction_proxy/core/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
index 22e939a52a57d768b92179a6f5e90df22faa8885..74065881b3dfc0eb0a10dca22b3993460d519b40 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -42,8 +42,14 @@ static_library("browser") {
"data_reduction_proxy_service_observer.h",
"data_reduction_proxy_settings.cc",
"data_reduction_proxy_settings.h",
+ "data_reduction_proxy_store.cc",
+ "data_reduction_proxy_store.h",
+ "data_reduction_proxy_store_impl.cc",
+ "data_reduction_proxy_store_impl.h",
"data_reduction_proxy_tamper_detection.cc",
"data_reduction_proxy_tamper_detection.h",
+ "data_usage_storage_helper.cc",
+ "data_usage_storage_helper.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698