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

Side by Side Diff: content/browser/DEPS

Issue 6966017: Remove a chrome dependency by removing Prerender from ResourceDispatcherHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: abort all prerender requests 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
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "+chrome/browser/notifications/desktop_notification_service.h", 47 "+chrome/browser/notifications/desktop_notification_service.h",
48 "+chrome/browser/notifications/desktop_notification_service_factory.h", 48 "+chrome/browser/notifications/desktop_notification_service_factory.h",
49 "+chrome/browser/notifications/notifications_prefs_cache.h", 49 "+chrome/browser/notifications/notifications_prefs_cache.h",
50 50
51 "+chrome/browser/platform_util.h", 51 "+chrome/browser/platform_util.h",
52 52
53 "+chrome/browser/prefs/pref_change_registrar.h", 53 "+chrome/browser/prefs/pref_change_registrar.h",
54 "+chrome/browser/prefs/pref_service.h", 54 "+chrome/browser/prefs/pref_service.h",
55 "+chrome/common/pref_names.h", 55 "+chrome/common/pref_names.h",
56 56
57 # http://crbug.com/77090
58 "+chrome/browser/prerender/prerender_manager.h",
59 "+chrome/browser/prerender/prerender_tracker.h",
60
61 # http://crbug.com/76788 57 # http://crbug.com/76788
62 "+chrome/browser/profiles/profile.h", 58 "+chrome/browser/profiles/profile.h",
63 59
64 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", 60 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
65 61
66 "+chrome/browser/renderer_host/offline_resource_handler.h", 62 "+chrome/browser/renderer_host/offline_resource_handler.h",
67 63
68 "+chrome/browser/renderer_host/web_cache_manager.h", 64 "+chrome/browser/renderer_host/web_cache_manager.h",
69 65
70 "+chrome/browser/renderer_preferences_util.h", 66 "+chrome/browser/renderer_preferences_util.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "+chrome/common/security_style.h", 99 "+chrome/common/security_style.h",
104 100
105 # ONLY USED BY TESTS 101 # ONLY USED BY TESTS
106 "+chrome/browser/net/url_request_failed_dns_job.h", 102 "+chrome/browser/net/url_request_failed_dns_job.h",
107 "+chrome/browser/net/url_request_mock_http_job.h", 103 "+chrome/browser/net/url_request_mock_http_job.h",
108 "+chrome/browser/ui/browser.h", 104 "+chrome/browser/ui/browser.h",
109 "+chrome/browser/ui/cocoa/find_pasteboard.h", 105 "+chrome/browser/ui/cocoa/find_pasteboard.h",
110 "+chrome/common/net/test_url_fetcher_factory.h", 106 "+chrome/common/net/test_url_fetcher_factory.h",
111 "+chrome/common/url_constants.h", 107 "+chrome/common/url_constants.h",
112 ] 108 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698