summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 15:21:51 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-23 15:21:51 +0000
commitff1e64e3fb5cbdece0420d4b499472dd694d232a (patch)
tree420113784bae6bfa8acee9a0ed6c6cd22197e60a /content/content_browser.gypi
parentd936cb8830a51cd79232bce5544716d9fb7e494b (diff)
downloadchromium_src-ff1e64e3fb5cbdece0420d4b499472dd694d232a.zip
chromium_src-ff1e64e3fb5cbdece0420d4b499472dd694d232a.tar.gz
chromium_src-ff1e64e3fb5cbdece0420d4b499472dd694d232a.tar.bz2
Remove resource_request_info_impl.h dependency from chrome. This also makes blob/file system work in content based browsers.
I also moved the appcache/blob/cache developer urls to content so that they work in content_shell. This simplifies the Content API since the static blob/filesystem getters in ResourceContext are now not needed. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9834039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 758d277..3295f43 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -405,6 +405,10 @@
'browser/mime_registry_message_filter.h',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
+ 'browser/net/view_blob_internals_job_factory.cc',
+ 'browser/net/view_blob_internals_job_factory.h',
+ 'browser/net/view_http_cache_job_factory.cc',
+ 'browser/net/view_http_cache_job_factory.h',
'browser/notification_service_impl.cc',
'browser/notification_service_impl.h',
'browser/plugin_data_remover_impl.cc',