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

Unified Diff: components/precache.gypi

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Changed to report metrics per-resource, and addressed comments Created 7 years 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/precache.gypi
diff --git a/components/precache.gypi b/components/precache.gypi
index 0f0331b7c41fc90aef69f98fe9408468ac40b221..48c0bfce9388d5a1310dd414cefb616f96e20755 100644
--- a/components/precache.gypi
+++ b/components/precache.gypi
@@ -27,10 +27,14 @@
'..',
],
'sources': [
+ 'precache/core/precache_database.cc',
+ 'precache/core/precache_database.h',
'precache/core/precache_fetcher.cc',
'precache/core/precache_fetcher.h',
'precache/core/precache_switches.cc',
'precache/core/precache_switches.h',
+ 'precache/core/precache_url_table.cc',
+ 'precache/core/precache_url_table.h',
],
'includes': [ 'precache/precache_defines.gypi', ],
'direct_dependent_settings': {

Powered by Google App Engine
This is Rietveld 408576698