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", |
6 "+sync/util", | 7 "+sync/util", |
7 | 8 |
8 "+chrome/browser/sync/internal_api", | |
9 | |
10 "+jingle/notifier/base", | 9 "+jingle/notifier/base", |
11 | 10 |
12 # Should these live in their own "includes" (e.g) directory(ies)? | 11 # Should these live in their own "includes" (e.g) directory(ies)? |
13 # Bug 19878. | 12 # Bug 19878. |
14 "+sync/engine/model_safe_worker.h", | 13 "+sync/engine/model_safe_worker.h", |
15 "+sync/engine/passive_model_worker.h", | 14 "+sync/engine/passive_model_worker.h", |
16 "+sync/notifier/mock_sync_notifier_observer.h", | 15 "+sync/notifier/mock_sync_notifier_observer.h", |
17 "+sync/notifier/sync_notifier.h", | 16 "+sync/notifier/sync_notifier.h", |
18 "+sync/notifier/sync_notifier_factory.h", | 17 "+sync/notifier/sync_notifier_factory.h", |
19 "+sync/notifier/sync_notifier_observer.h", | 18 "+sync/notifier/sync_notifier_observer.h", |
20 "+sync/syncable/model_type.h", | 19 "+sync/syncable/model_type.h", |
21 "+sync/syncable/model_type_payload_map.h", | 20 "+sync/syncable/model_type_payload_map.h", |
22 "+sync/sessions/session_state.h", | 21 "+sync/sessions/session_state.h", |
23 | 22 |
24 # Mocks/tests. | 23 # Mocks/tests. |
25 "+sync/engine/syncapi_mock.h", | 24 "+sync/engine/syncapi_mock.h", |
26 "+chrome/browser/sync/notifier/mock_sync_notifier_observer.h", | |
27 "+sync/syncable/model_type_test_util.h", | 25 "+sync/syncable/model_type_test_util.h", |
28 "+sync/syncable/syncable_mock.h", | 26 "+sync/syncable/syncable_mock.h", |
29 | 27 |
30 # TODO(zea): SessionModelAssociator shouldn't need this. | 28 # TODO(zea): SessionModelAssociator shouldn't need this. |
31 "+sync/syncable/syncable.h", | 29 "+sync/syncable/syncable.h", |
32 | 30 |
33 # TODO(tim): This shouldn't be needed. | 31 # TODO(tim): This shouldn't be needed. |
34 "+sync/util/cryptographer.h" | 32 "+sync/util/cryptographer.h" |
35 | 33 |
36 ] | 34 ] |
37 | 35 |
OLD | NEW |