| 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. | 5 # actively working on reducing this to 0. |
| 6 # DO NOT ADD ANY MORE TO THIS LIST!!! | 6 # DO NOT ADD ANY MORE TO THIS LIST!!! |
| 7 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 7 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 8 # for more information. | 8 # for more information. |
| 9 | 9 |
| 10 "+chrome/browser/browser_url_handler.h", | 10 "+chrome/browser/browser_url_handler.h", |
| 11 | 11 |
| 12 # http://crbug.com/84078 | 12 # http://crbug.com/84078 |
| 13 "+chrome/browser/debugger/devtools_manager.h", | 13 "+chrome/browser/debugger/devtools_manager.h", |
| 14 "+chrome/browser/debugger/devtools_netlog_observer.h", | 14 "+chrome/browser/debugger/devtools_netlog_observer.h", |
| 15 | 15 |
| 16 # http://crbug.com/82782 | 16 # http://crbug.com/82782 |
| 17 "+chrome/browser/download/download_file_manager.h", | 17 "+chrome/browser/download/download_file_manager.h", |
| 18 "+chrome/browser/download/download_manager.h", | 18 "+chrome/browser/download/download_manager.h", |
| 19 "+chrome/browser/download/download_request_limiter.h", | 19 "+chrome/browser/download/download_request_limiter.h", |
| 20 "+chrome/browser/download/save_file_manager.h", | 20 "+chrome/browser/download/save_file_manager.h", |
| 21 "+chrome/browser/download/download_types.h", | 21 "+chrome/browser/download/download_types.h", |
| 22 "+chrome/browser/download/download_util.h", | 22 "+chrome/browser/download/download_util.h", |
| 23 "+chrome/browser/renderer_host/download_resource_handler.h", | 23 "+chrome/browser/renderer_host/download_resource_handler.h", |
| 24 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", | 24 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", |
| 25 "+chrome/browser/renderer_host/save_file_resource_handler.h", | 25 "+chrome/browser/renderer_host/save_file_resource_handler.h", |
| 26 | 26 |
| 27 "+chrome/browser/mach_broker_mac.h", | |
| 28 | |
| 29 # http://crbug.com/76788 | 27 # http://crbug.com/76788 |
| 30 "+chrome/browser/profiles/profile.h", | 28 "+chrome/browser/profiles/profile.h", |
| 31 | 29 |
| 32 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", | 30 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", |
| 33 | 31 |
| 34 # ONLY USED BY TESTS | 32 # ONLY USED BY TESTS |
| 35 "+chrome/browser/ui/browser.h", | 33 "+chrome/browser/ui/browser.h", |
| 36 | 34 |
| 37 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT | 35 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT |
| 38 ] | 36 ] |
| OLD | NEW |