OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
3 "+content/public/app", | |
4 "+content/public/browser", | 3 "+content/public/browser", |
Jói
2014/02/03 10:43:14
Would it make sense to use more restrictive DEPS f
| |
5 "+content/public/common", | 4 "+content/public/common", |
6 "+content/public/test", | 5 "+content/public/test", |
7 "+components/browser_context_keyed_service", | 6 "+components/browser_context_keyed_service", |
8 "+components/user_prefs/pref_registry_syncable.h", | 7 "+components/user_prefs/pref_registry_syncable.h", |
9 "+components/web_modal", | 8 "+components/web_modal", |
10 "+extensions", | 9 "+extensions", |
11 "+net/base", | 10 "+net/base", |
12 "+skia/ext", | 11 "+skia/ext", |
13 "+third_party/skia/include", | 12 "+third_party/skia/include", |
14 "+ui", | 13 "+ui", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
60 "+chrome/browser/ui/browser.h", | 59 "+chrome/browser/ui/browser.h", |
61 "+chrome/test/base/in_process_browser_test.h", | 60 "+chrome/test/base/in_process_browser_test.h", |
62 "+chrome/test/base/interactive_test_utils.h", | 61 "+chrome/test/base/interactive_test_utils.h", |
63 "+chrome/test/base/testing_profile.h", | 62 "+chrome/test/base/testing_profile.h", |
64 # Temporary allowed testing include. | 63 # Temporary allowed testing include. |
65 # TODO(benwells): Move app_browsertest_util into apps component once there | 64 # TODO(benwells): Move app_browsertest_util into apps component once there |
66 # is an apps shell to test with. | 65 # is an apps shell to test with. |
67 "+chrome/browser/apps/app_browsertest_util.h", | 66 "+chrome/browser/apps/app_browsertest_util.h", |
68 ] | 67 ] |
69 } | 68 } |
OLD | NEW |