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 |
(...skipping 10 matching lines...) Expand all Loading... |
21 "+ui/views", | 21 "+ui/views", |
22 | 22 |
23 # For WebTestRunner library | 23 # For WebTestRunner library |
24 "+third_party/WebKit/public/testing", | 24 "+third_party/WebKit/public/testing", |
25 | 25 |
26 "+components/breakpad", | 26 "+components/breakpad", |
27 ] | 27 ] |
28 | 28 |
29 specific_include_rules = { | 29 specific_include_rules = { |
30 "shell_views\.cc": [ | 30 "shell_views\.cc": [ |
31 "+ui/shell" | 31 "+ui/wm/test" |
32 ], | 32 ], |
33 } | 33 } |
OLD | NEW |