OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+v8/include", | 2 "+v8/include", |
3 | 3 |
4 # For chromeos build config | 4 # For chromeos build config |
5 "+chromeos/dbus", | 5 "+chromeos/dbus", |
6 | 6 |
7 # 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 |
8 # content's public API. | 8 # content's public API. |
9 "+content/public", | 9 "+content/public", |
10 | 10 |
11 # 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. |
12 "+ui/base/l10n", | 12 "+ui/base/l10n", |
13 "+ui/base/resource", | 13 "+ui/base/resource", |
14 | 14 |
15 # Shell resources | 15 # Shell resources |
16 "+grit/net_resources.h", | 16 "+grit/net_resources.h", |
17 "+grit/shell_resources.h", | 17 "+grit/shell_resources.h", |
18 | 18 |
19 # The content_shell for aura must work with the views and aura | 19 # The content_shell for aura must work with the views and aura |
20 "+ui/aura", | 20 "+ui/aura", |
21 "+ui/views", | 21 "+ui/views", |
22 | 22 |
23 # For WebTestRunner library | |
24 "+third_party/WebKit/public/testing", | |
25 | |
26 "+components/breakpad", | 23 "+components/breakpad", |
27 ] | 24 ] |
28 | 25 |
29 specific_include_rules = { | 26 specific_include_rules = { |
30 "shell_views\.cc": [ | 27 "shell_views\.cc": [ |
31 "+ui/wm/test" | 28 "+ui/wm/test" |
32 ], | 29 ], |
33 } | 30 } |
OLD | NEW |