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

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

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/core/common/BUILD.gn
diff --git a/components/data_reduction_proxy/core/common/BUILD.gn b/components/data_reduction_proxy/core/common/BUILD.gn
index f5da9da223639be4b9cbb6149a3fa6cac982d9fe..10dc0d791e362fe914ed03537d5a70f5373651d8 100644
--- a/components/data_reduction_proxy/core/common/BUILD.gn
+++ b/components/data_reduction_proxy/core/common/BUILD.gn
@@ -12,20 +12,21 @@ template("common_tmpl") {
"data_reduction_proxy_bypass_action_list.h",
"data_reduction_proxy_bypass_type_list.h",
"data_reduction_proxy_config_values.h",
"data_reduction_proxy_event_creator.cc",
"data_reduction_proxy_event_creator.h",
"data_reduction_proxy_event_storage_delegate.h",
"data_reduction_proxy_event_store.cc",
"data_reduction_proxy_event_store.h",
"data_reduction_proxy_headers.cc",
"data_reduction_proxy_headers.h",
+ "data_reduction_proxy_page_load_timing.cc",
"data_reduction_proxy_page_load_timing.h",
"data_reduction_proxy_params.cc",
"data_reduction_proxy_params.h",
"data_reduction_proxy_pref_names.cc",
"data_reduction_proxy_pref_names.h",
"data_reduction_proxy_switches.cc",
"data_reduction_proxy_switches.h",
"data_reduction_proxy_util.cc",
"data_reduction_proxy_util.h",
"lofi_decider.h",

Powered by Google App Engine
This is Rietveld 408576698