summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/DEPS
blob: 4ddf2427e97813e5057213208627bac1b57ddc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "-chrome",
  "+chrome/test/base",

  "+chrome/browser/sync/engine",
  "+chrome/browser/sync/js",
  "+chrome/browser/sync/notifier",
  "+chrome/browser/sync/protocol",
  "+chrome/browser/sync/sessions",
  "+chrome/browser/sync/syncable",
  "+chrome/browser/sync/test",
  "+chrome/browser/sync/util",

  # TODO(rlarocque) 19878: Move remaining syncapi-related headers to
  # internal_api/, then remove this DEPS rule.
  "+chrome/browser/sync/internal_api",
]