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

Unified Diff: components/components_tests.gyp

Issue 27047003: Precache tracking database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@precache
Patch Set: Changed components_tests.gyp to depend on precache_core target instead of precache target 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
« no previous file with comments | « no previous file | components/precache.gypi » ('j') | no next file with comments »
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 fda6a685dae3727e13daefc01c8495422b531751..a6ef2254633cd62d3acc491e40b97c4008a6fc92 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -37,7 +37,9 @@
'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_url_table_unittest.cc',
'sessions/serialized_navigation_entry_unittest.cc',
'test/run_all_unittests.cc',
'translate/common/translate_metrics_unittest.cc',
@@ -93,7 +95,6 @@
# Dependencies of precache
'components.gyp:precache_core',
- 'components.gyp:precache_core_proto',
# Dependencies of sessions
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
« no previous file with comments | « no previous file | components/precache.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698