OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # TODO(benwells): Once the extensions component is established | 2 # TODO(benwells): Once the extensions component is established |
3 # and there are only chrome specific extension things left in | 3 # and there are only chrome specific extension things left in |
4 # chrome/browser/extensions, the restriction of not being able | 4 # chrome/browser/extensions, the restriction of not being able |
5 # to depend on apps will be lifted. | 5 # to depend on apps will be lifted. |
6 "-apps", | 6 "-apps", |
7 "+apps/app_window.h", | 7 "+apps/app_window.h", |
8 "+apps/app_window_registry.h", | 8 "+apps/app_window_registry.h", |
9 "-chrome/browser/apps", | 9 "-chrome/browser/apps", |
| 10 "+components/user_manager", |
10 | 11 |
11 # For access to testing command line switches. | 12 # For access to testing command line switches. |
12 "+ppapi/shared_impl", | 13 "+ppapi/shared_impl", |
13 ] | 14 ] |
OLD | NEW |