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/user_manager", |
9 "+components/web_modal", | 10 "+components/web_modal", |
10 "+extensions", | 11 "+extensions", |
11 "+net/base", | 12 "+net/base", |
12 "+skia/ext", | 13 "+skia/ext", |
13 "+third_party/skia/include", | 14 "+third_party/skia/include", |
14 "+ui", | 15 "+ui", |
15 "+win8", | 16 "+win8", |
16 | 17 |
17 # Temporary allowed includes. | 18 # Temporary allowed includes. |
18 # TODO(benwells): remove these (http://crbug.com/159366) | 19 # TODO(benwells): remove these (http://crbug.com/159366) |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "+chrome/browser/ui/browser.h", | 52 "+chrome/browser/ui/browser.h", |
52 "+chrome/test/base/in_process_browser_test.h", | 53 "+chrome/test/base/in_process_browser_test.h", |
53 "+chrome/test/base/interactive_test_utils.h", | 54 "+chrome/test/base/interactive_test_utils.h", |
54 "+chrome/test/base/testing_profile.h", | 55 "+chrome/test/base/testing_profile.h", |
55 # Temporary allowed testing include. | 56 # Temporary allowed testing include. |
56 # TODO(benwells): Move app_browsertest_util into apps component once there | 57 # TODO(benwells): Move app_browsertest_util into apps component once there |
57 # is an apps shell to test with. | 58 # is an apps shell to test with. |
58 "+chrome/browser/apps/app_browsertest_util.h", | 59 "+chrome/browser/apps/app_browsertest_util.h", |
59 ] | 60 ] |
60 } | 61 } |
OLD | NEW |