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