summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/DEPS
blob: 55ff6f1e3042f284ea81b97fa46eb42671374df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_rules = [
  "-sync/engine",
  "-sync/sessions",
  "-sync/syncable",

  "+sync/internal_api/public",
  "+sync/util",
  "+sync/test",

  "+jingle/notifier/base",

  # TODO(zea): SessionModelAssociator shouldn't need this.
  # TODO(sync): Also need to fix crbug.com/123674.
  "+sync/syncable",

  # TODO(tim): This shouldn't be needed.
  "+sync/util/cryptographer.h"

]