| include_rules = [ | |
| # TODO(benwells): Once the extensions component is established | |
| # and there are only chrome specific extension things left in | |
| # chrome/browser/extensions, the restriction of not being able | |
| # to depend on apps will be lifted. | |
| "-apps", | |
| "+apps/app_window.h", | |
| "+apps/app_window_registry.h", | |
| "-chrome/browser/apps", | |
| "+components/crx_file", | |
| "+components/user_manager", | |
| # For access to testing command line switches. | |
| "+ppapi/shared_impl", | |
| ] |