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