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 "+extensions", | 12 "+extensions", |
13 "+net/base", | 13 "+net/base", |
14 "+skia/ext", | 14 "+skia/ext", |
15 "+third_party/skia/include", | 15 "+third_party/skia/include", |
16 "+ui", | 16 "+ui", |
17 "+win8", | 17 "+win8", |
18 | 18 |
19 # Temporary allowed includes. | 19 # Temporary allowed includes. |
20 # TODO(benwells): remove these (http://crbug.com/159366) | 20 # TODO(benwells): remove these (http://crbug.com/159366) |
21 "+chrome/browser/browser_process.h", | |
tapted
2014/09/19 07:59:03
We shouldn't be adding things here..
| |
21 "+chrome/browser/chrome_notification_types.h", | 22 "+chrome/browser/chrome_notification_types.h", |
22 "+chrome/browser/chromeos/login/users/user_manager.h", | 23 "+chrome/browser/chromeos/login/users/user_manager.h", |
23 "+chrome/browser/lifetime/application_lifetime.h", | 24 "+chrome/browser/lifetime/application_lifetime.h", |
24 "+chrome/browser/profiles", | 25 "+chrome/browser/profiles", |
25 "+chrome/common/chrome_switches.h", | 26 "+chrome/common/chrome_switches.h", |
26 | 27 |
27 # For default app icon. | 28 # For default app icon. |
28 "!grit/theme_resources.h", | 29 "!grit/theme_resources.h", |
29 | 30 |
30 # Pieces of the extensions system that need to move to src/extensions. | 31 # Pieces of the extensions system that need to move to src/extensions. |
(...skipping 18 matching lines...) Expand all Loading... | |
49 "+chrome/browser/ui/browser.h", | 50 "+chrome/browser/ui/browser.h", |
50 "+chrome/test/base/in_process_browser_test.h", | 51 "+chrome/test/base/in_process_browser_test.h", |
51 "+chrome/test/base/interactive_test_utils.h", | 52 "+chrome/test/base/interactive_test_utils.h", |
52 "+chrome/test/base/testing_profile.h", | 53 "+chrome/test/base/testing_profile.h", |
53 # Temporary allowed testing include. | 54 # Temporary allowed testing include. |
54 # TODO(benwells): Move app_browsertest_util into apps component once there | 55 # TODO(benwells): Move app_browsertest_util into apps component once there |
55 # is an apps shell to test with. | 56 # is an apps shell to test with. |
56 "+chrome/browser/apps/app_browsertest_util.h", | 57 "+chrome/browser/apps/app_browsertest_util.h", |
57 ] | 58 ] |
58 } | 59 } |
OLD | NEW |