| Index: content/content_child.gypi
|
| diff --git a/content/content_child.gypi b/content/content_child.gypi
|
| index b0c18ed10dadcd6a0c797dd396409145c6862774..dd980e3b526be1c4ba53e7202682f84cee983d60 100644
|
| --- a/content/content_child.gypi
|
| +++ b/content/content_child.gypi
|
| @@ -19,10 +19,14 @@
|
| 'sources': [
|
| 'child/android/child_jni_registrar.cc',
|
| 'child/android/child_jni_registrar.h',
|
| - 'child/appcache_backend_proxy.cc',
|
| - 'child/appcache_backend_proxy.h',
|
| - 'child/appcache_dispatcher.cc',
|
| - 'child/appcache_dispatcher.h',
|
| + 'child/appcache/appcache_backend_proxy.cc',
|
| + 'child/appcache/appcache_backend_proxy.h',
|
| + 'child/appcache/appcache_dispatcher.cc',
|
| + 'child/appcache/appcache_dispatcher.h',
|
| + 'child/appcache/appcache_frontend_impl.cc',
|
| + 'child/appcache/appcache_frontend_impl.h',
|
| + 'child/appcache/web_application_cache_host_impl.cc',
|
| + 'child/appcache/web_application_cache_host_impl.h',
|
| 'child/browser_font_resource_trusted.cc',
|
| 'child/browser_font_resource_trusted.h',
|
| 'child/child_histogram_message_filter.cc',
|
|
|