summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/DEPS
blob: 15a111162c5a46c8489298032368dc855ad4d694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  # Used by tests.
  "+google/cacheinvalidation",

  # For files not in a subdirectory.
  "+sync/internal_api/public",
  "+sync/js",
  "+sync/notifier",

  # TODO(tim): Remove everything below. Bug 131130.
  "+sync/util/cryptographer.h",
  #  Used by tests.
  "+sync/syncable",
  # Used by autofill tests, which should use the public sync API instead.
  "+sync/test/engine/test_id_factory.h",
]