| 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': { | 
|  |