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

Side by Side Diff: content/browser/DEPS

Issue 7066039: Remove dependency on PrefChangeRegistrar and renderer_preferences_util from content. (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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 "+chrome/browser/net/load_timing_observer.h", 43 "+chrome/browser/net/load_timing_observer.h",
44 "+chrome/browser/net/predictor_api.h", 44 "+chrome/browser/net/predictor_api.h",
45 45
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",
53 "+chrome/browser/prefs/pref_service.h", 52 "+chrome/browser/prefs/pref_service.h",
54 "+chrome/common/pref_names.h", 53 "+chrome/common/pref_names.h",
55 54
56 # http://crbug.com/77090 55 # http://crbug.com/77090
57 "+chrome/browser/prerender/prerender_manager.h", 56 "+chrome/browser/prerender/prerender_manager.h",
58 "+chrome/browser/prerender/prerender_tracker.h", 57 "+chrome/browser/prerender/prerender_tracker.h",
59 58
60 # http://crbug.com/76788 59 # http://crbug.com/76788
61 "+chrome/browser/profiles/profile.h", 60 "+chrome/browser/profiles/profile.h",
62 61
63 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", 62 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
64 63
65 "+chrome/browser/renderer_host/offline_resource_handler.h", 64 "+chrome/browser/renderer_host/offline_resource_handler.h",
66 65
67 "+chrome/browser/renderer_host/web_cache_manager.h", 66 "+chrome/browser/renderer_host/web_cache_manager.h",
68 67
69 "+chrome/browser/renderer_preferences_util.h",
70
71 # http://crbug.com/77089 68 # http://crbug.com/77089
72 "+chrome/browser/safe_browsing/safe_browsing_service.h", 69 "+chrome/browser/safe_browsing/safe_browsing_service.h",
73 "+chrome/browser/renderer_host/safe_browsing_resource_handler.h", 70 "+chrome/browser/renderer_host/safe_browsing_resource_handler.h",
74 71
75 "+chrome/browser/sessions/session_id.h", 72 "+chrome/browser/sessions/session_id.h",
76 "+chrome/browser/sessions/session_types.h", 73 "+chrome/browser/sessions/session_types.h",
77 74
78 "+chrome/browser/ssl/ssl_add_cert_handler.h", 75 "+chrome/browser/ssl/ssl_add_cert_handler.h",
79 "+chrome/browser/ssl/ssl_client_auth_handler.h", 76 "+chrome/browser/ssl/ssl_client_auth_handler.h",
80 "+chrome/browser/ssl/ssl_manager.h", 77 "+chrome/browser/ssl/ssl_manager.h",
(...skipping 20 matching lines...) Expand all
101 98
102 "+chrome/common/security_style.h", 99 "+chrome/common/security_style.h",
103 100
104 # ONLY USED BY TESTS 101 # ONLY USED BY TESTS
105 "+chrome/browser/net/url_request_failed_dns_job.h", 102 "+chrome/browser/net/url_request_failed_dns_job.h",
106 "+chrome/browser/net/url_request_mock_http_job.h", 103 "+chrome/browser/net/url_request_mock_http_job.h",
107 "+chrome/browser/ui/browser.h", 104 "+chrome/browser/ui/browser.h",
108 "+chrome/browser/ui/cocoa/find_pasteboard.h", 105 "+chrome/browser/ui/cocoa/find_pasteboard.h",
109 "+chrome/common/net/test_url_fetcher_factory.h", 106 "+chrome/common/net/test_url_fetcher_factory.h",
110 ] 107 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698