| 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',
|
|
|