OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/browser/profiles", | |
battre
2014/06/23 08:37:23
This is against the spirit of components. They sho
smaslo
2014/06/23 22:14:32
Done.
| |
3 "+components/pref_registry", | |
2 "+grit", # For generated headers. | 4 "+grit", # For generated headers. |
3 "+jni", | 5 "+jni", |
4 "+sync/api", | 6 "+sync/api", |
5 "+sync/protocol", | 7 "+sync/protocol", |
6 "+third_party/dom_distiller_js", | 8 "+third_party/dom_distiller_js", |
7 "+third_party/leveldatabase/src/include", | 9 "+third_party/leveldatabase/src/include", |
8 "+net/base", | 10 "+net/base", |
9 "+net/http", | 11 "+net/http", |
10 "+net/url_request", | 12 "+net/url_request", |
11 "+ui/base/l10n", | 13 "+ui/base/l10n", |
12 "+ui/base/resource", | 14 "+ui/base/resource", |
13 | 15 |
14 # The dom distiller is a layered component; subdirectories must explicitly | 16 # The dom distiller is a layered component; subdirectories must explicitly |
15 # introduce the ability to use the content layer as appropriate. | 17 # introduce the ability to use the content layer as appropriate. |
16 # http://www.chromium.org/developers/design-documents/layered-components-desig n | 18 # http://www.chromium.org/developers/design-documents/layered-components-desig n |
17 "-components/dom_distiller", | 19 "-components/dom_distiller", |
18 "+components/dom_distiller/core", | 20 "+components/dom_distiller/core", |
19 ] | 21 ] |
OLD | NEW |