| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 | 50 |
| 51 "+chrome/browser/notifications/desktop_notification_service.h", | 51 "+chrome/browser/notifications/desktop_notification_service.h", |
| 52 "+chrome/browser/notifications/desktop_notification_service_factory.h", | 52 "+chrome/browser/notifications/desktop_notification_service_factory.h", |
| 53 "+chrome/browser/notifications/notifications_prefs_cache.h", | 53 "+chrome/browser/notifications/notifications_prefs_cache.h", |
| 54 | 54 |
| 55 "+chrome/browser/platform_util.h", | 55 "+chrome/browser/platform_util.h", |
| 56 | 56 |
| 57 | 57 |
| 58 "+chrome/browser/prefs/pref_change_registrar.h", | 58 "+chrome/browser/prefs/pref_change_registrar.h", |
| 59 "+chrome/browser/prefs/pref_service.h", | 59 "+chrome/browser/prefs/pref_service.h", |
| 60 "+chrome/browser/prefs/scoped_user_pref_update.h", | |
| 61 "+chrome/common/pref_names.h", | 60 "+chrome/common/pref_names.h", |
| 62 | 61 |
| 63 # http://crbug.com/77090 | 62 # http://crbug.com/77090 |
| 64 "+chrome/browser/prerender/prerender_manager.h", | 63 "+chrome/browser/prerender/prerender_manager.h", |
| 65 "+chrome/browser/prerender/prerender_tracker.h", | 64 "+chrome/browser/prerender/prerender_tracker.h", |
| 66 | 65 |
| 67 # http://crbug.com/76788 | 66 # http://crbug.com/76788 |
| 68 "+chrome/browser/profiles/profile.h", | 67 "+chrome/browser/profiles/profile.h", |
| 69 | 68 |
| 70 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", | 69 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "+chrome/browser/profiles/profile_manager.h", | 114 "+chrome/browser/profiles/profile_manager.h", |
| 116 "+chrome/browser/sessions/session_service.h", | 115 "+chrome/browser/sessions/session_service.h", |
| 117 "+chrome/browser/sessions/session_service_factory.h", | 116 "+chrome/browser/sessions/session_service_factory.h", |
| 118 "+chrome/browser/sessions/session_service_test_helper.h", | 117 "+chrome/browser/sessions/session_service_test_helper.h", |
| 119 "+chrome/browser/ui/browser.h", | 118 "+chrome/browser/ui/browser.h", |
| 120 "+chrome/browser/ui/cocoa/find_pasteboard.h", | 119 "+chrome/browser/ui/cocoa/find_pasteboard.h", |
| 121 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", | 120 "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h", |
| 122 "+chrome/common/net/test_url_fetcher_factory.h", | 121 "+chrome/common/net/test_url_fetcher_factory.h", |
| 123 "+chrome/common/url_constants.h", | 122 "+chrome/common/url_constants.h", |
| 124 ] | 123 ] |
| OLD | NEW |