| 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 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "+chrome/browser/sessions/session_types.h", | 58 "+chrome/browser/sessions/session_types.h", |
| 59 | 59 |
| 60 "+chrome/browser/ssl/ssl_add_cert_handler.h", | 60 "+chrome/browser/ssl/ssl_add_cert_handler.h", |
| 61 "+chrome/browser/ssl/ssl_client_auth_handler.h", | 61 "+chrome/browser/ssl/ssl_client_auth_handler.h", |
| 62 "+chrome/browser/ssl/ssl_manager.h", | 62 "+chrome/browser/ssl/ssl_manager.h", |
| 63 | 63 |
| 64 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", | 64 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", |
| 65 | 65 |
| 66 "+chrome/browser/utility_process_host.h", | 66 "+chrome/browser/utility_process_host.h", |
| 67 | 67 |
| 68 "+chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h", | |
| 69 "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h", | |
| 70 "+chrome/browser/ui/browser_dialogs.h", | 68 "+chrome/browser/ui/browser_dialogs.h", |
| 71 "+chrome/browser/ui/crypto_module_password_dialog.h", | 69 "+chrome/browser/ui/crypto_module_password_dialog.h", |
| 72 "+chrome/browser/ui/login/login_prompt.h", | 70 "+chrome/browser/ui/login/login_prompt.h", |
| 73 | 71 |
| 74 "+chrome/common/chrome_constants.h", | 72 "+chrome/common/chrome_constants.h", |
| 75 "+chrome/common/chrome_switches.h", | 73 "+chrome/common/chrome_switches.h", |
| 76 "+chrome/common/chrome_paths.h", | 74 "+chrome/common/chrome_paths.h", |
| 77 "+chrome/common/logging_chrome.h", | 75 "+chrome/common/logging_chrome.h", |
| 78 | 76 |
| 79 # ONLY USED BY TESTS | 77 # ONLY USED BY TESTS |
| 80 "+chrome/browser/net/url_request_failed_dns_job.h", | 78 "+chrome/browser/net/url_request_failed_dns_job.h", |
| 81 "+chrome/browser/net/url_request_mock_http_job.h", | 79 "+chrome/browser/net/url_request_mock_http_job.h", |
| 82 "+chrome/browser/ui/browser.h", | 80 "+chrome/browser/ui/browser.h", |
| 83 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 81 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
| 84 "+chrome/common/net/test_url_fetcher_factory.h", | 82 "+chrome/common/net/test_url_fetcher_factory.h", |
| 85 ] | 83 ] |
| OLD | NEW |