| Index: components/precache.gypi
 | 
| diff --git a/components/precache.gypi b/components/precache.gypi
 | 
| index 0f0331b7c41fc90aef69f98fe9408468ac40b221..48c0bfce9388d5a1310dd414cefb616f96e20755 100644
 | 
| --- a/components/precache.gypi
 | 
| +++ b/components/precache.gypi
 | 
| @@ -27,10 +27,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': {
 | 
| 
 |