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

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: rebase 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "+chrome/browser/notifications/desktop_notification_service.h", 46 "+chrome/browser/notifications/desktop_notification_service.h",
47 "+chrome/browser/notifications/desktop_notification_service_factory.h", 47 "+chrome/browser/notifications/desktop_notification_service_factory.h",
48 "+chrome/browser/notifications/notifications_prefs_cache.h", 48 "+chrome/browser/notifications/notifications_prefs_cache.h",
49 49
50 "+chrome/browser/platform_util.h", 50 "+chrome/browser/platform_util.h",
51 51
52 "+chrome/browser/prefs/pref_change_registrar.h", 52 "+chrome/browser/prefs/pref_change_registrar.h",
53 "+chrome/browser/prefs/pref_service.h", 53 "+chrome/browser/prefs/pref_service.h",
54 "+chrome/common/pref_names.h", 54 "+chrome/common/pref_names.h",
55 55
56 # http://crbug.com/77090
57 "+chrome/browser/prerender/prerender_manager.h",
58 "+chrome/browser/prerender/prerender_tracker.h",
59
60 # http://crbug.com/76788 56 # http://crbug.com/76788
61 "+chrome/browser/profiles/profile.h", 57 "+chrome/browser/profiles/profile.h",
62 58
63 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", 59 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
64 60
65 "+chrome/browser/renderer_host/offline_resource_handler.h", 61 "+chrome/browser/renderer_host/offline_resource_handler.h",
66 62
67 "+chrome/browser/renderer_host/web_cache_manager.h", 63 "+chrome/browser/renderer_host/web_cache_manager.h",
68 64
69 "+chrome/browser/renderer_preferences_util.h", 65 "+chrome/browser/renderer_preferences_util.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 97
102 "+chrome/common/security_style.h", 98 "+chrome/common/security_style.h",
103 99
104 # ONLY USED BY TESTS 100 # ONLY USED BY TESTS
105 "+chrome/browser/net/url_request_failed_dns_job.h", 101 "+chrome/browser/net/url_request_failed_dns_job.h",
106 "+chrome/browser/net/url_request_mock_http_job.h", 102 "+chrome/browser/net/url_request_mock_http_job.h",
107 "+chrome/browser/ui/browser.h", 103 "+chrome/browser/ui/browser.h",
108 "+chrome/browser/ui/cocoa/find_pasteboard.h", 104 "+chrome/browser/ui/cocoa/find_pasteboard.h",
109 "+chrome/common/net/test_url_fetcher_factory.h", 105 "+chrome/common/net/test_url_fetcher_factory.h",
110 ] 106 ]
OLDNEW
« no previous file with comments | « chrome/test/testing_profile.cc ('k') | content/browser/renderer_host/resource_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698