| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "+chrome/browser/notifications/desktop_notification_service.h", | 47 "+chrome/browser/notifications/desktop_notification_service.h", |
| 48 "+chrome/browser/notifications/desktop_notification_service_factory.h", | 48 "+chrome/browser/notifications/desktop_notification_service_factory.h", |
| 49 "+chrome/browser/notifications/notifications_prefs_cache.h", | 49 "+chrome/browser/notifications/notifications_prefs_cache.h", |
| 50 | 50 |
| 51 "+chrome/browser/platform_util.h", | 51 "+chrome/browser/platform_util.h", |
| 52 | 52 |
| 53 "+chrome/browser/prefs/pref_change_registrar.h", | 53 "+chrome/browser/prefs/pref_change_registrar.h", |
| 54 "+chrome/browser/prefs/pref_service.h", | 54 "+chrome/browser/prefs/pref_service.h", |
| 55 "+chrome/common/pref_names.h", | 55 "+chrome/common/pref_names.h", |
| 56 | 56 |
| 57 # http://crbug.com/77090 | |
| 58 "+chrome/browser/prerender/prerender_manager.h", | |
| 59 "+chrome/browser/prerender/prerender_tracker.h", | |
| 60 | |
| 61 # http://crbug.com/76788 | 57 # http://crbug.com/76788 |
| 62 "+chrome/browser/profiles/profile.h", | 58 "+chrome/browser/profiles/profile.h", |
| 63 | 59 |
| 64 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", | 60 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", |
| 65 | 61 |
| 66 "+chrome/browser/renderer_host/offline_resource_handler.h", | 62 "+chrome/browser/renderer_host/offline_resource_handler.h", |
| 67 | 63 |
| 68 "+chrome/browser/renderer_host/web_cache_manager.h", | 64 "+chrome/browser/renderer_host/web_cache_manager.h", |
| 69 | 65 |
| 70 "+chrome/browser/renderer_preferences_util.h", | 66 "+chrome/browser/renderer_preferences_util.h", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "+chrome/common/security_style.h", | 99 "+chrome/common/security_style.h", |
| 104 | 100 |
| 105 # ONLY USED BY TESTS | 101 # ONLY USED BY TESTS |
| 106 "+chrome/browser/net/url_request_failed_dns_job.h", | 102 "+chrome/browser/net/url_request_failed_dns_job.h", |
| 107 "+chrome/browser/net/url_request_mock_http_job.h", | 103 "+chrome/browser/net/url_request_mock_http_job.h", |
| 108 "+chrome/browser/ui/browser.h", | 104 "+chrome/browser/ui/browser.h", |
| 109 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 105 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
| 110 "+chrome/common/net/test_url_fetcher_factory.h", | 106 "+chrome/common/net/test_url_fetcher_factory.h", |
| 111 "+chrome/common/url_constants.h", | 107 "+chrome/common/url_constants.h", |
| 112 ] | 108 ] |
| OLD | NEW |