summaryrefslogtreecommitdiffstats
path: root/sync/syncable/DEPS
blob: a92e26716a0f32a2e2cb369fe4f0ac1c24b8e057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
  "+net/base/escape.h",
  "+sql",
  "+sync/internal_api/public/engine",
  "+sync/internal_api/public/syncable",
  "+sync/internal_api/public/util",
  "+sync/protocol",
  "+sync/test",
  "+sync/util",

  # this file is weird.
  "+sync/engine/syncproto.h",
]