summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/DEPS
blob: 08ac400e0d4cbfe5ea193032a0b9d03e8ebf253c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  # Repeat these from the top-level DEPS file so one can just run
  #
  #   checkdeps.py google_apis/gcm
  #
  # to test.
  "+base",
  "+testing",

  "+components/webdata/encryptor",
  "+google",  # For third_party/protobuf/src.
  "+net",
  "+third_party/leveldatabase",
]