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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 ] |
OLD | NEW |