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

Unified Diff: content/content_browser.gypi

Issue 8590016: Move the PluginDataRemover class to content, and remove the chrome pieces from it. This class rea... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
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', {
« no previous file with comments | « content/browser/plugin_data_remover_impl_browsertest.cc ('k') | content/public/browser/plugin_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698