1 include_rules = [ 2 # Used by tests. 3 "+google/cacheinvalidation", 4 5 # For files not in a subdirectory. 6 "+sync/internal_api/public", 7 "+sync/js", 8 "+sync/notifier", 9 10 # TODO(tim): Remove everything below. Bug 131130. 11 "+sync/util/cryptographer.h", 12 # Used by tests. 13 "+sync/syncable", 14 # Used by autofill tests, which should use the public sync API instead. 15 "+sync/test/engine/test_id_factory.h", 16 ] 17