| 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 anymore! | 5 # actively working on reducing this to 0. Do not add anymore! |
| 6 | 6 |
| 7 # http://crbug.com/77093 | 7 # http://crbug.com/77093 |
| 8 "+chrome/app/breakpad_mac.h", | 8 "+chrome/app/breakpad_mac.h", |
| 9 "+chrome/browser/crash_handler_host_linux.h", | 9 "+chrome/browser/crash_handler_host_linux.h", |
| 10 | 10 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 | 54 |
| 55 "+chrome/browser/external_protocol_handler.h", | 55 "+chrome/browser/external_protocol_handler.h", |
| 56 | 56 |
| 57 "+chrome/browser/favicon/favicon_tab_helper.h", | 57 "+chrome/browser/favicon/favicon_tab_helper.h", |
| 58 "+chrome/browser/favicon/favicon_service.h", | 58 "+chrome/browser/favicon/favicon_service.h", |
| 59 | 59 |
| 60 # http://crbug.com/76794 | 60 # http://crbug.com/76794 |
| 61 "+chrome/browser/history/history.h", | 61 "+chrome/browser/history/history.h", |
| 62 "+chrome/browser/history/history_types.h", | 62 "+chrome/browser/history/history_types.h", |
| 63 | 63 |
| 64 "+chrome/browser/io_thread.h", | |
| 65 | |
| 66 "+chrome/browser/load_from_memory_cache_details.h", | 64 "+chrome/browser/load_from_memory_cache_details.h", |
| 67 "+chrome/browser/load_notification_details.h", | 65 "+chrome/browser/load_notification_details.h", |
| 68 | 66 |
| 69 "+chrome/browser/mach_broker_mac.h", | 67 "+chrome/browser/mach_broker_mac.h", |
| 70 | 68 |
| 71 "+chrome/browser/net/load_timing_observer.h", | 69 "+chrome/browser/net/load_timing_observer.h", |
| 72 "+chrome/browser/net/predictor_api.h", | 70 "+chrome/browser/net/predictor_api.h", |
| 73 "+chrome/browser/net/resolve_proxy_msg_helper.h", | 71 "+chrome/browser/net/resolve_proxy_msg_helper.h", |
| 74 "+chrome/browser/net/url_request_tracking.h", | 72 "+chrome/browser/net/url_request_tracking.h", |
| 75 | 73 |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "+chrome/browser/net/url_request_mock_http_job.h", | 163 "+chrome/browser/net/url_request_mock_http_job.h", |
| 166 "+chrome/browser/profiles/profile_manager.h", | 164 "+chrome/browser/profiles/profile_manager.h", |
| 167 "+chrome/browser/sessions/session_service.h", | 165 "+chrome/browser/sessions/session_service.h", |
| 168 "+chrome/browser/sessions/session_service_factory.h", | 166 "+chrome/browser/sessions/session_service_factory.h", |
| 169 "+chrome/browser/sessions/session_service_test_helper.h", | 167 "+chrome/browser/sessions/session_service_test_helper.h", |
| 170 "+chrome/browser/ui/browser.h", | 168 "+chrome/browser/ui/browser.h", |
| 171 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 169 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
| 172 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", | 170 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", |
| 173 "+chrome/common/net/test_url_fetcher_factory.h", | 171 "+chrome/common/net/test_url_fetcher_factory.h", |
| 174 ] | 172 ] |
| OLD | NEW |