summaryrefslogtreecommitdiffstats
path: root/sync/util/DEPS
blob: 3bef3022ca11a391ca63773238e1a1ae696ac022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+crypto",
  "+sync/internal_api/public/base",
  "+sync/internal_api/public/util",
  "+sync/protocol",
  "+sync/test/fake_encryptor.h",

  # TODO(rsimha): Remove this after http://crbug.com/126732 is fixed.
  "+chromeos/chromeos_switches.h",

  # TODO(zea): remove this once we don't need the cryptographer to get the set
  # of encrypted types.
  "+sync/syncable/nigori_handler.h"
]