OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
3 "+content/public/app", | 3 "+content/public/app", |
4 "+content/public/browser", | 4 "+content/public/browser", |
5 "+content/public/common", | 5 "+content/public/common", |
6 "+content/public/test", | 6 "+content/public/test", |
7 "+components/keyed_service", | 7 "+components/keyed_service", |
8 "+components/pref_registry/pref_registry_syncable.h", | 8 "+components/pref_registry/pref_registry_syncable.h", |
9 "+components/web_modal", | 9 "+components/web_modal", |
10 "+extensions", | 10 "+extensions", |
11 "+net/base", | 11 "+net/base", |
12 "+skia/ext", | 12 "+skia/ext", |
13 "+third_party/skia/include", | 13 "+third_party/skia/include", |
14 "+ui", | 14 "+ui", |
15 "+win8", | 15 "+win8", |
16 | 16 |
17 # Temporary allowed includes. | 17 # Temporary allowed includes. |
18 # TODO(benwells): remove these (http://crbug.com/159366) | 18 # TODO(benwells): remove these (http://crbug.com/159366) |
19 "+chrome/browser/chrome_notification_types.h", | 19 "+chrome/browser/chrome_notification_types.h", |
20 "+chrome/browser/chromeos/drive", | 20 "+chrome/browser/chromeos/drive", |
21 "+chrome/browser/chromeos/login/user_manager.h", | 21 "+chrome/browser/chromeos/login/users/user_manager.h", |
22 "+chrome/browser/lifetime/application_lifetime.h", | 22 "+chrome/browser/lifetime/application_lifetime.h", |
23 "+chrome/browser/profiles", | 23 "+chrome/browser/profiles", |
24 "+chrome/browser/sessions/session_id.h", | 24 "+chrome/browser/sessions/session_id.h", |
25 "+chrome/common/chrome_switches.h", | 25 "+chrome/common/chrome_switches.h", |
26 | 26 |
27 # For default app icon. | 27 # For default app icon. |
28 "!grit/theme_resources.h", | 28 "!grit/theme_resources.h", |
29 | 29 |
30 # Pieces of the extensions system that need to move to src/extensions. | 30 # Pieces of the extensions system that need to move to src/extensions. |
31 # See http://crbug.com/162530 for details. | 31 # See http://crbug.com/162530 for details. |
(...skipping 20 matching lines...) Expand all Loading... |
52 "+chrome/browser/ui/browser.h", | 52 "+chrome/browser/ui/browser.h", |
53 "+chrome/test/base/in_process_browser_test.h", | 53 "+chrome/test/base/in_process_browser_test.h", |
54 "+chrome/test/base/interactive_test_utils.h", | 54 "+chrome/test/base/interactive_test_utils.h", |
55 "+chrome/test/base/testing_profile.h", | 55 "+chrome/test/base/testing_profile.h", |
56 # Temporary allowed testing include. | 56 # Temporary allowed testing include. |
57 # TODO(benwells): Move app_browsertest_util into apps component once there | 57 # TODO(benwells): Move app_browsertest_util into apps component once there |
58 # is an apps shell to test with. | 58 # is an apps shell to test with. |
59 "+chrome/browser/apps/app_browsertest_util.h", | 59 "+chrome/browser/apps/app_browsertest_util.h", |
60 ] | 60 ] |
61 } | 61 } |
OLD | NEW |