| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base", | 2 "+base", |
| 3 "+content", | 3 "+content", |
| 4 "+ui", | 4 "+ui", |
| 5 "+win8", | 5 "+win8", |
| 6 # Temporary allowed includes. | 6 # Temporary allowed includes. |
| 7 # TODO(benwells): remove these (http://crbug.com/159366) | 7 # TODO(benwells): remove these (http://crbug.com/159366) |
| 8 "+chrome/browser/browser_process.h", | 8 "+chrome/browser/browser_process.h", |
| 9 "+chrome/browser/extensions", | 9 "+chrome/browser/extensions", |
| 10 "+chrome/browser/profiles", | 10 "+chrome/browser/profiles", |
| 11 "+chrome/browser/shell_integration.h", | 11 "+chrome/browser/shell_integration.h", |
| 12 "+chrome/browser/ui/app_list/app_list_service.h", |
| 13 "+chrome/browser/ui/app_list/app_list_service_mac.h", |
| 14 "+chrome/browser/ui/app_list/app_list_dismiss_observer_mac.h", |
| 12 "+chrome/browser/ui/extensions/application_launch.h", | 15 "+chrome/browser/ui/extensions/application_launch.h", |
| 13 "+chrome/browser/ui/extensions/shell_window.h", | 16 "+chrome/browser/ui/extensions/shell_window.h", |
| 14 "+chrome/browser/ui/host_desktop.h", | 17 "+chrome/browser/ui/host_desktop.h", |
| 15 "+chrome/browser/ui/web_applications/web_app_ui.h", | 18 "+chrome/browser/ui/web_applications/web_app_ui.h", |
| 16 "+chrome/browser/web_applications/web_app.h", | 19 "+chrome/browser/web_applications/web_app.h", |
| 17 "+chrome/common/chrome_notification_types.h", | 20 "+chrome/common/chrome_notification_types.h", |
| 18 "+chrome/common/chrome_paths.h", | 21 "+chrome/common/chrome_paths.h", |
| 19 "+chrome/common/extensions", | 22 "+chrome/common/extensions", |
| 20 "+chrome/common/mac/app_mode_common.h", | 23 "+chrome/common/mac/app_mode_common.h", |
| 21 "+chrome/installer", | 24 "+chrome/installer", |
| 22 "+chrome/test/base/testing_profile.h", | 25 "+chrome/test/base/testing_profile.h", |
| 23 ] | 26 ] |
| OLD | NEW |