OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
| 3 "+cc/paint", |
3 "+content/public/app", | 4 "+content/public/app", |
4 "+content/public/browser", | 5 "+content/public/browser", |
5 "+content/public/common", | 6 "+content/public/common", |
6 "+content/public/test", | 7 "+content/public/test", |
7 "+components/keyed_service", | 8 "+components/keyed_service", |
8 "+components/pref_registry/pref_registry_syncable.h", | 9 "+components/pref_registry/pref_registry_syncable.h", |
9 "+components/sessions", | 10 "+components/sessions", |
10 "+components/user_manager", | 11 "+components/user_manager", |
11 "+components/web_modal", | 12 "+components/web_modal", |
12 "+extensions", | 13 "+extensions", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "+chrome/browser/ui/simple_message_box_internal.h", | 53 "+chrome/browser/ui/simple_message_box_internal.h", |
53 "+chrome/test/base/in_process_browser_test.h", | 54 "+chrome/test/base/in_process_browser_test.h", |
54 "+chrome/test/base/interactive_test_utils.h", | 55 "+chrome/test/base/interactive_test_utils.h", |
55 "+chrome/test/base/testing_profile.h", | 56 "+chrome/test/base/testing_profile.h", |
56 # Temporary allowed testing include. | 57 # Temporary allowed testing include. |
57 # TODO(benwells): Move app_browsertest_util into apps component once there | 58 # TODO(benwells): Move app_browsertest_util into apps component once there |
58 # is an apps shell to test with. | 59 # is an apps shell to test with. |
59 "+chrome/browser/apps/app_browsertest_util.h", | 60 "+chrome/browser/apps/app_browsertest_util.h", |
60 ] | 61 ] |
61 } | 62 } |
OLD | NEW |