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