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 # For helper functions that provide remote debugging names |
| 8 "+components/devtools_remote_frontend", |
| 9 |
7 # The content_shell is the canonical sample embedder, so it only uses | 10 # The content_shell is the canonical sample embedder, so it only uses |
8 # content's public API. | 11 # content's public API. |
9 "+content/public", | 12 "+content/public", |
10 | 13 |
11 # The content_shell is an embedder so it must work with resource bundles. | 14 # The content_shell is an embedder so it must work with resource bundles. |
12 "+ui/base/l10n", | 15 "+ui/base/l10n", |
13 "+ui/base/resource", | 16 "+ui/base/resource", |
14 | 17 |
15 # Shell resources | 18 # Shell resources |
16 "+grit/net_resources.h", | 19 "+grit/net_resources.h", |
17 "+grit/shell_resources.h", | 20 "+grit/shell_resources.h", |
18 | 21 |
19 # The content_shell for aura must work with the views and aura | 22 # The content_shell for aura must work with the views and aura |
20 "+ui/aura", | 23 "+ui/aura", |
21 "+ui/views", | 24 "+ui/views", |
22 | 25 |
23 # For WebTestRunner library | 26 # For WebTestRunner library |
24 "+third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public", | 27 "+third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public", |
25 ] | 28 ] |
OLD | NEW |