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

Unified Diff: content/content_browser.gypi

Issue 6586001: Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 10 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/browser/file_system/file_system_dispatcher_host.cc ('k') | tools/checkdeps/checkdeps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 75978)
+++ content/content_browser.gypi (working copy)
@@ -22,6 +22,14 @@
'..',
],
'sources': [
+ 'browser/appcache/appcache_dispatcher_host.cc',
+ 'browser/appcache/appcache_dispatcher_host.h',
+ 'browser/appcache/appcache_frontend_proxy.cc',
+ 'browser/appcache/appcache_frontend_proxy.h',
+ 'browser/appcache/chrome_appcache_service.cc',
+ 'browser/appcache/chrome_appcache_service.h',
+ 'browser/appcache/view_appcache_internals_job_factory.cc',
+ 'browser/appcache/view_appcache_internals_job_factory.h',
'browser/browser_child_process_host.cc',
'browser/browser_child_process_host.h',
'browser/browser_message_filter.cc',
@@ -46,8 +54,22 @@
'browser/chrome_blob_storage_context.h',
'browser/cross_site_request_manager.cc',
'browser/cross_site_request_manager.h',
+ 'browser/device_orientation/accelerometer_mac.cc',
+ 'browser/device_orientation/accelerometer_mac.h',
+ 'browser/device_orientation/data_fetcher.h',
+ 'browser/device_orientation/message_filter.cc',
+ 'browser/device_orientation/message_filter.h',
+ 'browser/device_orientation/orientation.h',
+ 'browser/device_orientation/provider.cc',
+ 'browser/device_orientation/provider.h',
+ 'browser/device_orientation/provider_impl.cc',
+ 'browser/device_orientation/provider_impl.h',
'browser/disposition_utils.cc',
'browser/disposition_utils.h',
+ 'browser/file_system/browser_file_system_helper.cc',
+ 'browser/file_system/browser_file_system_helper.h',
+ 'browser/file_system/file_system_dispatcher_host.cc',
+ 'browser/file_system/file_system_dispatcher_host.h',
'browser/gpu_blacklist.cc',
'browser/gpu_blacklist.h',
'browser/gpu_process_host.cc',
« no previous file with comments | « content/browser/file_system/file_system_dispatcher_host.cc ('k') | tools/checkdeps/checkdeps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698