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 28 matching lines...) Expand all Loading... |
39 # http://crbug.com/76794 | 39 # http://crbug.com/76794 |
40 "+chrome/browser/history/history.h", | 40 "+chrome/browser/history/history.h", |
41 | 41 |
42 "+chrome/browser/load_from_memory_cache_details.h", | 42 "+chrome/browser/load_from_memory_cache_details.h", |
43 "+chrome/browser/load_notification_details.h", | 43 "+chrome/browser/load_notification_details.h", |
44 | 44 |
45 "+chrome/browser/mach_broker_mac.h", | 45 "+chrome/browser/mach_broker_mac.h", |
46 | 46 |
47 "+chrome/browser/net/load_timing_observer.h", | 47 "+chrome/browser/net/load_timing_observer.h", |
48 "+chrome/browser/net/predictor_api.h", | 48 "+chrome/browser/net/predictor_api.h", |
49 "+chrome/browser/net/url_request_tracking.h", | |
50 | 49 |
51 "+chrome/browser/notifications/desktop_notification_service.h", | 50 "+chrome/browser/notifications/desktop_notification_service.h", |
52 "+chrome/browser/notifications/desktop_notification_service_factory.h", | 51 "+chrome/browser/notifications/desktop_notification_service_factory.h", |
53 "+chrome/browser/notifications/notifications_prefs_cache.h", | 52 "+chrome/browser/notifications/notifications_prefs_cache.h", |
54 | 53 |
55 "+chrome/browser/platform_util.h", | 54 "+chrome/browser/platform_util.h", |
56 | 55 |
57 | |
58 "+chrome/browser/prefs/pref_change_registrar.h", | 56 "+chrome/browser/prefs/pref_change_registrar.h", |
59 "+chrome/browser/prefs/pref_service.h", | 57 "+chrome/browser/prefs/pref_service.h", |
60 "+chrome/browser/prefs/scoped_user_pref_update.h", | 58 "+chrome/browser/prefs/scoped_user_pref_update.h", |
61 "+chrome/common/pref_names.h", | 59 "+chrome/common/pref_names.h", |
62 | 60 |
63 # http://crbug.com/77090 | 61 # http://crbug.com/77090 |
64 "+chrome/browser/prerender/prerender_manager.h", | 62 "+chrome/browser/prerender/prerender_manager.h", |
65 "+chrome/browser/prerender/prerender_tracker.h", | 63 "+chrome/browser/prerender/prerender_tracker.h", |
66 | 64 |
67 # http://crbug.com/76788 | 65 # http://crbug.com/76788 |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "+chrome/browser/profiles/profile_manager.h", | 113 "+chrome/browser/profiles/profile_manager.h", |
116 "+chrome/browser/sessions/session_service.h", | 114 "+chrome/browser/sessions/session_service.h", |
117 "+chrome/browser/sessions/session_service_factory.h", | 115 "+chrome/browser/sessions/session_service_factory.h", |
118 "+chrome/browser/sessions/session_service_test_helper.h", | 116 "+chrome/browser/sessions/session_service_test_helper.h", |
119 "+chrome/browser/ui/browser.h", | 117 "+chrome/browser/ui/browser.h", |
120 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 118 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
121 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", | 119 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", |
122 "+chrome/common/net/test_url_fetcher_factory.h", | 120 "+chrome/common/net/test_url_fetcher_factory.h", |
123 "+chrome/common/url_constants.h", | 121 "+chrome/common/url_constants.h", |
124 ] | 122 ] |
OLD | NEW |