| Index: content/content_browser.gypi
|
| ===================================================================
|
| --- content/content_browser.gypi (revision 110324)
|
| +++ content/content_browser.gypi (working copy)
|
| @@ -25,6 +25,21 @@
|
| '<(INTERMEDIATE_DIR)',
|
| ],
|
| 'sources': [
|
| + 'public/browser/browser_main_parts.h',
|
| + 'public/browser/browser_thread.h',
|
| + 'public/browser/content_browser_client.h',
|
| + 'public/browser/download_manager_delegate.h',
|
| + 'public/browser/native_web_keyboard_event.h',
|
| + 'public/browser/navigation_types.h',
|
| + 'public/browser/notification_details.h',
|
| + 'public/browser/notification_observer.h',
|
| + 'public/browser/notification_registrar.cc',
|
| + 'public/browser/notification_registrar.h',
|
| + 'public/browser/notification_service.h',
|
| + 'public/browser/notification_source.h',
|
| + 'public/browser/notification_types.h',
|
| + 'public/browser/plugin_data_remover.h',
|
| + 'public/browser/resource_dispatcher_host_delegate.h',
|
| 'browser/accessibility/browser_accessibility.cc',
|
| 'browser/accessibility/browser_accessibility.h',
|
| 'browser/accessibility/browser_accessibility_cocoa.h',
|
| @@ -280,6 +295,8 @@
|
| 'browser/net/url_request_slow_http_job.h',
|
| 'browser/notification_service_impl.cc',
|
| 'browser/notification_service_impl.h',
|
| + 'browser/plugin_data_remover_impl.cc',
|
| + 'browser/plugin_data_remover_impl.h',
|
| 'browser/plugin_loader_posix.cc',
|
| 'browser/plugin_loader_posix.h',
|
| 'browser/plugin_process_host.cc',
|
| @@ -581,20 +598,6 @@
|
| 'browser/zygote_host_linux.cc',
|
| 'browser/zygote_host_linux.h',
|
| 'browser/zygote_main_linux.cc',
|
| - 'public/browser/browser_main_parts.h',
|
| - 'public/browser/browser_thread.h',
|
| - 'public/browser/content_browser_client.h',
|
| - 'public/browser/download_manager_delegate.h',
|
| - 'public/browser/native_web_keyboard_event.h',
|
| - 'public/browser/navigation_types.h',
|
| - 'public/browser/notification_details.h',
|
| - 'public/browser/notification_observer.h',
|
| - 'public/browser/notification_registrar.cc',
|
| - 'public/browser/notification_registrar.h',
|
| - 'public/browser/notification_service.h',
|
| - 'public/browser/notification_source.h',
|
| - 'public/browser/notification_types.h',
|
| - 'public/browser/resource_dispatcher_host_delegate.h',
|
| ],
|
| 'conditions': [
|
| ['p2p_apis==1', {
|
|
|