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

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