OLD | NEW |
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "+chrome/browser/platform_util.h", | 55 "+chrome/browser/platform_util.h", |
56 | 56 |
57 | 57 |
58 "+chrome/browser/prefs/pref_change_registrar.h", | 58 "+chrome/browser/prefs/pref_change_registrar.h", |
59 "+chrome/browser/prefs/pref_service.h", | 59 "+chrome/browser/prefs/pref_service.h", |
60 "+chrome/browser/prefs/scoped_user_pref_update.h", | 60 "+chrome/browser/prefs/scoped_user_pref_update.h", |
61 "+chrome/common/pref_names.h", | 61 "+chrome/common/pref_names.h", |
62 | 62 |
63 # http://crbug.com/77090 | 63 # http://crbug.com/77090 |
64 "+chrome/browser/prerender/prerender_manager.h", | 64 "+chrome/browser/prerender/prerender_manager.h", |
| 65 "+chrome/browser/prerender/prerender_tracker.h", |
65 | 66 |
66 # http://crbug.com/76788 | 67 # http://crbug.com/76788 |
67 "+chrome/browser/profiles/profile.h", | 68 "+chrome/browser/profiles/profile.h", |
68 | 69 |
69 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", | 70 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", |
70 | 71 |
71 "+chrome/browser/renderer_host/offline_resource_handler.h", | 72 "+chrome/browser/renderer_host/offline_resource_handler.h", |
72 | 73 |
73 "+chrome/browser/renderer_host/web_cache_manager.h", | 74 "+chrome/browser/renderer_host/web_cache_manager.h", |
74 | 75 |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 "+chrome/browser/profiles/profile_manager.h", | 115 "+chrome/browser/profiles/profile_manager.h", |
115 "+chrome/browser/sessions/session_service.h", | 116 "+chrome/browser/sessions/session_service.h", |
116 "+chrome/browser/sessions/session_service_factory.h", | 117 "+chrome/browser/sessions/session_service_factory.h", |
117 "+chrome/browser/sessions/session_service_test_helper.h", | 118 "+chrome/browser/sessions/session_service_test_helper.h", |
118 "+chrome/browser/ui/browser.h", | 119 "+chrome/browser/ui/browser.h", |
119 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 120 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
120 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", | 121 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", |
121 "+chrome/common/net/test_url_fetcher_factory.h", | 122 "+chrome/common/net/test_url_fetcher_factory.h", |
122 "+chrome/common/url_constants.h", | 123 "+chrome/common/url_constants.h", |
123 ] | 124 ] |
OLD | NEW |