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

Unified Diff: components/precache.gypi

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 | « components/components_tests.gyp ('k') | components/precache/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache.gypi
diff --git a/components/precache.gypi b/components/precache.gypi
index 0f0331b7c41fc90aef69f98fe9408468ac40b221..e956fb24ee1a39becd0d3f75f22df206e188adee 100644
--- a/components/precache.gypi
+++ b/components/precache.gypi
@@ -5,16 +5,6 @@
{
'targets': [
{
- 'target_name': 'precache',
- 'type': 'static_library',
- 'dependencies': [
- 'precache_core',
- ],
- 'include_dirs': [
- '..',
- ],
- },
- {
'target_name': 'precache_core',
'type': 'static_library',
'dependencies': [
@@ -27,10 +17,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': {
« no previous file with comments | « components/components_tests.gyp ('k') | components/precache/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698