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