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

Side by Side Diff: content/browser/DEPS

Issue 7036025: Get rid of chrome dependencies from PluginProcessHost by moving dispatching of chrome specific me... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/default_plugin/plugin_impl_win.cc ('k') | content/browser/content_browser_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu. 2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu.
3 3
4 # Listing of the remaining #chrome includes in content\browser. People are 4 # Listing of the remaining #chrome includes in content\browser. People are
5 # actively working on reducing this to 0. Do not add any more! 5 # actively working on reducing this to 0. Do not add any more!
6 6
7 "+chrome/browser/accessibility/browser_accessibility_state.h", 7 "+chrome/browser/accessibility/browser_accessibility_state.h",
8 8
9 "+chrome/browser/browser_about_handler.h", 9 "+chrome/browser/browser_about_handler.h",
10 10
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 # http://crbug.com/76794 43 # http://crbug.com/76794
44 "+chrome/browser/history/history.h", 44 "+chrome/browser/history/history.h",
45 45
46 "+chrome/browser/load_from_memory_cache_details.h", 46 "+chrome/browser/load_from_memory_cache_details.h",
47 "+chrome/browser/load_notification_details.h", 47 "+chrome/browser/load_notification_details.h",
48 48
49 "+chrome/browser/mach_broker_mac.h", 49 "+chrome/browser/mach_broker_mac.h",
50 50
51 "+chrome/browser/net/load_timing_observer.h", 51 "+chrome/browser/net/load_timing_observer.h",
52 "+chrome/browser/net/predictor_api.h", 52 "+chrome/browser/net/predictor_api.h",
53 "+chrome/browser/net/resolve_proxy_msg_helper.h",
54 "+chrome/browser/net/url_request_tracking.h", 53 "+chrome/browser/net/url_request_tracking.h",
55 54
56 "+chrome/browser/notifications/desktop_notification_service.h", 55 "+chrome/browser/notifications/desktop_notification_service.h",
57 "+chrome/browser/notifications/desktop_notification_service_factory.h", 56 "+chrome/browser/notifications/desktop_notification_service_factory.h",
58 "+chrome/browser/notifications/notifications_prefs_cache.h", 57 "+chrome/browser/notifications/notifications_prefs_cache.h",
59 58
60 "+chrome/browser/platform_util.h", 59 "+chrome/browser/platform_util.h",
61 60
62 "+chrome/browser/plugin_download_helper.h",
63 "+chrome/browser/plugin_observer.h", 61 "+chrome/browser/plugin_observer.h",
64 "+chrome/common/default_plugin.h", 62 "+chrome/common/default_plugin.h",
65 63
66 "+chrome/browser/prefs/pref_change_registrar.h", 64 "+chrome/browser/prefs/pref_change_registrar.h",
67 "+chrome/browser/prefs/pref_service.h", 65 "+chrome/browser/prefs/pref_service.h",
68 "+chrome/browser/prefs/scoped_user_pref_update.h", 66 "+chrome/browser/prefs/scoped_user_pref_update.h",
69 "+chrome/common/pref_names.h", 67 "+chrome/common/pref_names.h",
70 68
71 # http://crbug.com/77090 69 # http://crbug.com/77090
72 "+chrome/browser/prerender/prerender_manager.h", 70 "+chrome/browser/prerender/prerender_manager.h",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "+chrome/browser/net/url_request_mock_http_job.h", 125 "+chrome/browser/net/url_request_mock_http_job.h",
128 "+chrome/browser/profiles/profile_manager.h", 126 "+chrome/browser/profiles/profile_manager.h",
129 "+chrome/browser/sessions/session_service.h", 127 "+chrome/browser/sessions/session_service.h",
130 "+chrome/browser/sessions/session_service_factory.h", 128 "+chrome/browser/sessions/session_service_factory.h",
131 "+chrome/browser/sessions/session_service_test_helper.h", 129 "+chrome/browser/sessions/session_service_test_helper.h",
132 "+chrome/browser/ui/browser.h", 130 "+chrome/browser/ui/browser.h",
133 "+chrome/browser/ui/cocoa/find_pasteboard.h", 131 "+chrome/browser/ui/cocoa/find_pasteboard.h",
134 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", 132 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h",
135 "+chrome/common/net/test_url_fetcher_factory.h", 133 "+chrome/common/net/test_url_fetcher_factory.h",
136 ] 134 ]
OLDNEW
« no previous file with comments | « chrome/default_plugin/plugin_impl_win.cc ('k') | content/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698