| include_rules = [ | |
| # Used by tests. | |
| "+google/cacheinvalidation", | |
| # For files not in a subdirectory. | |
| "+sync/internal_api/public", | |
| "+sync/js", | |
| "+sync/notifier", | |
| # TODO(tim): Remove everything below. Bug 131130. | |
| "+sync/util/cryptographer.h", | |
| # Used by tests. | |
| "+sync/syncable", | |
| # Used by autofill tests, which should use the public sync API instead. | |
| "+sync/test/engine/test_id_factory.h", | |
| ] |