| 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 19 matching lines...) Expand all Loading... |
| 30 "+chrome/browser/renderer_host/save_file_resource_handler.h", | 30 "+chrome/browser/renderer_host/save_file_resource_handler.h", |
| 31 | 31 |
| 32 # http://crbug.com/76789 | 32 # http://crbug.com/76789 |
| 33 "+chrome/browser/extensions/extension_info_map.h", | 33 "+chrome/browser/extensions/extension_info_map.h", |
| 34 "+chrome/common/extensions/extension.h", | 34 "+chrome/common/extensions/extension.h", |
| 35 "+chrome/common/extensions/user_script.h", | 35 "+chrome/common/extensions/user_script.h", |
| 36 | 36 |
| 37 "+chrome/browser/external_protocol_handler.h", | 37 "+chrome/browser/external_protocol_handler.h", |
| 38 | 38 |
| 39 "+chrome/browser/load_from_memory_cache_details.h", | 39 "+chrome/browser/load_from_memory_cache_details.h", |
| 40 "+chrome/browser/load_notification_details.h", | |
| 41 | 40 |
| 42 "+chrome/browser/mach_broker_mac.h", | 41 "+chrome/browser/mach_broker_mac.h", |
| 43 | 42 |
| 44 "+chrome/browser/net/load_timing_observer.h", | 43 "+chrome/browser/net/load_timing_observer.h", |
| 45 "+chrome/browser/net/predictor_api.h", | 44 "+chrome/browser/net/predictor_api.h", |
| 46 | 45 |
| 47 "+chrome/browser/notifications/desktop_notification_service.h", | 46 "+chrome/browser/notifications/desktop_notification_service.h", |
| 48 "+chrome/browser/notifications/desktop_notification_service_factory.h", | 47 "+chrome/browser/notifications/desktop_notification_service_factory.h", |
| 49 "+chrome/browser/notifications/notifications_prefs_cache.h", | 48 "+chrome/browser/notifications/notifications_prefs_cache.h", |
| 50 | 49 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "+chrome/common/security_style.h", | 102 "+chrome/common/security_style.h", |
| 104 | 103 |
| 105 # ONLY USED BY TESTS | 104 # ONLY USED BY TESTS |
| 106 "+chrome/browser/net/url_request_failed_dns_job.h", | 105 "+chrome/browser/net/url_request_failed_dns_job.h", |
| 107 "+chrome/browser/net/url_request_mock_http_job.h", | 106 "+chrome/browser/net/url_request_mock_http_job.h", |
| 108 "+chrome/browser/ui/browser.h", | 107 "+chrome/browser/ui/browser.h", |
| 109 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 108 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
| 110 "+chrome/common/net/test_url_fetcher_factory.h", | 109 "+chrome/common/net/test_url_fetcher_factory.h", |
| 111 "+chrome/common/url_constants.h", | 110 "+chrome/common/url_constants.h", |
| 112 ] | 111 ] |
| OLD | NEW |