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

Unified Diff: components/components_tests.gyp

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Reduced CL down to just the PrecacheDatabase 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
« no previous file with comments | « no previous file | components/precache.gypi » ('j') | components/precache/core/precache_database.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index eaa08b701c09f421b10c6ed76ceb93658a212d91..6320d269541b23f2bc178ba30a0dc14db9b84c51 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -32,7 +32,10 @@
'json_schema/json_schema_validator_unittest_base.cc',
'json_schema/json_schema_validator_unittest_base.h',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
+ 'precache/core/precache_database_unittest.cc',
'precache/core/precache_fetcher_unittest.cc',
+ 'precache/core/precache_statistics_table_unittest.cc',
+ 'precache/core/precache_url_table_unittest.cc',
'sessions/serialized_navigation_entry_unittest.cc',
'test/run_all_unittests.cc',
'translate/common/translate_metrics_unittest.cc',
@@ -87,8 +90,7 @@
'components.gyp:policy_component',
# Dependencies of precache
- 'components.gyp:precache_core',
- 'components.gyp:precache_core_proto',
+ 'components.gyp:precache',
# Dependencies of sessions
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
« no previous file with comments | « no previous file | components/precache.gypi » ('j') | components/precache/core/precache_database.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698