| 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 # http://crbug.com/82782 | |
| 11 "+chrome/browser/download/download_file_manager.h", | |
| 12 "+chrome/browser/download/download_manager.h", | |
| 13 "+chrome/browser/download/download_request_limiter.h", | |
| 14 "+chrome/browser/download/download_types.h", | |
| 15 "+chrome/browser/download/download_util.h", | |
| 16 "+chrome/browser/renderer_host/download_resource_handler.h", | |
| 17 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", | |
| 18 | |
| 19 # http://crbug.com/76788 | 10 # http://crbug.com/76788 |
| 20 "+chrome/browser/profiles/profile.h", | 11 "+chrome/browser/profiles/profile.h", |
| 21 | 12 |
| 22 # ONLY USED BY TESTS | 13 # ONLY USED BY TESTS |
| 23 "+chrome/browser/ui/browser.h", | 14 "+chrome/browser/ui/browser.h", |
| 24 | 15 |
| 25 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT | 16 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT |
| 26 ] | 17 ] |
| OLD | NEW |