| 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 21 matching lines...) Expand all Loading... |
| 32 | 32 |
| 33 "+chrome/browser/load_from_memory_cache_details.h", | 33 "+chrome/browser/load_from_memory_cache_details.h", |
| 34 | 34 |
| 35 "+chrome/browser/mach_broker_mac.h", | 35 "+chrome/browser/mach_broker_mac.h", |
| 36 | 36 |
| 37 "+chrome/browser/net/load_timing_observer.h", | 37 "+chrome/browser/net/load_timing_observer.h", |
| 38 | 38 |
| 39 # http://crbug.com/76788 | 39 # http://crbug.com/76788 |
| 40 "+chrome/browser/profiles/profile.h", | 40 "+chrome/browser/profiles/profile.h", |
| 41 | 41 |
| 42 # http://crbug.com/85329 |
| 43 "+chrome/browser/spellcheck_host.h", |
| 44 |
| 42 "+chrome/browser/sessions/session_id.h", | 45 "+chrome/browser/sessions/session_id.h", |
| 43 | 46 |
| 44 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", | 47 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", |
| 45 | 48 |
| 46 "+chrome/browser/utility_process_host.h", | 49 "+chrome/browser/utility_process_host.h", |
| 47 | 50 |
| 48 "+chrome/browser/ui/crypto_module_password_dialog.h", | 51 "+chrome/browser/ui/crypto_module_password_dialog.h", |
| 49 | 52 |
| 50 "+chrome/common/chrome_constants.h", | 53 "+chrome/common/chrome_constants.h", |
| 51 "+chrome/common/chrome_switches.h", | 54 "+chrome/common/chrome_switches.h", |
| 52 "+chrome/common/chrome_paths.h", | 55 "+chrome/common/chrome_paths.h", |
| 53 "+chrome/common/logging_chrome.h", | 56 "+chrome/common/logging_chrome.h", |
| 54 | 57 |
| 55 # ONLY USED BY TESTS | 58 # ONLY USED BY TESTS |
| 56 "+chrome/browser/net/url_request_failed_dns_job.h", | 59 "+chrome/browser/net/url_request_failed_dns_job.h", |
| 57 "+chrome/browser/net/url_request_mock_http_job.h", | 60 "+chrome/browser/net/url_request_mock_http_job.h", |
| 58 "+chrome/browser/ui/browser.h", | 61 "+chrome/browser/ui/browser.h", |
| 59 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 62 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
| 60 ] | 63 ] |
| OLD | NEW |