blob: 047dc1564b57c31b0bf89d27e749bf91329a364d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_rules = [
# Repeat these from the top-level DEPS file so one can just run
#
# checkdeps.py google_apis/gcm
#
# to test.
"+base",
"+testing",
"+google", # For third_party/protobuf/src.
"+net",
"+third_party/leveldatabase",
]
|