OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+v8/include", | 2 "+v8/include", |
3 | 3 |
| 4 # For chromeos build config |
| 5 "+chromeos/dbus", |
| 6 |
4 # The content_shell is the canonical sample embedder, so it only uses | 7 # The content_shell is the canonical sample embedder, so it only uses |
5 # content's public API. | 8 # content's public API. |
6 "+content/public", | 9 "+content/public", |
7 | 10 |
8 # The content_shell is an embedder so it must work with resource bundles. | 11 # The content_shell is an embedder so it must work with resource bundles. |
9 "+ui/base/resource", | 12 "+ui/base/resource", |
10 | 13 |
11 # Shell resources | 14 # Shell resources |
12 "+grit/shell_resources.h", | 15 "+grit/shell_resources.h", |
| 16 |
| 17 # The content_shell for aura must work with the views and aura |
| 18 "+ui/aura", |
| 19 "+ui/views", |
13 ] | 20 ] |
OLD | NEW |