| 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_process.h", | 9 "+chrome/browser/browser_process.h", |
| 10 | 10 |
| 11 "+chrome/browser/browser_url_handler.h", | 11 "+chrome/browser/browser_url_handler.h", |
| 12 | 12 |
| 13 # http://crbug.com/84078 | 13 # http://crbug.com/84078 |
| 14 "+chrome/browser/debugger/devtools_manager.h", | 14 "+chrome/browser/debugger/devtools_manager.h", |
| 15 "+chrome/browser/debugger/devtools_netlog_observer.h", | 15 "+chrome/browser/debugger/devtools_netlog_observer.h", |
| 16 | 16 |
| 17 # http://crbug.com/82782 | 17 # http://crbug.com/82782 |
| 18 "+chrome/browser/download/download_file_manager.h", | 18 "+chrome/browser/download/download_file_manager.h", |
| 19 "+chrome/browser/download/download_manager.h", | 19 "+chrome/browser/download/download_manager.h", |
| 20 "+chrome/browser/download/download_request_limiter.h", | 20 "+chrome/browser/download/download_request_limiter.h", |
| 21 "+chrome/browser/download/save_file_manager.h", | 21 "+chrome/browser/download/save_file_manager.h", |
| 22 "+chrome/browser/download/download_types.h", | 22 "+chrome/browser/download/download_types.h", |
| 23 "+chrome/browser/download/download_util.h", | 23 "+chrome/browser/download/download_util.h", |
| 24 "+chrome/browser/renderer_host/download_resource_handler.h", | 24 "+chrome/browser/renderer_host/download_resource_handler.h", |
| 25 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", | 25 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", |
| 26 "+chrome/browser/renderer_host/save_file_resource_handler.h", | 26 "+chrome/browser/renderer_host/save_file_resource_handler.h", |
| 27 | 27 |
| 28 # http://crbug.com/76789 |
| 29 "+chrome/browser/extensions/extension_info_map.h", |
| 30 "+chrome/common/extensions/extension.h", |
| 31 "+chrome/common/extensions/user_script.h", |
| 32 |
| 28 "+chrome/browser/load_from_memory_cache_details.h", | 33 "+chrome/browser/load_from_memory_cache_details.h", |
| 29 | 34 |
| 30 "+chrome/browser/mach_broker_mac.h", | 35 "+chrome/browser/mach_broker_mac.h", |
| 31 | 36 |
| 32 "+chrome/browser/net/load_timing_observer.h", | 37 "+chrome/browser/net/load_timing_observer.h", |
| 33 | 38 |
| 39 "+chrome/browser/notifications/desktop_notification_service.h", |
| 40 "+chrome/browser/notifications/desktop_notification_service_factory.h", |
| 41 |
| 34 # http://crbug.com/76788 | 42 # http://crbug.com/76788 |
| 35 "+chrome/browser/profiles/profile.h", | 43 "+chrome/browser/profiles/profile.h", |
| 36 | 44 |
| 37 "+chrome/browser/sessions/session_id.h", | 45 "+chrome/browser/sessions/session_id.h", |
| 46 "+chrome/browser/sessions/session_types.h", |
| 38 | 47 |
| 39 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", | 48 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", |
| 40 | 49 |
| 41 "+chrome/browser/utility_process_host.h", | 50 "+chrome/browser/utility_process_host.h", |
| 42 | 51 |
| 43 "+chrome/browser/ui/crypto_module_password_dialog.h", | 52 "+chrome/browser/ui/crypto_module_password_dialog.h", |
| 44 | 53 |
| 45 "+chrome/common/chrome_constants.h", | 54 "+chrome/common/chrome_constants.h", |
| 46 "+chrome/common/chrome_switches.h", | 55 "+chrome/common/chrome_switches.h", |
| 47 "+chrome/common/chrome_paths.h", | 56 "+chrome/common/chrome_paths.h", |
| 48 "+chrome/common/logging_chrome.h", | 57 "+chrome/common/logging_chrome.h", |
| 49 | 58 |
| 50 # ONLY USED BY TESTS | 59 # ONLY USED BY TESTS |
| 51 "+chrome/browser/net/url_request_failed_dns_job.h", | 60 "+chrome/browser/net/url_request_failed_dns_job.h", |
| 52 "+chrome/browser/net/url_request_mock_http_job.h", | 61 "+chrome/browser/net/url_request_mock_http_job.h", |
| 53 "+chrome/browser/ui/browser.h", | 62 "+chrome/browser/ui/browser.h", |
| 54 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 63 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
| 55 ] | 64 ] |
| OLD | NEW |