| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 25ac91bb34aa2d608a888f1d2b16490179ca99af..e50a90060cc1763ad6b51f96e65e82df02d07367 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -83,6 +83,7 @@
|
| 'public/browser/certificate_request_result_type.h',
|
| 'public/browser/content_browser_client.cc',
|
| 'public/browser/content_browser_client.h',
|
| + 'public/browser/context_factory.h',
|
| 'public/browser/cookie_store_factory.h',
|
| 'public/browser/desktop_media_id.cc',
|
| 'public/browser/desktop_media_id.h',
|
| @@ -379,6 +380,7 @@
|
| 'browser/compositor/software_output_device_win.h',
|
| 'browser/compositor/software_output_device_x11.cc',
|
| 'browser/compositor/software_output_device_x11.h',
|
| + 'browser/context_factory.cc',
|
| 'browser/cross_site_request_manager.cc',
|
| 'browser/cross_site_request_manager.h',
|
| 'browser/devtools/devtools_agent_host_impl.cc',
|
| @@ -1665,6 +1667,8 @@
|
| ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
|
| ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
|
| ['exclude', '^browser/renderer_host/ui_events_helper.h'],
|
| + ['exclude', '^browser/context_factory.cc'],
|
| + ['exclude', '^public/browser/context_factory.h'],
|
| ],
|
| }],
|
| ['use_aura==1 or OS=="mac"', {
|
|
|