Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # sync_notifier depends on the common jingle notifier classes. | 2 # sync_notifier depends on the common jingle notifier classes. |
| 3 "+jingle/notifier", | 3 "+jingle/notifier", |
| 4 | |
| 5 # For files not in a subdirectory (what a mess!). | |
|
tim (not reviewing)
2012/03/15 06:21:10
At least it's getting closer to being the *only* m
| |
| 6 "+sync/js", | |
| 7 "+sync/engine/model_changing_syncer_command.h", | |
| 8 "+sync/engine/model_safe_worker.h", | |
| 9 "+sync/engine/polling_constants.h", | |
| 10 "+sync/sessions/session_state.h", | |
| 11 "+sync/syncable/model_type.h", | |
| 12 "+sync/syncable/model_type_payload_map.h", | |
| 13 "+sync/syncable/model_type_test_util.h", | |
| 14 "+sync/syncable/syncable.h", | |
| 15 "+sync/test", | |
| 16 "+sync/util", | |
| 4 ] | 17 ] |
| 5 | |
| OLD | NEW |