OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/data_use_measurement/core", | 2 "+components/data_use_measurement/core", |
3 "+components/leveldb_proto", | 3 "+components/leveldb_proto", |
4 "+components/pref_registry", | 4 "+components/pref_registry", |
5 "+components/prefs", | 5 "+components/prefs", |
6 "+components/sync/model", | 6 "+components/sync/model", |
7 "+components/sync/protocol", | 7 "+components/sync/protocol", |
| 8 "+components/sync_preferences", |
8 "+components/variations", | 9 "+components/variations", |
9 "+google", # For third_party/protobuf. | 10 "+google", # For third_party/protobuf. |
10 "+grit", # For generated headers. | 11 "+grit", # For generated headers. |
11 "+jni", | 12 "+jni", |
12 "+third_party/dom_distiller_js", | 13 "+third_party/dom_distiller_js", |
13 "+third_party/re2", | 14 "+third_party/re2", |
14 "+net/base", | 15 "+net/base", |
15 "+net/http", | 16 "+net/http", |
16 "+net/url_request", | 17 "+net/url_request", |
17 "+ui/base/l10n", | 18 "+ui/base/l10n", |
18 "+ui/base/resource", | 19 "+ui/base/resource", |
19 "+ui/gfx", | 20 "+ui/gfx", |
20 | 21 |
21 # The dom distiller is a layered component; subdirectories must explicitly | 22 # The dom distiller is a layered component; subdirectories must explicitly |
22 # introduce the ability to use the content layer as appropriate. | 23 # introduce the ability to use the content layer as appropriate. |
23 # http://www.chromium.org/developers/design-documents/layered-components-desig
n | 24 # http://www.chromium.org/developers/design-documents/layered-components-desig
n |
24 "-components/dom_distiller", | 25 "-components/dom_distiller", |
25 "+components/dom_distiller/core", | 26 "+components/dom_distiller/core", |
26 ] | 27 ] |
OLD | NEW |