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

Unified Diff: components/data_reduction_proxy.gypi

Issue 2145743002: Changing the TimeDeltas in DRPPageLoadTiming to Optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 5 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.gypi
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
index 47fd1af4382e8fbcc773980718d6d7f20310995d..6ffaa9b72f6b915e10c9eb0d5eae596c84503bb8 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -66,20 +66,21 @@
'data_reduction_proxy/core/common/data_reduction_proxy_bypass_action_list.h',
'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list.h',
'data_reduction_proxy/core/common/data_reduction_proxy_config_values.h',
'data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h',
'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h',
'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h',
'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_headers.h',
+ 'data_reduction_proxy/core/common/data_reduction_proxy_page_load_timing.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_page_load_timing.h',
'data_reduction_proxy/core/common/data_reduction_proxy_params.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_params.h',
'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h',
'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_switches.h',
'data_reduction_proxy/core/common/data_reduction_proxy_util.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_util.h',
'data_reduction_proxy/core/common/lofi_decider.h',

Powered by Google App Engine
This is Rietveld 408576698