summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/DEPS
blob: 42ab18e52e83d0cb807f1d2bc6ede232e58ceb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+net/base",
  "+net/cookies",
  "+net/http",
  "+net/test",
  "+net/url_request",
  "+sql",
  "+sync/base",
  "+sync/engine",
  "+sync/js",
  "+sync/protocol",
  "+sync/sessions",
  "+sync/syncable",
  "+sync/test",
  "+sync/util",
  "+third_party/zlib",  # For UniquePosition compression
]