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/public", | |
| 7 | |
| 5 # The content_shell is an embedder so it must work with resource bundles. | 8 # The content_shell is an embedder so it must work with resource bundles. |
| 6 "+ui/base/resource", | 9 "+ui/base/resource", |
| 7 | 10 |
| 8 # Shell resources | 11 # Shell resources |
| 9 "+grit/shell_resources.h", | 12 "+grit/shell_resources.h", |
| 10 ] | 13 ] |
| OLD | NEW |