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