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

Unified Diff: components/precache.gypi

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Addressed comments Created 7 years, 1 month 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..f276143ae419da6ef695427742153c885dfbeea3 100644
--- a/components/precache.gypi
+++ b/components/precache.gypi
@@ -27,10 +27,16 @@
'..',
],
'sources': [
+ 'precache/core/precache_database.cc',
+ 'precache/core/precache_database.h',
'precache/core/precache_fetcher.cc',
'precache/core/precache_fetcher.h',
+ 'precache/core/precache_statistics_table.cc',
+ 'precache/core/precache_statistics_table.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