summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/DEPS
blob: dec66bca1b81f678a37d7a192a5913ebc3627371 (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",
  "+sync/base",
  "+sync/engine",
  "+sync/js",
  "+sync/notifier",
  "+sync/protocol",
  "+sync/sessions",
  "+sync/syncable",
  "+sync/test",
  "+sync/util",
  "+third_party/zlib",  # For UniquePosition compression
]