1 include_rules = [ 2 "-sync/engine", 3 "-sync/sessions", 4 "-sync/syncable", 5 6 "+sync/internal_api/public", 7 "+sync/util", 8 "+sync/test", 9 10 "+jingle/notifier/base", 11 12 # TODO(zea): SessionModelAssociator shouldn't need this. 13 # TODO(sync): Also need to fix crbug.com/123674. 14 "+sync/syncable", 15 16 # TODO(tim): This shouldn't be needed. 17 "+sync/util/cryptographer.h" 18 19 ] 20