| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/sync_driver", | 2 "+components/sync_driver", |
| 3 | 3 |
| 4 # Used by tests. | 4 # Used by tests. |
| 5 "+google/cacheinvalidation", | 5 "+google/cacheinvalidation", |
| 6 | 6 |
| 7 # For files not in a subdirectory. | 7 # For files not in a subdirectory. |
| 8 "+sync/internal_api/public", | 8 "+sync/internal_api/public", |
| 9 "+sync/js", | 9 "+sync/js", |
| 10 "+sync/notifier", | 10 "+sync/notifier", |
| 11 | 11 |
| 12 # TODO(tim): Remove everything below. Bug 131130. | 12 # TODO(tim): Remove everything below. Bug 131130. |
| 13 "+sync/util/cryptographer.h", | 13 "+sync/util/cryptographer.h", |
| 14 # Used by tests. | 14 # Used by tests. |
| 15 "+sync/syncable", | 15 "+sync/syncable", |
| 16 # Used by autofill tests, which should use the public sync API instead. | 16 # Used by autofill tests, which should use the public sync API instead. |
| 17 "+sync/test/engine/test_id_factory.h", | 17 "+sync/test/engine/test_id_factory.h", |
| 18 # TODO(zea): Needed for bookmark title comparison. | 18 # TODO(zea): Needed for bookmark title comparison. |
| 19 "+sync/internal_api/syncapi_internal.h" | 19 "+sync/internal_api/syncapi_internal.h", |
| 20 |
| 21 "+components/invalidation", |
| 20 ] | 22 ] |
| OLD | NEW |