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 "-chrome/browser/apps", | 7 "-chrome/browser/apps", |
8 "+components/chrome_apps", | 8 "+components/chrome_apps", |
9 "+components/crx_file", | 9 "+components/crx_file", |
10 "+components/user_manager", | 10 "+components/user_manager", |
11 "+extensions/strings/grit/extensions_strings.h", | 11 "+extensions/strings/grit/extensions_strings.h", |
| 12 "+grit", # For generated headers |
12 | 13 |
13 # For access to testing command line switches. | 14 # For access to testing command line switches. |
14 "+ppapi/shared_impl", | 15 "+ppapi/shared_impl", |
| 16 |
| 17 # For safe_json_parser |
| 18 "+components/safe_json_parser", |
| 19 "+ui/base", |
15 ] | 20 ] |
OLD | NEW |