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/read_node_mock.h", | 24 "+sync/engine/read_node_mock.h", |
26 "+sync/engine/syncapi_mock.h", | 25 "+sync/engine/syncapi_mock.h", |
27 "+chrome/browser/sync/notifier/mock_sync_notifier_observer.h", | |
28 "+sync/syncable/model_type_test_util.h", | 26 "+sync/syncable/model_type_test_util.h", |
29 "+sync/syncable/syncable_mock.h", | 27 "+sync/syncable/syncable_mock.h", |
30 | 28 |
31 # TODO(zea): SessionModelAssociator shouldn't need this. | 29 # TODO(zea): SessionModelAssociator shouldn't need this. |
32 "+sync/syncable/syncable.h", | 30 "+sync/syncable/syncable.h", |
33 | 31 |
34 # TODO(tim): This shouldn't be needed. | 32 # TODO(tim): This shouldn't be needed. |
35 "+sync/util/cryptographer.h" | 33 "+sync/util/cryptographer.h" |
36 | 34 |
37 ] | 35 ] |
38 | 36 |
OLD | NEW |