OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-sync/engine", | 2 "-sync/engine", |
3 "-sync/sessions", | 3 "-sync/sessions", |
4 "-sync/syncable", | 4 "-sync/syncable", |
5 | 5 |
6 "+sync/internal_api/public", | 6 "+sync/internal_api/public", |
7 "+sync/util", | 7 "+sync/util", |
8 "+sync/test", | 8 "+sync/test", |
9 | 9 |
10 "+jingle/notifier/base", | 10 "+jingle/notifier/base", |
11 | 11 |
12 # Should these live in their own "includes" (e.g) directory(ies)? | |
13 # Bug 19878. | |
14 "+sync/notifier/invalidation_util.h", | |
15 "+sync/notifier/mock_sync_notifier_observer.h", | |
16 "+sync/notifier/sync_notifier.h", | |
17 "+sync/notifier/sync_notifier_helper.h", | |
18 "+sync/notifier/sync_notifier_factory.h", | |
19 "+sync/notifier/sync_notifier_observer.h", | |
20 | |
21 # TODO(zea): SessionModelAssociator shouldn't need this. | 12 # TODO(zea): SessionModelAssociator shouldn't need this. |
22 # TODO(sync): Also need to fix crbug.com/123674. | 13 # TODO(sync): Also need to fix crbug.com/123674. |
23 "+sync/syncable", | 14 "+sync/syncable", |
24 | 15 |
25 # TODO(tim): This shouldn't be needed. | 16 # TODO(tim): This shouldn't be needed. |
26 "+sync/util/cryptographer.h" | 17 "+sync/util/cryptographer.h" |
27 | 18 |
28 ] | 19 ] |
OLD | NEW |