blob: bbe2669b605d5452b3ce4b5a1477a4a70a879989 (
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 sync
#
# to test.
"+base",
"+build",
"+google_apis",
"+testing",
# Force subdirectories to explicitly define DEPS.
"-sync",
]
|