| Index: content/content_browser.gypi
|
| ===================================================================
|
| --- content/content_browser.gypi (revision 120814)
|
| +++ content/content_browser.gypi (working copy)
|
| @@ -40,6 +40,7 @@
|
| 'public/browser/browser_thread.h',
|
| 'public/browser/browser_thread_delegate.h',
|
| 'public/browser/child_process_data.h',
|
| + 'public/browser/child_process_security_policy.h',
|
| 'public/browser/content_browser_client.h',
|
| 'public/browser/content_ipc_logging.h',
|
| 'public/browser/devtools_agent_host_registry.h',
|
| @@ -157,8 +158,8 @@
|
| 'browser/cert_store.h',
|
| 'browser/child_process_launcher.cc',
|
| 'browser/child_process_launcher.h',
|
| - 'browser/child_process_security_policy.cc',
|
| - 'browser/child_process_security_policy.h',
|
| + 'browser/child_process_security_policy_impl.cc',
|
| + 'browser/child_process_security_policy_impl.h',
|
| 'browser/chrome_blob_storage_context.cc',
|
| 'browser/chrome_blob_storage_context.h',
|
| 'browser/content_ipc_logging.cc',
|
|
|