summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/DEPS
blob: 0c72deaa60bc04eb56e3359bfd1dbd480e013283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  # For files not in a subdirectory (what a mess!).
  "+sync/internal_api/public",
  "+sync/js",
  "+sync/notifier/invalidation_state_tracker.h",

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

]