Chromium Code Reviews| 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", | |
|
Nicolas Zea
2012/09/14 19:15:08
Could the mock transaction observer (at least the
rlarocque
2012/09/15 01:36:37
I agree that it should be moved somewhere. I tent
Nicolas Zea
2012/09/17 17:54:00
One solution is to just have the header file not e
| |
| 8 | 9 |
| 9 "+jingle/notifier/base", | 10 "+jingle/notifier/base", |
| 10 | 11 |
| 11 # Should these live in their own "includes" (e.g) directory(ies)? | 12 # Should these live in their own "includes" (e.g) directory(ies)? |
| 12 # Bug 19878. | 13 # Bug 19878. |
| 13 "+sync/notifier/invalidation_util.h", | 14 "+sync/notifier/invalidation_util.h", |
| 14 "+sync/notifier/mock_sync_notifier_observer.h", | 15 "+sync/notifier/mock_sync_notifier_observer.h", |
| 15 "+sync/notifier/sync_notifier.h", | 16 "+sync/notifier/sync_notifier.h", |
| 16 "+sync/notifier/sync_notifier_helper.h", | 17 "+sync/notifier/sync_notifier_helper.h", |
| 17 "+sync/notifier/sync_notifier_factory.h", | 18 "+sync/notifier/sync_notifier_factory.h", |
| 18 "+sync/notifier/sync_notifier_observer.h", | 19 "+sync/notifier/sync_notifier_observer.h", |
| 19 | 20 |
| 20 # TODO(zea): SessionModelAssociator shouldn't need this. | 21 # TODO(zea): SessionModelAssociator shouldn't need this. |
|
Nicolas Zea
2012/09/14 19:15:08
I guess we can remove this TODO now? or perhaps ch
rlarocque
2012/09/15 01:36:37
Unfortunately, it's still necessary for several re
Nicolas Zea
2012/09/17 17:54:00
Right, I meant the comment itself is no longer qui
| |
| 21 "+sync/syncable", | 22 "+sync/syncable", |
| 22 | 23 |
| 23 # TODO(tim): This shouldn't be needed. | 24 # TODO(tim): This shouldn't be needed. |
| 24 "+sync/util/cryptographer.h" | 25 "+sync/util/cryptographer.h" |
| 25 | 26 |
| 26 ] | 27 ] |
| 27 | 28 |
| OLD | NEW |