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