| 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_process.h", |   9   "+chrome/browser/browser_process.h", | 
|  10  |  10  | 
| (...skipping 29 matching lines...) Expand all  Loading... | 
|  40   "+chrome/browser/notifications/desktop_notification_service_factory.h", |  40   "+chrome/browser/notifications/desktop_notification_service_factory.h", | 
|  41  |  41  | 
|  42   # http://crbug.com/76788 |  42   # http://crbug.com/76788 | 
|  43   "+chrome/browser/profiles/profile.h", |  43   "+chrome/browser/profiles/profile.h", | 
|  44  |  44  | 
|  45   "+chrome/browser/sessions/session_id.h", |  45   "+chrome/browser/sessions/session_id.h", | 
|  46   "+chrome/browser/sessions/session_types.h", |  46   "+chrome/browser/sessions/session_types.h", | 
|  47  |  47  | 
|  48   "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", |  48   "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", | 
|  49  |  49  | 
|  50   "+chrome/browser/utility_process_host.h", |  | 
|  51  |  | 
|  52   "+chrome/browser/ui/crypto_module_password_dialog.h", |  50   "+chrome/browser/ui/crypto_module_password_dialog.h", | 
|  53  |  51  | 
|  54   "+chrome/common/chrome_constants.h", |  52   "+chrome/common/chrome_constants.h", | 
|  55   "+chrome/common/chrome_switches.h", |  53   "+chrome/common/chrome_switches.h", | 
|  56   "+chrome/common/chrome_paths.h", |  54   "+chrome/common/chrome_paths.h", | 
|  57   "+chrome/common/logging_chrome.h", |  55   "+chrome/common/logging_chrome.h", | 
|  58  |  56  | 
|  59   # ONLY USED BY TESTS |  57   # ONLY USED BY TESTS | 
|  60   "+chrome/browser/net/url_request_failed_dns_job.h", |  58   "+chrome/browser/net/url_request_failed_dns_job.h", | 
|  61   "+chrome/browser/net/url_request_mock_http_job.h", |  59   "+chrome/browser/net/url_request_mock_http_job.h", | 
|  62   "+chrome/browser/ui/browser.h", |  60   "+chrome/browser/ui/browser.h", | 
|  63   "+chrome/browser/ui/cocoa/find_pasteboard.h", |  61   "+chrome/browser/ui/cocoa/find_pasteboard.h", | 
|  64 ] |  62 ] | 
| OLD | NEW |