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

Unified Diff: content/content_child.gypi

Issue 22410007: Move appcache_frontend_impl.* to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months 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 | « content/child/appcache_dispatcher.cc ('k') | content/renderer/npapi/webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/child/appcache_dispatcher.cc ('k') | content/renderer/npapi/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698