Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content", | |
| 3 "+v8/include", | 2 "+v8/include", |
| 4 | 3 |
| 4 # The content_shell is the canonical sample embedder, so it only uses | |
| 5 # content's public API. | |
| 6 "-content", | |
|
jam
2012/03/24 23:11:30
nit: not needed, this is in its parent DEPS
| |
| 7 "+content/public", | |
| 8 "+content/shell", | |
|
jam
2012/03/24 23:11:30
nit: i don't think you need this, i.e. by default
Avi (use Gerrit)
2012/03/24 23:13:57
Perhaps I misread the output of check_deps but tha
| |
| 9 | |
| 5 # The content_shell is an embedder so it must work with resource bundles. | 10 # The content_shell is an embedder so it must work with resource bundles. |
| 6 "+ui/base/resource", | 11 "+ui/base/resource", |
| 7 | 12 |
| 8 # Shell resources | 13 # Shell resources |
| 9 "+grit/shell_resources.h", | 14 "+grit/shell_resources.h", |
| 10 ] | 15 ] |
| OLD | NEW |