| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+grit", # For generated headers. | 2 "+grit", # For generated headers. |
| 3 "+jni", | 3 "+jni", |
| 4 "+sync/api", | 4 "+sync/api", |
| 5 "+sync/protocol", | 5 "+sync/protocol", |
| 6 "+third_party/leveldatabase/src/include", | 6 "+third_party/leveldatabase/src/include", |
| 7 "+net/base", | 7 "+net/base", |
| 8 "+net/http", | 8 "+net/http", |
| 9 "+net/url_request", | 9 "+net/url_request", |
| 10 "+ui/base/l10n", |
| 10 "+ui/base/resource", | 11 "+ui/base/resource", |
| 11 | 12 |
| 12 # The dom distiller is a layered component; subdirectories must explicitly | 13 # The dom distiller is a layered component; subdirectories must explicitly |
| 13 # introduce the ability to use the content layer as appropriate. | 14 # introduce the ability to use the content layer as appropriate. |
| 14 # http://www.chromium.org/developers/design-documents/layered-components-desig
n | 15 # http://www.chromium.org/developers/design-documents/layered-components-desig
n |
| 15 "-components/dom_distiller", | 16 "-components/dom_distiller", |
| 16 "+components/dom_distiller/core", | 17 "+components/dom_distiller/core", |
| 17 "-content/public", | 18 "-content/public", |
| 18 ] | 19 ] |
| OLD | NEW |