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

Unified Diff: components/contextual_search.gypi

Issue 2277213003: [TTS] Add aggregation of CTR metrics to the CS component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the cache from WeeklyActivityStorage. Created 4 years, 4 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/contextual_search.gypi
diff --git a/components/contextual_search.gypi b/components/contextual_search.gypi
index a7fb84767149a57b1180d14262e4be8ae4d478d2..9d860b0f8df18905ea9f8605fc89d06975c0f091 100644
--- a/components/contextual_search.gypi
+++ b/components/contextual_search.gypi
@@ -18,6 +18,10 @@
'sources': [
'contextual_search/browser/contextual_search_js_api_service_impl.cc',
'contextual_search/browser/contextual_search_js_api_service_impl.h',
+ 'contextual_search/browser/ctr_aggregator.cc',
+ 'contextual_search/browser/ctr_aggregator.h',
+ 'contextual_search/browser/weekly_activity_storage.cc',
+ 'contextual_search/browser/weekly_activity_storage.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698