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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "+chrome/browser/net/url_request_failed_dns_job.h", | 110 "+chrome/browser/net/url_request_failed_dns_job.h", |
111 "+chrome/browser/net/url_request_mock_http_job.h", | 111 "+chrome/browser/net/url_request_mock_http_job.h", |
112 "+chrome/browser/profiles/profile_manager.h", | 112 "+chrome/browser/profiles/profile_manager.h", |
113 "+chrome/browser/sessions/session_service.h", | 113 "+chrome/browser/sessions/session_service.h", |
114 "+chrome/browser/sessions/session_service_factory.h", | 114 "+chrome/browser/sessions/session_service_factory.h", |
115 "+chrome/browser/sessions/session_service_test_helper.h", | 115 "+chrome/browser/sessions/session_service_test_helper.h", |
116 "+chrome/browser/ui/browser.h", | 116 "+chrome/browser/ui/browser.h", |
117 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 117 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
118 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", | 118 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", |
119 "+chrome/common/net/test_url_fetcher_factory.h", | 119 "+chrome/common/net/test_url_fetcher_factory.h", |
120 "+chrome/common/url_constants.h", | |
121 ] | 120 ] |
OLD | NEW |