summaryrefslogtreecommitdiffstats
path: root/content/content_child.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 05:50:50 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 05:50:50 +0000
commita8cb3b73bc9388cf3dfaf99203cb85dbed2bc7ce (patch)
treecccff9b18454f2fe46f41fb7cad33e55fe239c4e /content/content_child.gypi
parent6d62ae85960106307ff8deb1652a8bbe2b24086d (diff)
downloadchromium_src-a8cb3b73bc9388cf3dfaf99203cb85dbed2bc7ce.zip
chromium_src-a8cb3b73bc9388cf3dfaf99203cb85dbed2bc7ce.tar.gz
chromium_src-a8cb3b73bc9388cf3dfaf99203cb85dbed2bc7ce.tar.bz2
Move appcache_frontend_impl.* to content/child/
BUG=265753 TEST=content_unittests R=jam@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/22410007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216942 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r--content/content_child.gypi12
1 files changed, 8 insertions, 4 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi
index b0c18ed..dd980e3 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',