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

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

Issue 2010253003: Sending a data saver Pageload metrics pingback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 ed0b904272eeb131410e7f7045422889697146d1..2b51887d6a4ab117000df81c8fe5a0d6dd0c5a10 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -22,20 +22,22 @@ browser_sources = [
"data_reduction_proxy_interceptor.cc",
"data_reduction_proxy_interceptor.h",
"data_reduction_proxy_io_data.cc",
"data_reduction_proxy_io_data.h",
"data_reduction_proxy_metrics.cc",
"data_reduction_proxy_metrics.h",
"data_reduction_proxy_mutable_config_values.cc",
"data_reduction_proxy_mutable_config_values.h",
"data_reduction_proxy_network_delegate.cc",
"data_reduction_proxy_network_delegate.h",
+ "data_reduction_proxy_pingback_client.cc",
+ "data_reduction_proxy_pingback_client.h",
"data_reduction_proxy_prefs.cc",
"data_reduction_proxy_prefs.h",
"data_reduction_proxy_request_options.cc",
"data_reduction_proxy_request_options.h",
"data_reduction_proxy_service.cc",
"data_reduction_proxy_service.h",
"data_reduction_proxy_service_observer.h",
"data_reduction_proxy_settings.cc",
"data_reduction_proxy_settings.h",
"data_reduction_proxy_tamper_detection.cc",
@@ -150,20 +152,21 @@ source_set("unit_tests") {
"data_reduction_proxy_config_service_client_unittest.cc",
"data_reduction_proxy_config_unittest.cc",
"data_reduction_proxy_configurator_unittest.cc",
"data_reduction_proxy_data_unittest.cc",
"data_reduction_proxy_delegate_unittest.cc",
"data_reduction_proxy_interceptor_unittest.cc",
"data_reduction_proxy_io_data_unittest.cc",
"data_reduction_proxy_metrics_unittest.cc",
"data_reduction_proxy_mutable_config_values_unittest.cc",
"data_reduction_proxy_network_delegate_unittest.cc",
+ "data_reduction_proxy_pingback_client_unittest.cc",
"data_reduction_proxy_prefs_unittest.cc",
"data_reduction_proxy_request_options_unittest.cc",
"data_reduction_proxy_settings_unittest.cc",
"data_reduction_proxy_tamper_detection_unittest.cc",
"data_usage_store_unittest.cc",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
« no previous file with comments | « components/data_reduction_proxy.gypi ('k') | components/data_reduction_proxy/core/browser/data_reduction_proxy_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698