OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/sync_driver", | 2 "+components/sync_driver", |
| 3 "+components/sync_sessions", |
3 "+components/wifi_sync", | 4 "+components/wifi_sync", |
4 | 5 |
5 # Used by tests. | 6 # Used by tests. |
6 "+google/cacheinvalidation", | 7 "+google/cacheinvalidation", |
7 | 8 |
8 # For files not in a subdirectory. | 9 # For files not in a subdirectory. |
9 "+sync/internal_api/public", | 10 "+sync/internal_api/public", |
10 "+sync/js", | 11 "+sync/js", |
11 | 12 |
12 # TODO(tim): Remove everything below. Bug 131130. | 13 # TODO(tim): Remove everything below. Bug 131130. |
13 "+sync/util/cryptographer.h", | 14 "+sync/util/cryptographer.h", |
14 # Used by tests. | 15 # Used by tests. |
15 "+sync/syncable", | 16 "+sync/syncable", |
16 # Used by autofill tests, which should use the public sync API instead. | 17 # Used by autofill tests, which should use the public sync API instead. |
17 "+sync/test/engine/test_id_factory.h", | 18 "+sync/test/engine/test_id_factory.h", |
18 # TODO(zea): Needed for bookmark title comparison. | 19 # TODO(zea): Needed for bookmark title comparison. |
19 "+sync/internal_api/syncapi_internal.h", | 20 "+sync/internal_api/syncapi_internal.h", |
20 | 21 |
21 "+components/invalidation", | 22 "+components/invalidation", |
22 ] | 23 ] |
OLD | NEW |