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

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

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove incorrect DCHECK from drp_statistics_prefs.cc Created 6 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_reduction_proxy/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/browser/BUILD.gn b/components/data_reduction_proxy/browser/BUILD.gn
index 96e5b25b9270cc4057b6d5b5100f90acf8e95690..48f1342742e8fde236905f874a84f13d179c92f9 100644
--- a/components/data_reduction_proxy/browser/BUILD.gn
+++ b/components/data_reduction_proxy/browser/BUILD.gn
@@ -9,6 +9,8 @@ static_library("browser") {
"data_reduction_proxy_config_service.cc",
"data_reduction_proxy_config_service.h",
"data_reduction_proxy_configurator.h",
+ "data_reduction_proxy_delegate.cc",
+ "data_reduction_proxy_delegate.h",
"data_reduction_proxy_metrics.cc",
"data_reduction_proxy_metrics.h",
"data_reduction_proxy_params.cc",
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698