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/browser_url_handler.h", | 7 "+chrome/browser/browser_url_handler.h", |
8 | 8 |
9 # http://crbug.com/84078 | 9 # http://crbug.com/84078 |
10 "+chrome/browser/debugger/devtools_manager.h", | 10 "+chrome/browser/debugger/devtools_manager.h", |
(...skipping 12 matching lines...) Expand all Loading... |
23 | 23 |
24 "+chrome/browser/mach_broker_mac.h", | 24 "+chrome/browser/mach_broker_mac.h", |
25 | 25 |
26 # http://crbug.com/76788 | 26 # http://crbug.com/76788 |
27 "+chrome/browser/profiles/profile.h", | 27 "+chrome/browser/profiles/profile.h", |
28 | 28 |
29 "+chrome/browser/sessions/session_id.h", | 29 "+chrome/browser/sessions/session_id.h", |
30 | 30 |
31 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", | 31 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", |
32 | 32 |
33 "+chrome/common/chrome_constants.h", | |
34 "+chrome/common/chrome_paths.h", | |
35 "+chrome/common/logging_chrome.h", | |
36 | |
37 # ONLY USED BY TESTS | 33 # ONLY USED BY TESTS |
38 "+chrome/browser/net/url_request_failed_dns_job.h", | 34 "+chrome/browser/net/url_request_failed_dns_job.h", |
39 "+chrome/browser/net/url_request_mock_http_job.h", | 35 "+chrome/browser/net/url_request_mock_http_job.h", |
40 "+chrome/browser/ui/browser.h", | 36 "+chrome/browser/ui/browser.h", |
41 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 37 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
42 ] | 38 ] |
OLD | NEW |