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

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

Issue 949533004: Rename DataReductionProxyStatisticsPrefs to DataReductionProxyCompressionStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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 380802646c4f4d78a00ec5d8c69cea94e19a2481..5330d25be879d1734cd6cc78087966916624bfed 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -8,6 +8,8 @@ static_library("browser") {
"data_reduction_proxy_bypass_protocol.h",
"data_reduction_proxy_bypass_stats.cc",
"data_reduction_proxy_bypass_stats.h",
+ "data_reduction_proxy_compression_stats.cc",
+ "data_reduction_proxy_compression_stats.h",
"data_reduction_proxy_config.cc",
"data_reduction_proxy_config.h",
"data_reduction_proxy_config_service_client.cc",
@@ -35,8 +37,6 @@ static_library("browser") {
"data_reduction_proxy_service.h",
"data_reduction_proxy_settings.cc",
"data_reduction_proxy_settings.h",
- "data_reduction_proxy_statistics_prefs.cc",
- "data_reduction_proxy_statistics_prefs.h",
"data_reduction_proxy_tamper_detection.cc",
"data_reduction_proxy_tamper_detection.h",
]

Powered by Google App Engine
This is Rietveld 408576698