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

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: fixes 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 109ae20f503de72ecd4d455cb365fe28cc6ddafd..ef30788f34a3886857ce95eac2786157b0d9998a 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -23,6 +23,8 @@
'child/appcache_backend_proxy.h',
'child/appcache_dispatcher.cc',
'child/appcache_dispatcher.h',
+ 'child/appcache_frontend_impl.cc',
+ 'child/appcache_frontend_impl.h',
'child/child_histogram_message_filter.cc',
'child/child_histogram_message_filter.h',
'child/child_process.cc',
@@ -118,6 +120,8 @@
'child/socket_stream_dispatcher.h',
'child/thread_safe_sender.cc',
'child/thread_safe_sender.h',
+ 'child/web_application_cache_host_impl.cc',
+ 'child/web_application_cache_host_impl.h',
'child/web_database_observer_impl.cc',
'child/web_database_observer_impl.h',
'child/webblobregistry_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698